timescale / helm-charts

Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
Apache License 2.0
261 stars 223 forks source link

RESTORE A SPECIFIC BACKUP WITH TIMESCALEDB HELM CHART #551

Closed mahfoud-hub closed 1 year ago

mahfoud-hub commented 1 year ago

HI can somebody help me to restore from a backup from a specific backup i can't find any configuration to add in the timescaledb values.yaml

gunnarsundberg commented 1 year ago

I was able to restore from a specific set in pgbackrest using the following in values.yaml:

secrets:
  pgbackrest:
    # Use the following to restore to a set other than latest.
    # Look at backups to determine set value. Will look something like 20230101-021203F_20230108-021203I
    PGBACKREST_SET: desired-set-name-here
nhudson commented 1 year ago

@mahfoud-hub I am going to close this due to @gunnarsundberg answer. If you feel like you need to re-open please do so.