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 kind: Cluster
metadata: metadata:
name: openproject name: openproject
annotations:
cnpg.io/skipEmptyWalArchiveCheck: enabled
spec: spec:
instances: 3 instances: 3
storage: storage:
@ -15,7 +17,7 @@ spec:
barmanObjectStore: barmanObjectStore:
destinationPath: "s3://openproject/backups" destinationPath: "s3://openproject/backups"
endpointURL: "https://fsn1.your-objectstorage.com" 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: s3Credentials:
accessKeyId: accessKeyId:
name: openproject-secret name: openproject-secret
@ -31,7 +33,7 @@ spec:
barmanObjectStore: barmanObjectStore:
destinationPath: "s3://openproject/backups" destinationPath: "s3://openproject/backups"
endpointURL: "https://fsn1.your-objectstorage.com" endpointURL: "https://fsn1.your-objectstorage.com"
serverName: "newnew-openproject" serverName: "openproject-backup"
s3Credentials: s3Credentials:
accessKeyId: accessKeyId:
name: openproject-secret name: openproject-secret