enable backups

This commit is contained in:
2024-12-12 11:36:15 -06:00
parent 8481de423e
commit e72ce65f0b
3 changed files with 3 additions and 3 deletions

View File

@@ -244,7 +244,7 @@ postgres-16-cluster:
parameters:
shared_buffers: 256MB
backup:
enabled: false
enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-16-cluster
endpointCredentials: immich-postgresql-16-cluster-backup-secret

View File

@@ -266,7 +266,7 @@ postgres-16-cluster:
postInitSQL:
- CREATE DATABASE "jellyplist" OWNER "app";
backup:
enabled: false
enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/jellyplist/jellyplist-postgresql-16-cluster
endpointCredentials: jellyplist-postgresql-16-cluster-backup-secret

View File

@@ -106,7 +106,7 @@ postgres-16-cluster:
prometheusRule:
enabled: false
backup:
enabled: false
enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/jellystat/jellystat-postgresql-16-cluster
endpointCredentials: jellystat-postgresql-16-cluster-backup-secret