remove pg-16

This commit is contained in:
2024-12-23 18:17:02 -06:00
parent fd269eca2d
commit 7c33eecd12
3 changed files with 3 additions and 62 deletions

View File

@@ -141,29 +141,6 @@ radarr5:
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/radarr5-postgresql-16-cluster
endpointCredentials: radarr5-postgresql-16-cluster-backup-secret
backupIndex: 2
retentionPolicy: "7d"
postgres-17-cluster:
mode: standalone
cluster:
@@ -184,9 +161,9 @@ postgres-17-cluster:
- CREATE DATABASE "radarr-main" OWNER "app";
- CREATE DATABASE "radarr-log" OWNER "app";
backup:
enabled: true
enabled: false
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5/radarr5-postgresql-16-cluster
endpointCredentials: radarr5-postgresql-16-cluster-backup-secret
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5/radarr5-postgresql-17-cluster
endpointCredentials: radarr5-postgresql-17-cluster-backup-secret
backupIndex: 1
retentionPolicy: "7d"