enable backups
This commit is contained in:
@@ -244,7 +244,7 @@ postgres-16-cluster:
|
|||||||
parameters:
|
parameters:
|
||||||
shared_buffers: 256MB
|
shared_buffers: 256MB
|
||||||
backup:
|
backup:
|
||||||
enabled: false
|
enabled: true
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
endpointURL: https://nyc3.digitaloceanspaces.com
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-16-cluster
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-16-cluster
|
||||||
endpointCredentials: immich-postgresql-16-cluster-backup-secret
|
endpointCredentials: immich-postgresql-16-cluster-backup-secret
|
||||||
|
@@ -266,7 +266,7 @@ postgres-16-cluster:
|
|||||||
postInitSQL:
|
postInitSQL:
|
||||||
- CREATE DATABASE "jellyplist" OWNER "app";
|
- CREATE DATABASE "jellyplist" OWNER "app";
|
||||||
backup:
|
backup:
|
||||||
enabled: false
|
enabled: true
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
endpointURL: https://nyc3.digitaloceanspaces.com
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/jellyplist/jellyplist-postgresql-16-cluster
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/jellyplist/jellyplist-postgresql-16-cluster
|
||||||
endpointCredentials: jellyplist-postgresql-16-cluster-backup-secret
|
endpointCredentials: jellyplist-postgresql-16-cluster-backup-secret
|
||||||
|
@@ -106,7 +106,7 @@ postgres-16-cluster:
|
|||||||
prometheusRule:
|
prometheusRule:
|
||||||
enabled: false
|
enabled: false
|
||||||
backup:
|
backup:
|
||||||
enabled: false
|
enabled: true
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
endpointURL: https://nyc3.digitaloceanspaces.com
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/jellystat/jellystat-postgresql-16-cluster
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/jellystat/jellystat-postgresql-16-cluster
|
||||||
endpointCredentials: jellystat-postgresql-16-cluster-backup-secret
|
endpointCredentials: jellystat-postgresql-16-cluster-backup-secret
|
||||||
|
Reference in New Issue
Block a user