From d0fe1c6845e7faa36a32286e0f1c5a9bad406921 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 5 Feb 2026 22:02:05 -0600 Subject: [PATCH] fix: suspend backup --- clusters/cl01tl/helm/komodo/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/komodo/values.yaml b/clusters/cl01tl/helm/komodo/values.yaml index 5099f80d9..7f048c9a5 100644 --- a/clusters/cl01tl/helm/komodo/values.yaml +++ b/clusters/cl01tl/helm/komodo/values.yaml @@ -227,7 +227,7 @@ postgresql-17-fdb-cluster: # isWALArchiver: false scheduledBackups: - name: live-backup - suspend: false + suspend: true immediate: true schedule: "0 0 0 * * *" backupName: garage-local