timescale / helm-charts

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

Use emptyDir for pgbackrest repo1-path #578

Open thinkmassive opened 1 year ago

thinkmassive commented 1 year ago

What this PR does / why we need it

Creates the directory defined by repo1-path, to be used as the pgBackRest repository, as described in their user guide: https://pgbackrest.org/user-guide.html#quickstart/create-repository

Resolves this error during pgbackrest_bootstrap.sh:

ERROR: [103]: unable to find a valid repository:
       repo1: [FileMissingError] unable to load info file ...

Which issue this PR fixes

Special notes for your reviewer

Checklist