From 09132bfd98450dc9936e2ccfd2f45529ea3afceb Mon Sep 17 00:00:00 2001 From: iT3E <26583558+iT3E@users.noreply.github.com> Date: Sun, 9 Jun 2024 21:50:52 -0700 Subject: [PATCH] FIX: cnpg restore back to v12 --- .../apps/databases/cloudnative-pg/cluster/cluster.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kubernetes/apps/databases/cloudnative-pg/cluster/cluster.yaml b/kubernetes/apps/databases/cloudnative-pg/cluster/cluster.yaml index 3963e80c..7a85617e 100644 --- a/kubernetes/apps/databases/cloudnative-pg/cluster/cluster.yaml +++ b/kubernetes/apps/databases/cloudnative-pg/cluster/cluster.yaml @@ -28,7 +28,7 @@ spec: maxParallel: 8 destinationPath: s3://s3-cnpg-bucket/ endpointURL: http://10.15.15.50:7480 - serverName: postgres-v13 + serverName: postgres-v12 s3Credentials: accessKeyId: name: s3-creds @@ -40,13 +40,13 @@ spec: recovery: # database: app # owner: app - source: postgres-v12 + source: postgres-v11 externalClusters: - - name: postgres-v12 + - name: postgres-v11 barmanObjectStore: destinationPath: s3://s3-cnpg-bucket/ endpointURL: http://10.15.15.50:7480 - serverName: postgres-v12 + serverName: postgres-v11 s3Credentials: accessKeyId: name: s3-creds