db restore

This commit is contained in:
Aaron Riedel 2025-02-13 21:36:00 +01:00
parent 60e80f1a5f
commit 2b64ea7e89
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -6,6 +6,9 @@ spec:
instances: 3
storage:
size: 1Gi
bootstrap:
recovery:
source: clusterBackup
backup:
barmanObjectStore:
destinationPath: "s3://openproject/backups"
@ -20,3 +23,15 @@ spec:
wal:
compression: gzip
retentionPolicy: "30d"
externalClusters:
- name: clusterBackup
barmanObjectStore:
destinationPath: "s3://openproject/backups"
endpointURL: "https://fsn1.your-objectstorage.com"
s3Credentials:
accessKeyId:
name: openproject-secret
key: OPENPROJECT_FOG_CREDENTIALS_AWS__ACCESS__KEY__ID
secretAccessKey:
name: openproject-secret
key: OPENPROJECT_FOG_CREDENTIALS_AWS__SECRET__ACCESS__KEY