Skip to content

Commit

Permalink
Increment cnpg server name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwaibel committed Feb 5, 2025
1 parent 322ed3d commit 39ee044
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
endpointURL: http://minio.storage.svc.cluster.local:9000
# Note: serverName version needs to be incremented
# when recovering from an existing cnpg cluster
serverName: &currentCluster postgres16-v3
serverName: &currentCluster postgres16-v4
s3Credentials:
accessKeyId:
name: cloudnative-pg-secret
Expand All @@ -51,7 +51,7 @@ spec:
# cluster when recovering from an existing cnpg cluster
bootstrap:
recovery:
source: &previousCluster postgres16-v2
source: &previousCluster postgres16-v3
# Note: externalClusters is needed when recovering from an existing cnpg cluster
externalClusters:
- name: *previousCluster
Expand Down

0 comments on commit 39ee044

Please sign in to comment.