Skip to main content
Administrative APIs help you prepare a database before and after a restore event. They also help you keep track of your setup data.

Samples

Prepare database for restore

Before restoring a database backup, prepare the database:
Then perform your restore operation:

Complete restore operation

After restoring a database backup, complete the restore:

View telemetry report

Check what telemetry data is being collected and sent:

Full backup and restore workflow

Complete workflow for backing up and restoring a TimescaleDB database:

Check TimescaleDB version and installation

Verify the TimescaleDB extension is installed and check version:

Dump TimescaleDB meta data

To help when asking for support and reporting bugs, includes an SQL dump script. It outputs metadata from the internal tables, along with version information. This script is available in the source distribution in scripts/. To use it, run:
Inspect dumpfile.txt before sending it together with a bug report or support question.

Available functions