feat(db): configure backup again
All checks were successful
Renovate / renovate (push) Successful in 47s
All checks were successful
Renovate / renovate (push) Successful in 47s
This commit is contained in:
parent
294973bb80
commit
b3b19b870b
3 changed files with 18 additions and 18 deletions
|
@ -5,5 +5,5 @@ resources:
|
|||
- resources/secrets/cnpg-backup-creds.yaml
|
||||
- resources/secrets/ext-pgo-admin.yaml
|
||||
- resources/cluster.yaml
|
||||
#- resources/backup.yaml
|
||||
- resources/backup.yaml
|
||||
- resources/pool.yaml
|
||||
|
|
|
@ -50,23 +50,23 @@ spec:
|
|||
compression: snappy
|
||||
maxParallel: 8
|
||||
|
||||
#backup:
|
||||
# barmanObjectStore:
|
||||
# destinationPath: "s3://cnpg/app-cluster/"
|
||||
# endpointURL: "http://garage.garage.svc:3900"
|
||||
# s3Credentials:
|
||||
# accessKeyId:
|
||||
# name: cnpg-backup-creds
|
||||
# key: ACCESS_KEY_ID
|
||||
# secretAccessKey:
|
||||
# name: cnpg-backup-creds
|
||||
# key: ACCESS_SECRET_KEY
|
||||
# region:
|
||||
# name: cnpg-backup-creds
|
||||
# key: AWS_REGION
|
||||
# wal:
|
||||
# compression: snappy
|
||||
# retentionPolicy: "30d"
|
||||
backup:
|
||||
barmanObjectStore:
|
||||
destinationPath: "s3://backup/cnpg/gen2/app-cluster/"
|
||||
endpointURL: "https://fsn1.your-objectstorage.com"
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: cnpg-backup-creds
|
||||
key: ACCESS_KEY_ID
|
||||
secretAccessKey:
|
||||
name: cnpg-backup-creds
|
||||
key: ACCESS_SECRET_KEY
|
||||
region:
|
||||
name: cnpg-backup-creds
|
||||
key: AWS_REGION
|
||||
wal:
|
||||
compression: snappy
|
||||
retentionPolicy: "30d"
|
||||
|
||||
resources:
|
||||
requests:
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue