TimescaleDB takes advantage of the reliable backup and restore functionality provided by PostgreSQL. There are a few different mechanisms you can use to backup your self-hosted TimescaleDB database:
- Logical backups with pg_dump and pg_restore.
- Physical backups with
pg_basebackup
or another tool. - DEPRECATED Ongoing physical backups using write-ahead log (WAL) archiving.
Try for free on Timescale
Timescale is a fully managed service with automatic backup and restore, high availability with replication, seamless scaling and resizing, and much more. You can try Timescale free for thirty days.
Keywords
Found an issue on this page?Report an issue or Edit this page in GitHub.