2 Commits

Author SHA1 Message Date
ff82a48f4c reduce retention
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m15s
2025-10-17 21:17:00 -05:00
6bdd5a0428 set recovery 2025-10-17 21:17:00 -05:00
4 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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