Open isaced opened 1 week ago
I did the same steps and I didn't have any issue the containers restarted well and dokploy is accessible again, can you create a video to reproduce?
GitHub cannot upload video files larger than 10MB, so I uploaded the screen recording here.
What resources does your machine have?
A 2-core 2G machine with nothing else installed except docker.
is weird, I did the same steps from the video and for me is working,
looking closely it seems that there was a race condition, I do not know if it is due to the performance of your vps, in the video it looks a little slow 🤔
To Reproduce
Install through the official docker-compose script
Current vs. Expected behavior
When I restart the server, the
dokploy
container cannot start properly.The dokploy-postgres container actually exists, but an error is reported:
Main Server Error Error: (HTTP code 409) unexpected - rpc error: code = AlreadyExists desc = name conflicts with an existing object: service dokploy-postgres already exists
Provide environment information
Which area(s) are affected? (Select all that apply)
Docker / Application
Additional context
I had to execute
docker service rm dokploy-postgres
, and I had to delete dokploy-postgres/dokploy-redis/dokploy-traefik, and then restart the dokploy container for it to work properly.