Open JaredTan95 opened 1 year ago
as known from timescaledb docs: https://docs.timescale.com/timescaledb/latest/how-to-guides/hyperfunctions/install-toolkit/
we need to install timescaledb_toolkit on timescaledb.
Currently, helm chart will create it if not exsists during installation:
but if pod restart for some reason, the timescaledb_toolkit extension might be lost.
timescaledb_toolkit
Right now, we add an script to fast recovery it by kubectl exec the installation scripts in pod: https://github.com/tricorder-observability/starship/pull/144
kubectl exec
We need to investigate more details about the lost reason after the pod restart.
https://github.com/tricorder-observability/Starship/pull/144/files
See this PR for a fix
as known from timescaledb docs: https://docs.timescale.com/timescaledb/latest/how-to-guides/hyperfunctions/install-toolkit/
we need to install timescaledb_toolkit on timescaledb.
Currently, helm chart will create it if not exsists during installation:
but if pod restart for some reason, the
timescaledb_toolkit
extension might be lost.Right now, we add an script to fast recovery it by
kubectl exec
the installation scripts in pod: https://github.com/tricorder-observability/starship/pull/144We need to investigate more details about the lost reason after the pod restart.