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
|
IfNotPresent
|
||||||
MinIO
|
MinIO
|
||||||
PITR
|
PITR
|
||||||
TODO
|
|
||||||
TLS
|
TLS
|
||||||
|
TODO
|
||||||
WAL
|
WAL
|
||||||
WALs
|
WALs
|
||||||
api
|
api
|
||||||
@ -34,6 +34,7 @@ hostpath
|
|||||||
https
|
https
|
||||||
imagePullPolicy
|
imagePullPolicy
|
||||||
io
|
io
|
||||||
|
isWALArchiver
|
||||||
kubectl
|
kubectl
|
||||||
kubernetes
|
kubernetes
|
||||||
minio
|
minio
|
||||||
|
|||||||
@ -199,6 +199,7 @@ spec:
|
|||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
plugins:
|
plugins:
|
||||||
- name: barman-cloud.cloudnative-pg.io
|
- name: barman-cloud.cloudnative-pg.io
|
||||||
|
isWALArchiver: true
|
||||||
parameters:
|
parameters:
|
||||||
barmanObjectName: minio-store
|
barmanObjectName: minio-store
|
||||||
storage:
|
storage:
|
||||||
@ -272,6 +273,7 @@ spec:
|
|||||||
source: source
|
source: source
|
||||||
plugins:
|
plugins:
|
||||||
- name: barman-cloud.cloudnative-pg.io
|
- name: barman-cloud.cloudnative-pg.io
|
||||||
|
isWALArchiver: true
|
||||||
parameters:
|
parameters:
|
||||||
# Backup Object Store (push, read-write)
|
# Backup Object Store (push, read-write)
|
||||||
barmanObjectName: minio-store-bis
|
barmanObjectName: minio-store-bis
|
||||||
@ -311,6 +313,7 @@ spec:
|
|||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- name: barman-cloud.cloudnative-pg.io
|
- name: barman-cloud.cloudnative-pg.io
|
||||||
|
isWALArchiver: true
|
||||||
parameters:
|
parameters:
|
||||||
barmanObjectName: minio-store-a
|
barmanObjectName: minio-store-a
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,7 @@ spec:
|
|||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
plugins:
|
plugins:
|
||||||
- name: barman-cloud.cloudnative-pg.io
|
- name: barman-cloud.cloudnative-pg.io
|
||||||
|
isWALArchiver: true
|
||||||
parameters:
|
parameters:
|
||||||
barmanObjectName: minio-store
|
barmanObjectName: minio-store
|
||||||
|
|
||||||
|
|||||||
@ -12,6 +12,7 @@ spec:
|
|||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- name: barman-cloud.cloudnative-pg.io
|
- name: barman-cloud.cloudnative-pg.io
|
||||||
|
isWALArchiver: true
|
||||||
parameters:
|
parameters:
|
||||||
barmanObjectName: minio-store-bis
|
barmanObjectName: minio-store-bis
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user