TimescaleDB installation
Jump to navigation
Jump to search
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]
SELECT * FROM pg_extension;
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
See also
Advertising: