-
Hi, Posted this on Slack but it seems not so much activity there. So I will repost here. SummaryTrying to update from earlier IoTDB version. I can successfully run 1.2.2 standalone docker image from Docker hub, then sanity test the container by connecting to the IoTDB client and interacting with the server. However if I switch to the upstream docker compose the standalone compose yaml builds but the system fails to start. As creating a container of the upstream image via docker run succeeds, but Compose using the same image fails my first reaction is that it is an environment issue, but it is hard for me to determine if there is just a setup/documentation gap or an error in the compose yaml. Deployment using compose is a primary target for my use case so this is currently a blocker. DetailTwo presumably related errors stand out in the logs:
A search of PR and issues before making this post I can see that others seem to have had similar issues with recent versions, but they do not include a solution:
Debug info below.
docker-compose-standalone.yml:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, in v1.2.2, |
Beta Was this translation helpful? Give feedback.
-
For 1.3.0-standalone this is what works for me:
|
Beta Was this translation helpful? Give feedback.
Hi, in v1.2.2,
cn_seed_config_node
calledcn_target_config_node_list
anddn_seed_config_node
calleddn_target_config_node_list
. You may need to try these.