-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added ts and a note for pg_dumpall * minor edits
- Loading branch information
1 parent
218ad81
commit 05682ec
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: Errors occur after restoring from file dump | ||
section: troubleshooting | ||
topics: [backups] | ||
errors: | ||
- language: bash | ||
message: |- | ||
org.postgresql.util.PSQLException: ERROR: invalid INSERT on the root table of hypertable "_hyper_1_10_chunk. | ||
keywords: [backups, restore] | ||
--- | ||
|
||
<!--- | ||
* Use this format for writing troubleshooting sections: | ||
- Cause: What causes the problem? | ||
- Consequence: What does the user see when they hit this problem? | ||
- Fix/Workaround: What can the user do to fix or work around the problem? Provide a "Resolving" Procedure if required. | ||
- Result: When the user applies the fix, what is the result when the same action is applied? | ||
* Copy this comment at the top of every troubleshooting page | ||
--> | ||
You might see the errors above when running `pg_restore`. When loading from a | ||
logical dump make sure that you set `timescaledb.restoring` to true before loading | ||
the dump. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters