summary refs log tree commit diff
path: root/develop/postgres.html
diff options
context:
space:
mode:
authorsandhose <sandhose@users.noreply.github.com>2024-06-17 13:52:58 +0000
committersandhose <sandhose@users.noreply.github.com>2024-06-17 13:52:58 +0000
commit13d858c96fe125da0f8e289cf597986b925e6612 (patch)
tree42b3334799983815a2491646aacc34997fe00453 /develop/postgres.html
parentdeploy: a3cb24475577c31fa2c16a26fccddb76daf2f6ae (diff)
downloadsynapse-13d858c96fe125da0f8e289cf597986b925e6612.tar.xz
deploy: e88332b5f49235be21ea6c6947ae578665b2982a
Diffstat (limited to 'develop/postgres.html')
-rw-r--r--develop/postgres.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/develop/postgres.html b/develop/postgres.html

index 96fbff6340..4d618fe75b 100644 --- a/develop/postgres.html +++ b/develop/postgres.html
@@ -360,13 +360,6 @@ parameters on a live database and run a <code>REINDEX</code> on the entire datab however extreme care must be taken to avoid database corruption.</p> <p>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.</p> -<h3 id="fixing-inconsistent-sequences-error"><a class="header" href="#fixing-inconsistent-sequences-error">Fixing inconsistent sequences error</a></h3> -<p>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.</p> -<p>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.</p> </main>