remove pg-16

This commit is contained in:
2024-12-23 18:25:43 -06:00
parent ce9083fef0
commit a475c5e9d0
3 changed files with 1 additions and 60 deletions

View File

@@ -141,29 +141,6 @@ radarr5-4k:
main:
- path: /mnt/store
readOnly: false
postgres-16-cluster:
mode: standalone
cluster:
enableSuperuserAccess: true
walStorage:
storageClass: local-path
storage:
storageClass: local-path
monitoring:
enabled: true
initdb:
database: app
owner: app
postInitSQL:
- CREATE DATABASE "radarr-main" OWNER "app";
- CREATE DATABASE "radarr-log" OWNER "app";
backup:
enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5-4k/radarr5-4k-postgresql-16-cluster
endpointCredentials: radarr5-4k-postgresql-16-cluster-backup-secret
backupIndex: 1
retentionPolicy: "7d"
postgres-17-cluster:
mode: standalone
cluster:
@@ -184,7 +161,7 @@ postgres-17-cluster:
- CREATE DATABASE "radarr-main" OWNER "app";
- CREATE DATABASE "radarr-log" OWNER "app";
backup:
enabled: false
enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5-4k/radarr5-4k-postgresql-17-cluster
endpointCredentials: radarr5-4k-postgresql-17-cluster-backup-secret