From 4f1ece121590c38e58b934ad4d43442b3ff2915c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 14 Dec 2025 15:50:36 -0600 Subject: [PATCH] switchover --- clusters/cl01tl/helm/postiz/values.yaml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/clusters/cl01tl/helm/postiz/values.yaml b/clusters/cl01tl/helm/postiz/values.yaml index a3c7bf33d..4bf5d42ee 100644 --- a/clusters/cl01tl/helm/postiz/values.yaml +++ b/clusters/cl01tl/helm/postiz/values.yaml @@ -26,7 +26,7 @@ postiz: - name: DATABASE_URL valueFrom: secretKeyRef: - name: postiz-postgresql-17-cluster-app + name: postiz-postgresql-18-cluster-app key: uri - name: REDIS_URL valueFrom: @@ -176,25 +176,12 @@ postgres-18-cluster: prometheusRule: enabled: true recovery: - method: import + method: objectStore objectStore: destinationPath: s3://postgres-backups/cl01tl/postiz/postiz-postgresql-18-cluster endpointURL: http://garage-main.garage:3900 index: 1 endpointCredentials: postiz-postgresql-18-cluster-backup-secret-garage - import: - type: "microservice" - databases: - - app - source: - host: "postiz-postgresql-17-cluster-rw" - port: 5432 - username: app - database: app - sslMode: "disable" - passwordSecret: - name: "postiz-postgresql-17-cluster-app" - key: "password" backup: objectStore: - name: external