From cfca704e889d27005426490b9ebf044ea07fdb28 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 3 Mar 2025 21:02:09 -0600 Subject: [PATCH] enable backups --- clusters/cl01tl/applications/radarr/values.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/clusters/cl01tl/applications/radarr/values.yaml b/clusters/cl01tl/applications/radarr/values.yaml index ff77218f7..8a01d0bd9 100644 --- a/clusters/cl01tl/applications/radarr/values.yaml +++ b/clusters/cl01tl/applications/radarr/values.yaml @@ -103,7 +103,7 @@ radarr: readOnly: false postgres-17-cluster: nameOverride: radarr5-postgresql-17 - mode: recovery + mode: standalone cluster: walStorage: storageClass: local-path @@ -122,13 +122,8 @@ postgres-17-cluster: postInitSQL: - CREATE DATABASE "radarr-main" OWNER "app"; - CREATE DATABASE "radarr-log" OWNER "app"; - recovery: - endpointURL: https://nyc3.digitaloceanspaces.com - destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5/radarr5-postgresql-17-cluster - endpointCredentials: radarr-postgresql-17-cluster-backup-secret - backupIndex: 2 backup: - enabled: false + enabled: true endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5/radarr5-postgresql-17-cluster endpointCredentials: radarr-postgresql-17-cluster-backup-secret