From 13d858c96fe125da0f8e289cf597986b925e6612 Mon Sep 17 00:00:00 2001 From: sandhose Date: Mon, 17 Jun 2024 13:52:58 +0000 Subject: deploy: e88332b5f49235be21ea6c6947ae578665b2982a --- develop/postgres.html | 7 ------- 1 file changed, 7 deletions(-) (limited to 'develop/postgres.html') 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 REINDEX on the entire datab 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.

-- cgit 1.5.1