diff options
author | Quentin Gliech <quenting@element.io> | 2024-06-17 15:51:16 +0200 |
---|---|---|
committer | Quentin Gliech <quenting@element.io> | 2024-06-17 15:51:16 +0200 |
commit | e88332b5f49235be21ea6c6947ae578665b2982a (patch) | |
tree | 73b9828e44bbb70084a5493a6b772e64385c1a37 /docs | |
parent | Enable cross-signing key upload without UIA (#17284) (diff) | |
parent | 1.109.0rc3 (diff) | |
download | synapse-e88332b5f49235be21ea6c6947ae578665b2982a.tar.xz |
Merge branch 'release-v1.109' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/postgres.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/postgres.md b/docs/postgres.md index 4b2ba38275..d06f0cda10 100644 --- a/docs/postgres.md +++ b/docs/postgres.md @@ -255,13 +255,3 @@ however extreme care must be taken to avoid database corruption. Note that the above may fail with an error about duplicate rows if corruption has already occurred, and such duplicate rows will need to be manually removed. - -### Fixing inconsistent sequences error - -Synapse uses Postgres sequences to generate IDs for various tables. A sequence -and associated table can get out of sync if, for example, Synapse has been -downgraded and then upgraded again. - -To fix the issue shut down Synapse (including any and all workers) and run the -SQL command included in the error message. Once done Synapse should start -successfully. |