docs: add isWALArchiver to documentation and examples (#185)

Version 1.25.1 of CNPG introduces a new configuration flag called `isWALArchiver`. This flag allows users to designate the plugin as a Write-Ahead Log (WAL) archiver. This update includes the addition of the flag in the examples and documentation.

See also https://github.com/cloudnative-pg/cloudnative-pg/pull/6593

Closes #184

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
This commit is contained in:
Marco Nenciarini 2025-03-05 11:00:40 +01:00 committed by GitHub
parent aacaee4256
commit de3225d649
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -7,6 +7,7 @@ spec:
imagePullPolicy: Always
plugins:
- name: barman-cloud.cloudnative-pg.io
isWALArchiver: true
parameters:
barmanObjectName: minio-store

View File

@ -12,6 +12,7 @@ spec:
plugins:
- name: barman-cloud.cloudnative-pg.io
isWALArchiver: true
parameters:
barmanObjectName: minio-store-bis