change backup schedule
Some checks failed
lint-test-helm / helm-lint (push) Successful in 55s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-10-04 00:37:30 -05:00
parent cbd9f5e069
commit e325170af5
29 changed files with 58 additions and 59 deletions

View File

@@ -71,9 +71,9 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/authentik/authentik-postgresql-17-cluster
index: 2
retentionPolicy: "3d"
retentionPolicy: "2d"
scheduledBackups:
- name: daily-backup
suspend: false
schedule: "0 0 0 * * *"
schedule: "0 0 /6 * * *"
backupName: external

View File

@@ -341,9 +341,9 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gitea/gitea-postgresql-17-cluster
index: 3
retentionPolicy: "3d"
retentionPolicy: "2d"
scheduledBackups:
- name: daily-backup
suspend: false
schedule: "0 0 0 * * *"
schedule: "0 0 /6 * * *"
backupName: external

View File

@@ -318,9 +318,9 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/matrix-synapse/matrix-synapse-postgresql-17-cluster
index: 1
retentionPolicy: "3d"
retentionPolicy: "2d"
scheduledBackups:
- name: daily-backup
suspend: false
schedule: "0 0 0 * * *"
schedule: "0 0 /6 * * *"
backupName: external

View File

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

View File

@@ -258,9 +258,9 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/ollama/ollama-web-postgresql-17-cluster
index: 2
retentionPolicy: "3d"
retentionPolicy: "2d"
scheduledBackups:
- name: daily-backup
suspend: false
schedule: "0 0 0 * * *"
schedule: "0 0 /6 * * *"
backupName: external

View File

@@ -75,9 +75,9 @@ postgres-17-cluster:
- name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/stalwart/stalwart-postgresql-17-cluster
index: 3
retentionPolicy: "3d"
retentionPolicy: "2d"
scheduledBackups:
- name: daily-backup
suspend: false
schedule: "0 0 0 * * *"
schedule: "0 0 /6 * * *"
backupName: external