diff --git a/.wordlist.txt b/.wordlist.txt index 5ae0fae..e9676af 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -6,8 +6,8 @@ Gi IfNotPresent MinIO PITR -TODO TLS +TODO WAL WALs api @@ -34,6 +34,7 @@ hostpath https imagePullPolicy io +isWALArchiver kubectl kubernetes minio diff --git a/README.md b/README.md index 61d9c3d..ed57700 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ spec: imagePullPolicy: Always plugins: - name: barman-cloud.cloudnative-pg.io + isWALArchiver: true parameters: barmanObjectName: minio-store storage: @@ -272,6 +273,7 @@ spec: source: source plugins: - name: barman-cloud.cloudnative-pg.io + isWALArchiver: true parameters: # Backup Object Store (push, read-write) barmanObjectName: minio-store-bis @@ -311,6 +313,7 @@ spec: plugins: - name: barman-cloud.cloudnative-pg.io + isWALArchiver: true parameters: barmanObjectName: minio-store-a diff --git a/docs/examples/cluster-example.yaml b/docs/examples/cluster-example.yaml index b367f91..1d240b3 100644 --- a/docs/examples/cluster-example.yaml +++ b/docs/examples/cluster-example.yaml @@ -7,6 +7,7 @@ spec: imagePullPolicy: Always plugins: - name: barman-cloud.cloudnative-pg.io + isWALArchiver: true parameters: barmanObjectName: minio-store diff --git a/docs/examples/cluster-restore-archive.yaml b/docs/examples/cluster-restore-archive.yaml index 5c133de..0505eed 100644 --- a/docs/examples/cluster-restore-archive.yaml +++ b/docs/examples/cluster-restore-archive.yaml @@ -12,6 +12,7 @@ spec: plugins: - name: barman-cloud.cloudnative-pg.io + isWALArchiver: true parameters: barmanObjectName: minio-store-bis