Open rrr2rrr opened 3 months ago
I run into this issue every time I upgrade PostgreSQL containers using dokku postgres:upgrade <service>
.
The ambassador container does not seem to survive the upgrade and thus the exposed port dissapears.
As a workaround I now do this:
dokku postgres:unexpose my-db
dokku postgres:upgrade my-db
dokku postgres:expose my-db 5432
Description of problem
Can't restart exposed postgres instance without an error I am getting
Eventually, the container started and i needed to do expose one more time
And everything is working!
How reproducible
Actual Results
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