Skip to content

Commit

Permalink
Add note about updating timescaledb
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Sep 5, 2022
1 parent 8af3d42 commit 99d7c02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ Assuming the user has database creation permission:::
$ createdb bemserver
$ psql -U $USER -d bemserver -c "CREATE EXTENSION IF NOT EXISTS timescaledb"

.. note::
Later, when updating timescaledb, the extension in the database should be updated too::

$ psql -U $USER -d bemserver -c "ALTER EXTENSION timescaledb UPDATE;"

Install prerequisites for psycopg2 compilation (used by BEMServer Core)::

$ aptitude install python3-dev libpq-dev
Expand Down

0 comments on commit 99d7c02

Please sign in to comment.