enable backups
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user