Difference between revisions of "Brew install timescaledb"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} ==> Caveats ==> timescaledb RECOMMENDED: Run 'timescaledb-tune' to update your config settings for TimescaleDB. timescaledb-tune --quiet --yes IF NOT, you'll...")
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
 
+
[[brew install]] [[timescaledb]]
 
  ==> Caveats
 
  ==> Caveats
 
  ==> timescaledb
 
  ==> timescaledb
 
  RECOMMENDED: Run 'timescaledb-tune' to update your config settings for TimescaleDB.
 
  RECOMMENDED: Run 'timescaledb-tune' to update your config settings for TimescaleDB.
   timescaledb-tune --quiet --yes
+
   [[timescaledb-tune --quiet --yes]]
 
   
 
   
  IF NOT, you'll need to update "postgresql.conf" to include the extension:
+
  IF NOT, you'll need to update "[[postgresql.conf]]" to include the [[extension]]:
   shared_preload_libraries = 'timescaledb'
+
   [[shared_preload_libraries]] = 'timescaledb'
 
   
 
   
 
  To finish the installation, you will need to run:
 
  To finish the installation, you will need to run:
   timescaledb_move.sh
+
   [[timescaledb_move.sh]]
 
   
 
   
 
  If PostgreSQL is installed via Homebrew, restart it:
 
  If PostgreSQL is installed via Homebrew, restart it:
Line 17: Line 17:
  
  
 +
== See also ==
 +
* {{timescaledb-tune}}
 +
* {{timescaledb}}
  
* {{timescaledb}}
+
[[Category:Computing]]

Latest revision as of 14:55, 3 July 2023

brew install timescaledb
==> Caveats
==> timescaledb
RECOMMENDED: Run 'timescaledb-tune' to update your config settings for TimescaleDB.
  timescaledb-tune --quiet --yes

IF NOT, you'll need to update "postgresql.conf" to include the extension:
  shared_preload_libraries = 'timescaledb'

To finish the installation, you will need to run:
  timescaledb_move.sh

If PostgreSQL is installed via Homebrew, restart it:
  brew services restart postgresql@14


See also[edit]

Advertising: