From bcba5f39c0fd1c85869b71af076e454769f4aac3 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 29 Dec 2025 16:10:29 -0600 Subject: [PATCH] enable backups --- clusters/cl01tl/helm/grafana-operator/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/grafana-operator/values.yaml b/clusters/cl01tl/helm/grafana-operator/values.yaml index a165d0eee..f3c19bd96 100644 --- a/clusters/cl01tl/helm/grafana-operator/values.yaml +++ b/clusters/cl01tl/helm/grafana-operator/values.yaml @@ -17,7 +17,7 @@ postgres-18-cluster: recovery: method: objectStore objectStore: - index: 1 + index: 2 backup: objectStore: - name: garage-local @@ -40,7 +40,7 @@ postgres-18-cluster: # isWALArchiver: false scheduledBackups: - name: live-backup - suspend: true + suspend: false immediate: true schedule: "0 0 0 * * *" backupName: garage-local