From 81ef07d6d1278e7d43a8a041beed594e8dc81f8f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 12 Dec 2024 11:50:07 -0600 Subject: [PATCH] enable backups --- clusters/cl01tl/applications/plane/values.yaml | 2 +- clusters/cl01tl/applications/radarr5/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/applications/plane/values.yaml b/clusters/cl01tl/applications/plane/values.yaml index 2f78938d7..021bb8c48 100644 --- a/clusters/cl01tl/applications/plane/values.yaml +++ b/clusters/cl01tl/applications/plane/values.yaml @@ -688,7 +688,7 @@ postgres-16-cluster: monitoring: enabled: true backup: - enabled: false + enabled: true endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/plane/plane-postgresql-16-cluster endpointCredentials: plane-postgresql-16-cluster-backup-secret diff --git a/clusters/cl01tl/applications/radarr5/values.yaml b/clusters/cl01tl/applications/radarr5/values.yaml index 00bb8ef27..ffef6d024 100644 --- a/clusters/cl01tl/applications/radarr5/values.yaml +++ b/clusters/cl01tl/applications/radarr5/values.yaml @@ -157,7 +157,7 @@ postgres-16-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-16-cluster endpointCredentials: radarr5-postgresql-16-cluster-backup-secret