docs
docs copied to clipboard
[Feedback] Page: /migrate/latest/pg-dump-and-restore/pg-dump-restore-from-timescaledb/
Is it easy to find the information you need?
None
Are the instructions clear?
No
How could we improve the Timescale documentation site?
I'm restoring a timescale db selfhosted. The instructions say to use:
psql $TARGET -v ON_ERROR_STOP=1 --echo-errors \
-f roles.sql \
-c "SELECT timescaledb_pre_restore();" \
-f dump.sql \
-c "SELECT timescaledb_post_restore();"
however these functions are only defined in the https://github.com/timescale/timescaledb-backup github. however when you go the github it recommends to use pg_restore. however I'm having issues with the pg_restore example you document on your page conflicting with the timescale hyper_chunk.
Thank you for the report. We welcome documentation contributions!
- For information about how to propose a change, see the contributing guide in our GitHub repository.
- For information on style and word usage, see the style guide