mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
deploy: a3cb244755
This commit is contained in:
parent
f66091d7eb
commit
f5008edbe2
4 changed files with 2 additions and 16 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -873,13 +873,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>
|
||||
<div style="break-before: page; page-break-before: always;"></div><h1 id="using-a-reverse-proxy-with-synapse"><a class="header" href="#using-a-reverse-proxy-with-synapse">Using a reverse proxy with Synapse</a></h1>
|
||||
<p>It is recommended to put a reverse proxy such as
|
||||
<a href="https://nginx.org/en/docs/http/ngx_http_proxy_module.html">nginx</a>,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue