Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions mst/installation-mst.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,20 @@ Description | Enables scalable inserts and complex queries for time-series data
defaultdb=>
```

## Install and update TimescaleDB Toolkit

Run this command on each database you want to use the $TOOLKIT_SHORT with:

```sql
CREATE EXTENSION timescaledb_toolkit;
```

Update an installed version of the $TOOLKIT_SHORT using this command:

```sql
ALTER EXTENSION timescaledb_toolkit UPDATE;
```

## Where to next

Now that you have your first service up and running, you can check out the
Expand Down
Loading