Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix: restore PG
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Sep 21, 2023
1 parent b6dc2ba commit 1bfd4d3
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,16 @@ jobs:
buildArgs:
PRODUCTION: "true"
NEXT_PUBLIC_IS_PRODUCTION_DEPLOYMENT: "true"

# # Restore a PG instance from a backup
pg-hasura:
~chart: pg
backup:
enabled: true
name: new-instance-210923
cnpg-cluster:
recovery:
enabled: true
targetTime: "2023-09-21T08:00:00"
# Optional: recover from some other instance
# recovery:
# name: some-instance-name
# pg-hasura:
# ~chart: pg
# backup:
# enabled: true
# name: new-instance-name
# cnpg-cluster:
# recovery:
# enabled: true
# targetTime: "2023-09-18T20:00:00"
# # Optional: recover from some other instance
# recovery:
# name: some-instance-name

0 comments on commit 1bfd4d3

Please sign in to comment.