Difference between revisions of "Timescaledb"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Revision as of 14:59, 23 April 2022
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