feat: enable backup
This commit is contained in:
@@ -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 * * *
|
||||
|
||||
Reference in New Issue
Block a user