openproject restore

This commit is contained in:
Aaron Riedel 2025-02-20 20:33:41 +01:00
parent 88f5bb04f2
commit a2ea9111de
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -2,6 +2,8 @@ apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: openproject
annotations:
cnpg.io/skipEmptyWalArchiveCheck: enabled
spec:
instances: 3
storage:
@ -15,7 +17,7 @@ spec:
barmanObjectStore:
destinationPath: "s3://openproject/backups"
endpointURL: "https://fsn1.your-objectstorage.com"
serverName: "newnew-openproject" # in case of restore change this
serverName: "openproject-backup" # in case of restore change this
s3Credentials:
accessKeyId:
name: openproject-secret
@ -31,7 +33,7 @@ spec:
barmanObjectStore:
destinationPath: "s3://openproject/backups"
endpointURL: "https://fsn1.your-objectstorage.com"
serverName: "newnew-openproject"
serverName: "openproject-backup"
s3Credentials:
accessKeyId:
name: openproject-secret