Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
BlackArbsCEO opened this issue Dec 27, 2023 · 1 comment
Assignees
Labels
community Raised by a community member documentation Improvements or additions to documentation feedback Submissions from the docs site feedback form

Comments

@BlackArbsCEO
Copy link

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 BlackArbsCEO added community Raised by a community member documentation Improvements or additions to documentation feedback Submissions from the docs site feedback form labels Dec 27, 2023
Copy link

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

@billy-the-fish billy-the-fish self-assigned this Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Raised by a community member documentation Improvements or additions to documentation feedback Submissions from the docs site feedback form
Projects
None yet
Development

No branches or pull requests

2 participants