docs icon indicating copy to clipboard operation
docs copied to clipboard

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

Open BlackArbsCEO opened this issue 2 years ago • 1 comments

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.

BlackArbsCEO avatar Dec 27 '23 20:12 BlackArbsCEO

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

github-actions[bot] avatar Dec 27 '23 20:12 github-actions[bot]