Skip to content

Commit

Permalink
Update pg_restore limitations (github#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
gayyappan authored Feb 18, 2022
1 parent 9201618 commit 17a345d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ database and restore the data.

</procedure>

<highlight type="warning">
Do not use the `pg_restore` command with -j option. This option does not
correctly restore the Timescale catalogs.
</highlight>

## Back up individual hypertables [](backup-hypertable)
The `pg_dump` command provides flags that allow you to specify tables or schemas
to back up. However, using these flags means that the dump lacks necessary
Expand Down

0 comments on commit 17a345d

Please sign in to comment.