diff --git a/clusters/cl01tl/helm/photoview/values.yaml b/clusters/cl01tl/helm/photoview/values.yaml index 923eb223e..cfc32567f 100644 --- a/clusters/cl01tl/helm/photoview/values.yaml +++ b/clusters/cl01tl/helm/photoview/values.yaml @@ -34,7 +34,7 @@ photoview: - name: PHOTOVIEW_POSTGRES_URL valueFrom: secretKeyRef: - name: photoview-postgresql-17-cluster-app + name: photoview-postgresql-18-cluster-app key: uri - name: PHOTOVIEW_MEDIA_CACHE value: /app/cache @@ -143,25 +143,12 @@ postgres-18-cluster: prometheusRule: enabled: true recovery: - method: import + method: objectStore objectStore: destinationPath: s3://postgres-backups/cl01tl/photoview/photoview-postgresql-18-cluster endpointURL: http://garage-main.garage:3900 index: 1 endpointCredentials: photoview-postgresql-18-cluster-backup-secret-garage - import: - type: "microservice" - databases: - - app - source: - host: "photoview-postgresql-17-cluster-rw" - port: 5432 - username: app - database: app - sslMode: "disable" - passwordSecret: - name: "photoview-postgresql-17-cluster-app" - key: "password" backup: objectStore: - name: external