tianon / docker-postgres-upgrade

a PoC for using "pg_upgrade" inside Docker -- learn from it, adapt it for your needs; don't expect it to work as-is!
https://hub.docker.com/r/tianon/postgres-upgrade/
MIT License
1.08k stars 116 forks source link

Missing DBs #35

Closed romu70 closed 3 years ago

romu70 commented 3 years ago

Hi, I'm trying to upgrade my PG container from 11 to 13. I ran docker-postgres-upgrade without any trouble, all the output traces were "ok".

I can login to my new PG13 instance with the postgresuser. But through Adminer, I don't see the databases which were supposed to be migrated.

And of course, the containers which rely on those DBs don't work, no surprise here.

Any idea?

romu70 commented 3 years ago

Wrong problem.