recover matrix

This commit is contained in:
2024-05-30 10:30:17 -05:00
parent e2b73c23a8
commit cf784e1f3a

View File

@@ -168,7 +168,7 @@ redis:
persistence: persistence:
enabled: false enabled: false
postgres-16-cluster: postgres-16-cluster:
mode: standalone mode: recovery
cluster: cluster:
walStorage: walStorage:
storageClass: local-path storageClass: local-path
@@ -178,12 +178,17 @@ postgres-16-cluster:
enabled: true enabled: true
prometheusRule: prometheusRule:
enabled: false enabled: false
backup: recovery:
enabled: true
endpointURL: https://s3.us-east-2.amazonaws.com endpointURL: https://s3.us-east-2.amazonaws.com
destinationPath: s3://cl01tl-postgresql-backups/matrix-synapse destinationPath: s3://cl01tl-postgresql-backups/matrix-synapse
endpointCredentials: matrix-synapse-postgresql-16-cluster-backup-secret endpointCredentials: matrix-synapse-postgresql-16-cluster-backup-secret
backupIndex: 1 recoveryIndex: 1
backup:
enabled: false
endpointURL: https://s3.us-east-2.amazonaws.com
destinationPath: s3://cl01tl-postgresql-backups/matrix-synapse
endpointCredentials: matrix-synapse-postgresql-16-cluster-backup-secret
backupIndex: 2
retentionPolicy: 14d retentionPolicy: 14d
cloudflared-synapse: cloudflared-synapse:
name: cloudflared-synapse name: cloudflared-synapse