Skip to content

Commit 2c9ab75

Browse files
committed
enable s3 backup of pgdb02 with target prefer-standby
1 parent 14a7a05 commit 2c9ab75

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pgdb02-cirrus/templates/s3-backup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
cluster:
1616
name: {{ .Values.db.name }}
1717

18-
target: primary
18+
target: prefer-standby
1919
method: plugin
2020
pluginConfiguration:
2121
name: barman-cloud.cloudnative-pg.io

pgdb02-cirrus/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ db:
1515
memory: 128Gi
1616
backups:
1717
volumeSnapshot:
18-
enabled: true
18+
enabled: false
1919
snapshotClassName: csi-rbdplugin-snapclass
2020
s3:
21-
enabled: false
21+
enabled: true
2222
secretName: pgdb02-backup-s3-creds
2323
endpointURL: https://boreas.hpc.ucar.edu:6443
2424
destinationPath: s3://gdex

0 commit comments

Comments
 (0)