bcgov / cas-reporting

This is for the Clean Growth Digital Services team for work related to reporting.
Apache License 2.0
0 stars 0 forks source link

Upgrade Postgres 14 upgrade #413

Open patriciarussellCAS opened 3 days ago

patriciarussellCAS commented 3 days ago

Describe the task

From Platform Services: The current version of the Crunchy operator is the last version with Postgres 14 compatibility. The operator will need to be upgraded in preparation for the next OpenShift upgrade, but the operator cannot be upgraded until all Crunchy databases are at Postgres 15 or higher.

Most of you should be able to follow the instructions found here in order to perform an in-place upgrade: https://access.crunchydata.com/documentation/postgres-operator/5.5/guides/major-postgres-version-upgrade.

the following is a list of the currently available Postgres and PostGIS versions and images, for your reference so you know what upgrade paths are available to you:

• postgresVersion: 14

postGISVersion: 3.1

postGISVersion: 3.2

postGISVersion: 3.3

• postgresVersion: 15

postGISVersion: 3.3

• postgresVersion: 16

postGISVersion: 3.3

postGISVersion: 3.4

Acceptance Criteria

Definition of Done

Additional context

patriciarussellCAS commented 3 days ago

@dleard and @pbastia - here's the ticket for the postgres update.