Skip to content

Commit 9acdaa3

Browse files
committed
docs: add isWALArchiver to documentation and examples
Signed-off-by: Marco Nenciarini <[email protected]>
1 parent e9f76b1 commit 9acdaa3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

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)