Difference between revisions of "TimescaleDB installation"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
[[systemctl restart [email protected]]] | [[systemctl restart [email protected]]] | ||
* <code>[[SELECT * FROM pg_extension;]]</code> | * <code>[[SELECT * FROM pg_extension;]]</code> | ||
+ | [[CREATE EXTENSION IF NOT EXISTS]] timescaledb CASCADE; | ||
== See also == | == See also == |
Revision as of 14:55, 6 February 2023
timescaledb-tune --yes sudo -u postgres -- bash -c "psql -c 'CREATE database tsdb'" sudo -u postgres -- bash -c "psql tsdb -c 'CREATE EXTENSION IF NOT EXISTS timescaledb;'"
systemctl restart [email protected]
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
See also
Advertising: