Timescaledb

From UVOO Tech Wiki
Revision as of 14:59, 23 April 2022 by Busk (talk | contribs) (Created page with "https://docs.timescale.com/install/latest/self-hosted/installation-debian/#install-self-hosted-timescaledb-on-debian-based-systems https://www.zabbix.com/documentation/curren...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

https://docs.timescale.com/install/latest/self-hosted/installation-debian/#install-self-hosted-timescaledb-on-debian-based-systems

https://www.zabbix.com/documentation/current/en/manual/appendix/install/timescaledb

git clone https://github.com/timescale/timescaledb-tune.git
cd timescaledb-tune/cmd/timescaledb-tune
go build main.go
sudo chown $USER:$USER main
mv main /tmp/timescaledb-tune


kubectl -n postgres-dev cp /tmp/timescaledb-tune postgres0-0:/tmp/

kubectl -n postgres-dev exec -it postgres0-0 -- /bin/bash