Timescaledb
Jump to navigation
Jump to search
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