feat: enable backup

This commit is contained in:
2026-02-13 14:04:34 -06:00
parent fa49839947
commit 38a9f87819
2 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ dependencies:
version: 7.6.0
repository: oci://harbor.alexlebens.net/helm-charts
- name: volsync-target
alias: volsync-target-config
alias: volsync-target-clickhouse-data
version: 0.7.0
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/rybbit.webp

View File

@@ -259,7 +259,7 @@ rybbit:
mountPropagation: None
subPath: user_logging.xml
postgres-18-cluster:
mode: standalone
mode: recovery
recovery:
method: objectStore
objectStore:
@@ -286,7 +286,7 @@ postgres-18-cluster:
# isWALArchiver: false
scheduledBackups:
- name: live-backup
suspend: true
suspend: false
immediate: true
schedule: "0 0 0 * * *"
backupName: garage-local
@@ -303,10 +303,10 @@ postgres-18-cluster:
volsync-target-clickhouse-data:
pvcTarget: clickhouse-data
local:
enabled: false
schedule: 38 11 * * *
enabled: true
schedule: 40 11 * * *
remote:
enabled: false
external:
enabled: false
schedule: 38 12 * * *
enabled: true
schedule: 40 12 * * *