From 32abba53c34180bc481f869d7442a5611b855869 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:50:10 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20postgres16-v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../database/cloudnative-pg/cluster/cluster16.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml b/kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml index e655be675..e9649e023 100644 --- a/kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml +++ b/kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml @@ -42,7 +42,7 @@ spec: endpointURL: https://minio.${SECRET_DOMAIN}:9000 # Note: serverName version needs to be inclemented # when recovering from an existing cnpg cluster - serverName: postgres16-v1 + serverName: postgres16-v2 s3Credentials: accessKeyId: name: cloudnative-pg-secret @@ -54,18 +54,18 @@ spec: # # cluster when recovering from an existing cnpg cluster # bootstrap: # recovery: - # source: postgres-v6 + # source: postgres16-v1 # externalClusters: - # - name: postgres-v6 + # - name: postgres16-v1 # barmanObjectStore: # destinationPath: s3://postgresql/ # endpointURL: https://minio.${SECRET_DOMAIN}:9000 # s3Credentials: # accessKeyId: - # name: postgres-minio - # key: MINIO_ACCESS_KEY + # name: cloudnative-pg-secret + # key: aws-access-key-id # secretAccessKey: - # name: postgres-minio - # key: MINIO_SECRET_KEY + # name: cloudnative-pg-secret + # key: aws-secret-access-key # wal: # maxParallel: 8