We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
根据文档https://actiontech.github.io/sqle-docs/docs/deploy-manual/Docker 执行
docker run -d -it \ --name sqle-server \ -p 10000:10000 \ -p 10001:10001 \ -e MYSQL_HOST="10.10.10.10" \ -e MYSQL_PORT=3306 \ -e MYSQL_USER="root" \ -e MYSQL_PASSWORD="123456" \ -e MYSQL_DMS_SCHEMA="dms" \ -e MYSQL_SQLE_SCHEMA="sqle" \ actiontech/sqle-ce:latest
部署报错,报错日志:
start sqle server... 2023-12-15 18:58:45 DEBUG caller=helper.go:51 msg=[ReadFile.start] path: /opt/sqle/etc/config.yml 2023-12-15 18:58:45 DEBUG caller=helper.go:51 msg=[ReadFile.end] path: /opt/sqle/etc/config.yml err: <nil> register to dms failed :failed to register dms proxy target: failed to register dms proxy target http://127.0.0.1:10000/v1/dms/proxys: query data error: Post "http://127.0.0.1:10000/v1/dms/proxys": dial tcp 127.0.0.1:10000: connect: connection refused
The text was updated successfully, but these errors were encountered:
我这边也是一样的,然后我进容器里面看了下,直接按照命令执行dms,打了两行日志就没然后了,看日志也没报错,所以不知道dms为何启动不成功: bash-4.2$ ./sqle/bin/dms -conf /opt/sqle/etc/config.yaml 2024-03-22 17:11:36 DEBUG caller=helper.go:51 msg=[ReadFile.start] path: /opt/sqle/etc/config.yaml 2024-03-22 17:11:36 DEBUG caller=helper.go:51 msg=[ReadFile.end] path: /opt/sqle/etc/config.yaml err: <nil>
<nil>
Sorry, something went wrong.
No branches or pull requests
根据文档https://actiontech.github.io/sqle-docs/docs/deploy-manual/Docker
执行
部署报错,报错日志:
The text was updated successfully, but these errors were encountered: