Skip to content

Commit

Permalink
fix(postgres): attempt cluster restore
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgraber committed Mar 9, 2025
1 parent 56b30b0 commit f96caa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
recovery: # s3 blob folder to recover from
source: &prior_db postgres16-v1 # next time it will be postgres16-v2
recoveryTarget:
targetTime: "2025-03-07 00:00:00+00" # RFC3339 format
targetTime: "2025-03-06 00:00:00+00" # RFC3339 format
# externalClusters is needed when recovering from an existing cnpg cluster
externalClusters:
- name: *prior_db
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
recovery: # s3 blob folder to recover from
source: &prior_db datasci16-v2 # next time it will be datasci16-v3
recoveryTarget:
targetTime: "2025-03-07 00:00:00+00" # RFC3339 format
targetTime: "2025-03-06 00:00:00+00" # RFC3339 format
# externalClusters is needed when recovering from an existing cnpg cluster
externalClusters:
- name: *prior_db
Expand Down

0 comments on commit f96caa1

Please sign in to comment.