Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test PostgreSQL upgrade #505

Open
dirkmueller opened this issue Jun 14, 2024 · 1 comment
Open

Test PostgreSQL upgrade #505

dirkmueller opened this issue Jun 14, 2024 · 1 comment

Comments

@dirkmueller
Copy link
Member

Similarly to #504 we should test upgrades from PostgreSQL x to PostgreSQL x+1

@grisu48
Copy link
Contributor

grisu48 commented Dec 10, 2024

Is there even an upgrade process defined? The documentation states that "The traditional method for moving data to a new major version is to dump and restore the database [...]".

There is the possibility to use pg_upgrade but last time I tried that required the binaries from the previous and the most recent versions available on the same system/container, which we don't package.

So either we have a good documentation on how to mount/bind/include the binaries from PostgreSQL x into the container of PostgreSQL x+1, or we need to build a custom migration container that contains both binary versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants