From 7f648bdf2adc3f10238390c97658b106975ebbef Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 14 Dec 2025 16:23:24 -0600 Subject: [PATCH] switchover --- clusters/cl01tl/helm/radarr-4k/values.yaml | 18 +----------------- clusters/cl01tl/helm/radarr-anime/values.yaml | 18 +----------------- .../cl01tl/helm/radarr-standup/values.yaml | 18 +----------------- clusters/cl01tl/helm/radarr/values.yaml | 18 +----------------- 4 files changed, 4 insertions(+), 68 deletions(-) diff --git a/clusters/cl01tl/helm/radarr-4k/values.yaml b/clusters/cl01tl/helm/radarr-4k/values.yaml index cef6cc062..39886a3b1 100644 --- a/clusters/cl01tl/helm/radarr-4k/values.yaml +++ b/clusters/cl01tl/helm/radarr-4k/values.yaml @@ -171,28 +171,12 @@ postgres-18-cluster: # - CREATE DATABASE "radarr-main" OWNER "app"; # - CREATE DATABASE "radarr-log" OWNER "app"; recovery: - method: import + method: objectStore objectStore: destinationPath: s3://postgres-backups/cl01tl/radarr-4k/radarr-4k-postgresql-18-cluster endpointURL: http://garage-main.garage:3900 index: 1 endpointCredentials: radarr-4k-postgresql-18-cluster-backup-secret-garage - import: - type: "monolith" - databases: - - radarr-main - - radarr-log - roles: - - app - source: - host: "radarr5-4k-postgresql-17-cluster-rw" - port: 5432 - username: postgres - database: "*" - sslMode: "disable" - passwordSecret: - name: "radarr5-4k-postgresql-17-cluster-superuser" - key: "password" backup: objectStore: - name: external diff --git a/clusters/cl01tl/helm/radarr-anime/values.yaml b/clusters/cl01tl/helm/radarr-anime/values.yaml index 24f2beffd..4540c7ede 100644 --- a/clusters/cl01tl/helm/radarr-anime/values.yaml +++ b/clusters/cl01tl/helm/radarr-anime/values.yaml @@ -165,28 +165,12 @@ postgres-18-cluster: # - CREATE DATABASE "radarr-main" OWNER "app"; # - CREATE DATABASE "radarr-log" OWNER "app"; recovery: - method: import + method: objectStore objectStore: destinationPath: s3://postgres-backups/cl01tl/radarr-anime/radarr-anime-postgresql-18-cluster endpointURL: http://garage-main.garage:3900 index: 1 endpointCredentials: radarr-anime-postgresql-18-cluster-backup-secret-garage - import: - type: "monolith" - databases: - - radarr-main - - radarr-log - roles: - - app - source: - host: "radarr5-anime-postgresql-17-cluster-rw" - port: 5432 - username: postgres - database: "*" - sslMode: "disable" - passwordSecret: - name: "radarr5-anime-postgresql-17-cluster-superuser" - key: "password" backup: objectStore: - name: external diff --git a/clusters/cl01tl/helm/radarr-standup/values.yaml b/clusters/cl01tl/helm/radarr-standup/values.yaml index 771fee9ce..9f6989bca 100644 --- a/clusters/cl01tl/helm/radarr-standup/values.yaml +++ b/clusters/cl01tl/helm/radarr-standup/values.yaml @@ -165,28 +165,12 @@ postgres-18-cluster: # - CREATE DATABASE "radarr-main" OWNER "app"; # - CREATE DATABASE "radarr-log" OWNER "app"; recovery: - method: import + method: objectStore objectStore: destinationPath: s3://postgres-backups/cl01tl/radarr-standup/radarr-standup-postgresql-18-cluster endpointURL: http://garage-main.garage:3900 index: 1 endpointCredentials: radarr-standup-postgresql-18-cluster-backup-secret-garage - import: - type: "monolith" - databases: - - radarr-main - - radarr-log - roles: - - app - source: - host: "radarr5-standup-postgresql-17-cluster-rw" - port: 5432 - username: postgres - database: "*" - sslMode: "disable" - passwordSecret: - name: "radarr5-standup-postgresql-17-cluster-superuser" - key: "password" backup: objectStore: - name: external diff --git a/clusters/cl01tl/helm/radarr/values.yaml b/clusters/cl01tl/helm/radarr/values.yaml index 38c395714..59c6f1d5c 100644 --- a/clusters/cl01tl/helm/radarr/values.yaml +++ b/clusters/cl01tl/helm/radarr/values.yaml @@ -175,28 +175,12 @@ postgres-18-cluster: # - CREATE DATABASE "radarr-main" OWNER "app"; # - CREATE DATABASE "radarr-log" OWNER "app"; recovery: - method: import + method: objectStore objectStore: destinationPath: s3://postgres-backups/cl01tl/radarr/radarr-postgresql-18-cluster endpointURL: http://garage-main.garage:3900 index: 1 endpointCredentials: radarr-postgresql-18-cluster-backup-secret-garage - import: - type: "monolith" - databases: - - radarr-main - - radarr-log - roles: - - app - source: - host: "radarr5-postgresql-17-cluster-rw" - port: 5432 - username: postgres - database: "*" - sslMode: "disable" - passwordSecret: - name: "radarr5-postgresql-17-cluster-superuser" - key: "password" backup: objectStore: - name: external