start new with openproject db
This commit is contained in:
parent
2b64ea7e89
commit
ba9eea8e28
1 changed files with 23 additions and 16 deletions
|
@ -6,13 +6,16 @@ spec:
|
|||
instances: 3
|
||||
storage:
|
||||
size: 1Gi
|
||||
bootstrap:
|
||||
recovery:
|
||||
source: clusterBackup
|
||||
# bootstrap:
|
||||
# recovery:
|
||||
# source: clusterBackup
|
||||
# recoveryTarget:
|
||||
# targetTime: "2025-02-12 21:00:00.00000+00"
|
||||
backup:
|
||||
barmanObjectStore:
|
||||
destinationPath: "s3://openproject/backups"
|
||||
endpointURL: "https://fsn1.your-objectstorage.com"
|
||||
serverName: "new-openproject"
|
||||
s3Credentials:
|
||||
accessKeyId:
|
||||
name: openproject-secret
|
||||
|
@ -22,16 +25,20 @@ spec:
|
|||
key: OPENPROJECT_FOG_CREDENTIALS_AWS__SECRET__ACCESS__KEY
|
||||
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
|
||||
retentionPolicy: "30d"
|
||||
# externalClusters:
|
||||
# - name: clusterBackup
|
||||
# barmanObjectStore:
|
||||
# destinationPath: "s3://openproject/backups"
|
||||
# endpointURL: "https://fsn1.your-objectstorage.com"
|
||||
# serverName: openproject
|
||||
# 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
|
||||
# wal:
|
||||
# maxParallel: 8
|
||||
# compression: gzip
|
||||
|
|
Loading…
Reference in a new issue