opnsense-ports/databases/timescaledb/files/pkg-message.in
Franco Fichtner 2e82430b68 */*: sync with upstream
Taken from: HardenedBSD
2017-12-05 21:23:18 +01:00

7 lines
317 B
Text

To activate timescaledb on your PostgreSQL server, add 'timescaledb' to
shared_preload_libraries in $PGDATA/postgresql.conf. For every database,
run
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
If you are upgrading, restart PostgreSQL server and run
ALTER EXTENSION timescaledb UPDATE TO '%%PORTVERSION%%';