reduce retention
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m15s

This commit is contained in:
2025-10-17 21:16:55 -05:00
parent 6bdd5a0428
commit ff82a48f4c
4 changed files with 8 additions and 8 deletions

View File

@@ -115,9 +115,9 @@ postgres-17-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/lidarr2/lidarr2-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/lidarr2/lidarr2-postgresql-17-cluster
index: 1 index: 1
endpointCredentials: lidarr-postgresql-17-cluster-backup-secret endpointCredentials: lidarr-postgresql-17-cluster-backup-secret
retentionPolicy: "2d" retentionPolicy: "1d"
scheduledBackups: scheduledBackups:
- name: daily-backup - name: daily-backup
suspend: false suspend: false
schedule: "0 0 0 * * *" schedule: "0 0 */12 * * *"
backupName: external backupName: external

View File

@@ -115,9 +115,9 @@ postgres-17-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5/radarr5-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5/radarr5-postgresql-17-cluster
index: 2 index: 2
endpointCredentials: radarr-postgresql-17-cluster-backup-secret endpointCredentials: radarr-postgresql-17-cluster-backup-secret
retentionPolicy: "2d" retentionPolicy: "1d"
scheduledBackups: scheduledBackups:
- name: daily-backup - name: daily-backup
suspend: false suspend: false
schedule: "0 0 0 * * *" schedule: "0 0 */12 * * *"
backupName: external backupName: external

View File

@@ -113,9 +113,9 @@ postgres-17-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4/sonarr4-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4/sonarr4-postgresql-17-cluster
index: 1 index: 1
endpointCredentials: sonarr-postgresql-17-cluster-backup-secret endpointCredentials: sonarr-postgresql-17-cluster-backup-secret
retentionPolicy: "2d" retentionPolicy: "1d"
scheduledBackups: scheduledBackups:
- name: daily-backup - name: daily-backup
suspend: false suspend: false
schedule: "0 0 0 * * *" schedule: "0 0 */12 * * *"
backupName: external backupName: external

View File

@@ -199,9 +199,9 @@ postgresql-17-fdb-cluster:
- name: external - name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-fdb-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-fdb-cluster
index: 2 index: 2
retentionPolicy: "2d" retentionPolicy: "1d"
scheduledBackups: scheduledBackups:
- name: daily-backup - name: daily-backup
suspend: false suspend: false
schedule: "0 0 0 * * *" schedule: "0 0 */12 * * *"
backupName: external backupName: external