timescale / helm-charts

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

Pgbackrest scripts migration #520

Closed paulfantom closed 1 year ago

paulfantom commented 1 year ago

What this PR does / why we need it

Moving and slightly refactoring (note new WALDIR environment variable) pgbackrest_archive.sh and pgbackrest_restore.sh scripts out of being embedded in a ConfigMap template to a separate directory to allow easier code maintenance.

This PR is part of effort from https://github.com/timescale/helm-charts/pull/505

PR is blocked by https://github.com/timescale/helm-charts/pull/515, https://github.com/timescale/helm-charts/pull/516, https://github.com/timescale/helm-charts/pull/517, #518, and #519

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer

Checklist