Skip to content

Commit de3225d

Browse files
authored
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 cloudnative-pg/cloudnative-pg#6593 Closes #184 Signed-off-by: Marco Nenciarini <[email protected]>
1 parent aacaee4 commit de3225d

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.wordlist.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Gi
66
IfNotPresent
77
MinIO
88
PITR
9-
TODO
109
TLS
10+
TODO
1111
WAL
1212
WALs
1313
api
@@ -34,6 +34,7 @@ hostpath
3434
https
3535
imagePullPolicy
3636
io
37+
isWALArchiver
3738
kubectl
3839
kubernetes
3940
minio

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ spec:
199199
imagePullPolicy: Always
200200
plugins:
201201
- name: barman-cloud.cloudnative-pg.io
202+
isWALArchiver: true
202203
parameters:
203204
barmanObjectName: minio-store
204205
storage:
@@ -272,6 +273,7 @@ spec:
272273
source: source
273274
plugins:
274275
- name: barman-cloud.cloudnative-pg.io
276+
isWALArchiver: true
275277
parameters:
276278
# Backup Object Store (push, read-write)
277279
barmanObjectName: minio-store-bis
@@ -311,6 +313,7 @@ spec:
311313
312314
plugins:
313315
- name: barman-cloud.cloudnative-pg.io
316+
isWALArchiver: true
314317
parameters:
315318
barmanObjectName: minio-store-a
316319

docs/examples/cluster-example.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec:
77
imagePullPolicy: Always
88
plugins:
99
- name: barman-cloud.cloudnative-pg.io
10+
isWALArchiver: true
1011
parameters:
1112
barmanObjectName: minio-store
1213

docs/examples/cluster-restore-archive.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ spec:
1212

1313
plugins:
1414
- name: barman-cloud.cloudnative-pg.io
15+
isWALArchiver: true
1516
parameters:
1617
barmanObjectName: minio-store-bis
1718

0 commit comments

Comments
 (0)