tricorder-observability / helm-charts

Helm Charts for tricorder observability.
https://tricorder.dev
16 stars 1 forks source link

timescaledb_toolkit extension lost after pod restart #110

Open JaredTan95 opened 1 year ago

JaredTan95 commented 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.

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

We need to investigate more details about the lost reason after the pod restart.

nascentcore-eng commented 1 year ago

https://github.com/tricorder-observability/Starship/pull/144/files

See this PR for a fix