You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Hello, I am currently try to deploy a temporary timescaledb (1 replica) for our local dev environments in k3s.
we don't need persistent storage or backups there.
I have disabled both in the values.yaml but once a redeploy is in progress, the db does not come up again.
We have a post-init Script to prepair the DB which should be used on every start of the pod.
but instead it seems to try to do a restore!
2023-12-21 08:22:33,818 ERROR: Error creating replica using method pgbackrest: /etc/timescaledb/scripts/pgbackrest_restore.sh exited with code=1
2023-12-21 08:22:33,818 ERROR: failed to bootstrap (without leader)
how to prevent this?
The text was updated successfully, but these errors were encountered:
Hello, I am currently try to deploy a temporary timescaledb (1 replica) for our local dev environments in k3s.
we don't need persistent storage or backups there.
I have disabled both in the values.yaml but once a redeploy is in progress, the db does not come up again.
We have a post-init Script to prepair the DB which should be used on every start of the pod.
but instead it seems to try to do a restore!
how to prevent this?
The text was updated successfully, but these errors were encountered: