summary refs log tree commit diff
path: root/develop/postgres.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2023-09-08 13:48:35 +0000
committerclokep <clokep@users.noreply.github.com>2023-09-08 13:48:35 +0000
commit684215670ff1ebb3e05df7b8c4c13912be80f621 (patch)
tree716b32d5702607a769b88a56a554e2c9a14566e2 /develop/postgres.html
parentdeploy: 8940d1b28ecbaf9185459e2af62169ecf39a96f5 (diff)
downloadsynapse-684215670ff1ebb3e05df7b8c4c13912be80f621.tar.xz
deploy: 5c8870cb28cc98d0b7a310b5dd2fade7ff45743d
Diffstat (limited to 'develop/postgres.html')
-rw-r--r--develop/postgres.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/postgres.html b/develop/postgres.html

index f3e98fda6e..4c487267ab 100644 --- a/develop/postgres.html +++ b/develop/postgres.html
@@ -342,7 +342,7 @@ of <code>COLLATE</code> and <code>CTYPE</code> unless the config flag <code>allo <code>database</code> section of the config, is set to true. Using different locales can cause issues if the locale library is updated from underneath the database, or if a different version of the locale is used on any replicas.</p> -<p>If you have a databse with an unsafe locale, the safest way to fix the issue is to dump the database and recreate it with +<p>If you have a database with an unsafe locale, the safest way to fix the issue is to dump the database and recreate it with the correct locale parameter (as shown above). It is also possible to change the parameters on a live database and run a <code>REINDEX</code> on the entire database, however extreme care must be taken to avoid database corruption.</p>