Backup and restore
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 TimescaleDB database:
- Logical backups with the timescaledb-backup tool, or with pg_dump and pg_restore.
- Physical backups with
pg_basebackup
or another tool. - Ongoing physical backups using write-ahead log (WAL) archiving.
当前内容版权归 TimescaleDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 TimescaleDB .