reduce retention
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user