Compare commits

...

1 Commits

Author SHA1 Message Date
a322553210 update readme 2024-04-11 19:37:45 -06:00
3 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: postgres-cluster-upgrade name: postgres-cluster-upgrade
version: 0.1.1 version: 0.1.2
description: Chart for upgrading a cloudnative-pg cluster in the same namespace description: Chart for upgrading a cloudnative-pg cluster in the same namespace
keywords: keywords:
- database - database
@@ -11,4 +11,4 @@ sources:
maintainers: maintainers:
- name: alexlebens - name: alexlebens
icon: https://avatars.githubusercontent.com/u/100373852?s=48&v=4 icon: https://avatars.githubusercontent.com/u/100373852?s=48&v=4
appVersion: v1.22.1 appVersion: v1.22.2

View File

@@ -4,7 +4,9 @@
CloudNativePG is the Kubernetes operator that covers the full lifecycle of a highly available PostgreSQL database cluster with a primary/standby architecture, using native streaming replication. CloudNativePG is the Kubernetes operator that covers the full lifecycle of a highly available PostgreSQL database cluster with a primary/standby architecture, using native streaming replication.
This chart bootstraps a [CNPG](https://github.com/cloudnative-pg/cloudnative-pg) cluster on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. This chart bootstraps a [CNPG](https://github.com/cloudnative-pg/cloudnative-pg) cluster upgraade on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
The process is designed to be used in conjunction with the [postgres-cluster](https://github.com/alexlebens/helm-charts/tree/main/charts/postgres-cluster) chart. The cluster in this chart connects to the orignal cluster, peforms an upgrade, then backups to the objectStore endpoint. Afterwards the upgrade cluster is removed and the orignal cluster bootstraps from the upgrade's backup.
## Prerequisites ## Prerequisites

View File

@@ -29,7 +29,7 @@ upgrade:
importDatabases: importDatabases:
- app - app
backup: backup:
backupEnabled: true backupEnabled: false
inititeBackup: false inititeBackup: false
retentionPolicy: 3d retentionPolicy: 3d
backupIndex: 1 backupIndex: 1