postgres16

This commit is contained in:
auricom
2024-02-28 19:31:59 +01:00
parent 7ff25b7812
commit 7a73c87ef4

View File

@@ -42,7 +42,7 @@ spec:
endpointURL: https://minio.${SECRET_DOMAIN}:9000 endpointURL: https://minio.${SECRET_DOMAIN}:9000
# Note: serverName version needs to be inclemented # Note: serverName version needs to be inclemented
# when recovering from an existing cnpg cluster # when recovering from an existing cnpg cluster
serverName: postgres16-v2 serverName: postgres16-v3
s3Credentials: s3Credentials:
accessKeyId: accessKeyId:
name: cloudnative-pg-secret name: cloudnative-pg-secret
@@ -54,9 +54,9 @@ spec:
# # cluster when recovering from an existing cnpg cluster # # cluster when recovering from an existing cnpg cluster
# bootstrap: # bootstrap:
# recovery: # recovery:
# source: postgres16-v1 # source: postgres16-v2
# externalClusters: # externalClusters:
# - name: postgres16-v1 # - name: postgres16-v2
# barmanObjectStore: # barmanObjectStore:
# destinationPath: s3://postgresql/ # destinationPath: s3://postgresql/
# endpointURL: https://minio.${SECRET_DOMAIN}:9000 # endpointURL: https://minio.${SECRET_DOMAIN}:9000