Difference between revisions of "TimescaleDB installation"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
− | + | * <code>[[systemctl restart [email protected]]]</code> | |
* <code>[[SELECT * FROM pg_extension;]]</code> | * <code>[[SELECT * FROM pg_extension;]]</code> | ||
[[CREATE EXTENSION IF NOT EXISTS]] timescaledb CASCADE; | [[CREATE EXTENSION IF NOT EXISTS]] timescaledb CASCADE; |
Revision as of 08:31, 13 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;'"
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
See also
Advertising: