timescale / docs

Timescale product documentation 📖
https://docs.timescale.com/
50 stars 96 forks source link

[Feedback] Page: /migrate/latest/pg-dump-and-restore/pg-dump-restore-from-timescaledb/ #2913

Open BlackArbsCEO opened 10 months ago

BlackArbsCEO commented 10 months ago

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.

github-actions[bot] commented 10 months ago

Thank you for the report. We welcome documentation contributions!