Samples
Prepare database for restore
Before restoring a database backup, prepare the database: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 inscripts/. To use it, run:
dumpfile.txt before sending it together with a bug report or support question.
Available functions
get_telemetry_report(): view the background telemetry string sent to Timescaletimescaledb_post_restore(): perform required operations after finishing a database restoretimescaledb_pre_restore(): prepare the database for a restore operation