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
|
instances: 3
|
||||||
storage:
|
storage:
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
bootstrap:
|
# bootstrap:
|
||||||
recovery:
|
# recovery:
|
||||||
source: clusterBackup
|
# source: clusterBackup
|
||||||
|
# recoveryTarget:
|
||||||
|
# targetTime: "2025-02-12 21:00:00.00000+00"
|
||||||
backup:
|
backup:
|
||||||
barmanObjectStore:
|
barmanObjectStore:
|
||||||
destinationPath: "s3://openproject/backups"
|
destinationPath: "s3://openproject/backups"
|
||||||
endpointURL: "https://fsn1.your-objectstorage.com"
|
endpointURL: "https://fsn1.your-objectstorage.com"
|
||||||
|
serverName: "new-openproject"
|
||||||
s3Credentials:
|
s3Credentials:
|
||||||
accessKeyId:
|
accessKeyId:
|
||||||
name: openproject-secret
|
name: openproject-secret
|
||||||
|
@ -22,16 +25,20 @@ spec:
|
||||||
key: OPENPROJECT_FOG_CREDENTIALS_AWS__SECRET__ACCESS__KEY
|
key: OPENPROJECT_FOG_CREDENTIALS_AWS__SECRET__ACCESS__KEY
|
||||||
wal:
|
wal:
|
||||||
compression: gzip
|
compression: gzip
|
||||||
retentionPolicy: "30d"
|
retentionPolicy: "30d"
|
||||||
externalClusters:
|
# externalClusters:
|
||||||
- name: clusterBackup
|
# - name: clusterBackup
|
||||||
barmanObjectStore:
|
# barmanObjectStore:
|
||||||
destinationPath: "s3://openproject/backups"
|
# destinationPath: "s3://openproject/backups"
|
||||||
endpointURL: "https://fsn1.your-objectstorage.com"
|
# endpointURL: "https://fsn1.your-objectstorage.com"
|
||||||
s3Credentials:
|
# serverName: openproject
|
||||||
accessKeyId:
|
# s3Credentials:
|
||||||
name: openproject-secret
|
# accessKeyId:
|
||||||
key: OPENPROJECT_FOG_CREDENTIALS_AWS__ACCESS__KEY__ID
|
# name: openproject-secret
|
||||||
secretAccessKey:
|
# key: OPENPROJECT_FOG_CREDENTIALS_AWS__ACCESS__KEY__ID
|
||||||
name: openproject-secret
|
# secretAccessKey:
|
||||||
key: OPENPROJECT_FOG_CREDENTIALS_AWS__SECRET__ACCESS__KEY
|
# name: openproject-secret
|
||||||
|
# key: OPENPROJECT_FOG_CREDENTIALS_AWS__SECRET__ACCESS__KEY
|
||||||
|
# wal:
|
||||||
|
# maxParallel: 8
|
||||||
|
# compression: gzip
|
||||||
|
|
Loading…
Reference in a new issue