Skip to content

Commit

Permalink
recover db
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkfella committed Dec 19, 2024
1 parent 1227959 commit 1bf2657
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
endpointURL: ${S3URL}
# Note: serverName version needs to be inclemented
# when recovering from an existing cnpg cluster
serverName: &currentCluster postgres17-v7
serverName: &currentCluster postgres17-v8
s3Credentials:
accessKeyId:
name: *secret
Expand All @@ -70,7 +70,7 @@ spec:
# cluster when recovering from an existing cnpg cluster
bootstrap:
recovery:
source: &previousCluster postgres17-v6
source: &previousCluster postgres17-v7
# Note: externalClusters is needed when recovering from an existing cnpg cluster
externalClusters:
- name: *previousCluster
Expand Down

0 comments on commit 1bf2657

Please sign in to comment.