Difference between revisions of "TimescaleDB installation"

From wikieduonline
Jump to navigation Jump to search
(Created page with " timescaledb-tune --yes")
 
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
* https://docs.timescale.com/install/latest/installation-cloud-image/
  
 
  [[timescaledb-tune --yes]]
 
  [[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;'"
 +
 +
 +
* <code>[[systemctl restart [email protected]]]</code>
 +
* <code>[[SELECT * FROM pg_extension;]]</code>
 +
* <code>[[CREATE EXTENSION IF NOT EXISTS]] timescaledb CASCADE;</code>
 +
 +
== See also ==
 +
* {{timescale}}
 +
 +
[[Category:TimescaleDB]]

Latest revision as of 11:52, 11 May 2023

Advertising: