-
Notifications
You must be signed in to change notification settings - Fork 999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] 启用 GreptimeDB 后启动失败 #1754
Comments
Hi, due to the greptime api change, the latest version is no longer supported, you can use TDengine, Victoria Metrics and other databases. |
Sorry for that. Greptime is still under heavy development. GreptimeDB gRPC query API was already deprecated, we recommend using JDBC for querying. Let me create a PR to fix this issue. |
Thanks a lot |
Is there an existing issue for this?
Current Behavior
No response
Expected Behavior
No response
Steps To Reproduce
GreptimeDB 安装
docker run -d -p 4000-4003:4000-4003 \ -p 4242:4242 -v "/opt/greptimedb:/tmp/greptimedb" \ --name greptime --rm \ greptime/greptimedb standalone start \ --http-addr 0.0.0.0:4000 \ --rpc-addr 0.0.0.0:4001 \ --mysql-addr 0.0.0.0:4002 \ --postgres-addr 0.0.0.0:4003 \ --opentsdb-addr 0.0.0.0:4242
配置文件
startup.log
Environment
Debug logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: