You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
New content relative to ts-dump and ts-restore (which I believe are the official tools to backup/restore a database with timescale).
Describe the change
In the using-timescaledb/tooling page: add descriptions to ts-dump and ts-restore.
That page should also mention that in some linux distributions all the tools (timescaledb-parallel-copy, timescaledb-tune, ts-dump, ts-restore) can easily be installed with a package (example: for debian/ubuntu, it's the timescaledb-tools package). That's not obvious until you read github page / documentation of those tools.
In the using-timescaledb/backup page: add a new section after "Using pg_dump and pg_restore", which could be named "Using ts-dump and ts-restore".