Skip to content

Commit

Permalink
chore: revert dre (#424)
Browse files Browse the repository at this point in the history
Signed-off-by: Sukanya Rath <[email protected]>
  • Loading branch information
sukanya-rath authored Apr 23, 2024
1 parent 036f069 commit a0e0236
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/fin-pay-transparency/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ crunchy:
# Clone From Backups Stored in S3 / GCS / Azure Blob Storage
# TESTED SUCCESSFULLY
clone:
enabled: true
path: /backups/cluster/version/1 # provide the proper path to source the cluster. ex: /backups/cluster/version/1, if current new cluster being created, this should be current cluster version -1, ideally
enabled: false
path: ~ # provide the proper path to source the cluster. ex: /backups/cluster/version/1, if current new cluster being created, this should be current cluster version -1, ideally
# enable this to go back to a specific timestamp in history in the current cluster.
# follow https://access.crunchydata.com/documentation/postgres-operator/5.2.0/tutorial/disaster-recovery/
# Perform an In-Place Point-in-time-Recovery (PITR)
Expand Down Expand Up @@ -189,7 +189,7 @@ crunchy:

pgBackRest:
backupPath: /backups/cluster/version
clusterCounter: 2 # this is the number to identify what is the current counter for the cluster, each time it is cloned it should be incremented.
clusterCounter: 1 # this is the number to identify what is the current counter for the cluster, each time it is cloned it should be incremented.
image: # it's not necessary to specify an image as the images specified in the Crunchy Postgres Operator will be pulled by default
# If retention-full-type set to 'count' then the oldest backups will expire when the number of backups reach the number defined in retention
# If retention-full-type set to 'time' then the number defined in retention will take that many days worth of full backups before expiration
Expand Down

0 comments on commit a0e0236

Please sign in to comment.