reanahub / reana

REANA: Reusable research data analysis platform
https://docs.reana.io
MIT License
127 stars 54 forks source link

helm: upgrade to PostgreSQL 14 #744

Open mdonadoni opened 1 year ago

mdonadoni commented 1 year ago

We are currently using PostgreSQL 12 in our Helm chart: https://github.com/reanahub/reana/blob/9cb65c8302290e699c4e23273b54bab1a4bcf376/helm/reana/templates/reana-db.yaml#L34

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 https://github.com/reanahub/docs.reana.io/pull/170.

We should discuss what to do, as we have a few options:

mdonadoni commented 9 months ago

Reopening: