We want to increase the recommended version of PostgreSQL. To this end we need validation that a database created with one version is automatically migrated to a new version when using the Docker image of PostgreSQL.
Extensive experience with databases is not necessary. We just need feedback from users to validate this.
PostgreSQL Docker upgrades [SOLVED]
Re: PostgreSQL Docker upgrades
Hi,
no it won't work, at least I know this from 11 to 12. Just switching the docker file will not work. You have to dump and restore.
Best
Matthias
no it won't work, at least I know this from 11 to 12. Just switching the docker file will not work. You have to dump and restore.
Best
Matthias
Re: PostgreSQL Docker upgrades
Thank you for the clarification Matthias!