openproject restore
This commit is contained in:
parent
88f5bb04f2
commit
a2ea9111de
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue