diff options
author | clokep <clokep@users.noreply.github.com> | 2021-11-19 19:40:11 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2021-11-19 19:40:11 +0000 |
commit | 99c7645a6859f605e49a63293718fc1391bc2f43 (patch) | |
tree | 3ecc784f1bae1ad437b697b572796d6f1ccd17ff /develop/user_directory.html | |
parent | deploy: 81b18fe5c060a0532ab64b9575d54b84ddbad278 (diff) | |
download | synapse-99c7645a6859f605e49a63293718fc1391bc2f43.tar.xz |
deploy: ea20937084903864865f76e22f67d27729f2d6dc
Diffstat (limited to '')
-rw-r--r-- | develop/user_directory.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/develop/user_directory.html b/develop/user_directory.html index 7c03a6edd2..f2c31cb084 100644 --- a/develop/user_directory.html +++ b/develop/user_directory.html @@ -187,9 +187,9 @@ on this particular server - i.e. ones which your account shares a room with, or who are present in a publicly viewable room present on the server.</p> <p>The directory info is stored in various tables, which can (typically after -DB corruption) get stale or out of sync. If this happens, for now the -solution to fix it is to execute the SQL <a href="https://github.com/matrix-org/synapse/blob/master/synapse/storage/schema/main/delta/53/user_dir_populate.sql">here</a> -and then restart synapse. This should then start a background task to +DB corruption) get stale or out of sync. If this happens, for now the +solution to fix it is to use the <a href="usage/administration/admin_api/background_updates.html#run">admin API</a> +and execute the job <code>regenerate_directory</code>. This should then start a background task to flush the current tables and regenerate the directory.</p> <h2 id="data-model"><a class="header" href="#data-model">Data model</a></h2> <p>There are five relevant tables that collectively form the "user directory". |