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