-
-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
Description of problem
Can't restart exposed postgres instance without an error
I am getting
root@Ubuntu-2204-jammy-amd64-base /temp_disk # dokku postgres:start lake
=====> Starting container
Error response from daemon: Cannot link to a non running container: /dokku.postgres.lake AS /dokku.postgres.lake.ambassador/postgres
Error: failed to start containers: dokku.postgres.lake.ambassador
Eventually, the container started and i needed to do expose one more time
dokku postgres:unexpose lake
dokku postgres:expose lake 5678
And everything is working!
How reproducible
dokku postgres:create lake
dokku postgres:expose lake 5678
dokku postgres:stop lake
dokku postgres:start lake
Actual Results
root@Ubuntu-2204-jammy-amd64-base /temp_disk # dokku postgres:expose tg 5678
-----> Service tg exposed on port(s) [container->host]: 5432->5678
root@Ubuntu-2204-jammy-amd64-base /temp_disk # dokku postgres:stop tg
=====> Pausing container
Container paused
Removing container
root@Ubuntu-2204-jammy-amd64-base /temp_disk # dokku postgres:start tg
=====> Starting container
Error response from daemon: Cannot link to a non running container: /dokku.postgres.tg AS /dokku.postgres.tg.ambassador/postgres
Error: failed to start containers: dokku.postgres.tg.ambassador
Expected Results
Without error
Environment Information
dokku version 0.34.7
postgres 1.37.0 enabled dokku postgres service plugin
How (deb/make) and where (AWS, VirtualBox, physical, etc.) was Dokku installed?:
physical server
conscribtor, odthoma, rrr2rrr and swrobel
Metadata
Metadata
Assignees
Labels
No labels