recover matrix
This commit is contained in:
		| @@ -168,7 +168,7 @@ redis: | ||||
|     persistence: | ||||
|       enabled: false | ||||
| postgres-16-cluster: | ||||
|   mode: standalone | ||||
|   mode: recovery | ||||
|   cluster: | ||||
|     walStorage: | ||||
|       storageClass: local-path | ||||
| @@ -178,12 +178,17 @@ postgres-16-cluster: | ||||
|       enabled: true | ||||
|       prometheusRule: | ||||
|         enabled: false | ||||
|   backup: | ||||
|     enabled: true | ||||
|   recovery: | ||||
|     endpointURL: https://s3.us-east-2.amazonaws.com | ||||
|     destinationPath: s3://cl01tl-postgresql-backups/matrix-synapse | ||||
|     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 | ||||
| cloudflared-synapse: | ||||
|   name: cloudflared-synapse | ||||
|   | ||||
		Reference in New Issue
	
	Block a user