-
Notifications
You must be signed in to change notification settings - Fork 54
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
helm: upgrade to PostgreSQL 14 #744
Open
mdonadoni opened this issue
Sep 14, 2023
· 1 comment
· Fixed by #774, reanahub/reana-workflow-controller#568, reanahub/reana-server#672, reanahub/reana-job-controller#429 or reanahub/reana-db#226
Open
helm: upgrade to PostgreSQL 14 #744
mdonadoni opened this issue
Sep 14, 2023
· 1 comment
· Fixed by #774, reanahub/reana-workflow-controller#568, reanahub/reana-server#672, reanahub/reana-job-controller#429 or reanahub/reana-db#226
Labels
Comments
mdonadoni
added a commit
to mdonadoni/reana-workflow-controller
that referenced
this issue
Feb 9, 2024
Reopening:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are currently using PostgreSQL 12 in our Helm chart:
reana/helm/reana/templates/reana-db.yaml
Line 34 in 9cb65c8
Given that we have already tested (and we are already using) PostgreSQL 14, we should update the internal database to the same version, so that local/dev environments use the same database version as REANA deployed at CERN.
Note that this represents a big issue for already-deployed instances of REANA that use the internal database, as a data migration is needed to move from PostgreSQL 12 to PostgreSQL 14. See the related docs PR reanahub/docs.reana.io#170.
We should discuss what to do, as we have a few options:
The text was updated successfully, but these errors were encountered: