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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue