From 645d246680f4a02341ddd71830cfce6f4a221e35 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Dec 2024 19:24:49 -0600 Subject: [PATCH] enable backups --- clusters/cl01tl/applications/radarr5/values.yaml | 2 +- clusters/cl01tl/applications/sonarr4-4k/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/applications/radarr5/values.yaml b/clusters/cl01tl/applications/radarr5/values.yaml index 043407ce9..dbfe08faa 100644 --- a/clusters/cl01tl/applications/radarr5/values.yaml +++ b/clusters/cl01tl/applications/radarr5/values.yaml @@ -161,7 +161,7 @@ postgres-17-cluster: - CREATE DATABASE "radarr-main" OWNER "app"; - CREATE DATABASE "radarr-log" OWNER "app"; backup: - enabled: false + enabled: true endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5/radarr5-postgresql-17-cluster endpointCredentials: radarr5-postgresql-17-cluster-backup-secret diff --git a/clusters/cl01tl/applications/sonarr4-4k/values.yaml b/clusters/cl01tl/applications/sonarr4-4k/values.yaml index c3f9b2cc2..9918f1641 100644 --- a/clusters/cl01tl/applications/sonarr4-4k/values.yaml +++ b/clusters/cl01tl/applications/sonarr4-4k/values.yaml @@ -161,7 +161,7 @@ postgres-17-cluster: - CREATE DATABASE "sonarr-main" OWNER "app"; - CREATE DATABASE "sonarr-log" OWNER "app"; backup: - enabled: false + enabled: true endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4-4k/sonarr4-4k-postgresql-17-cluster endpointCredentials: sonarr4-4k-postgresql-17-cluster-backup-secret