mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
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:
parent
aacaee4256
commit
de3225d649
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -7,6 +7,7 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
plugins:
|
||||
- name: barman-cloud.cloudnative-pg.io
|
||||
isWALArchiver: true
|
||||
parameters:
|
||||
barmanObjectName: minio-store
|
||||
|
||||
|
||||
@ -12,6 +12,7 @@ spec:
|
||||
|
||||
plugins:
|
||||
- name: barman-cloud.cloudnative-pg.io
|
||||
isWALArchiver: true
|
||||
parameters:
|
||||
barmanObjectName: minio-store-bis
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user