Migration from Postgresql HA
The postgresql-ha subchart has been removed. It was frozen upstream at
images that only exist in Bitnami's archived bitnamilegacy registry, and no
replacement subchart offers real HA — every credible option is an operator, which
cannot work as a plain Helm dependency.
Migrate to a Postgres operator via externalDB — see
PostgreSQL Operators and
External DB Integration. The bundled
single-node PostgreSQL is a dev/test destination only.
The dump-and-restore steps below still apply; the destination has changed.
Plan:
-
Scale api, beat, worker -> 0
-
Backup — using backup job
-
group_vars/puhuri_core_prd - helm_pg_ha_enabled: no ===> CANCEL THE UPDATING PIPELINE!
-
Run dependency update ==> leads to a working single psql
-
Restore DB — using recovery job
-
Run a common update pipeline
-
Validate that login works
-
Drop old psql ha, drop pvc
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | |