This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
User Directory not regenerating #5036
Comments
For support please ask in #synapse:matrix.org |
For the record they already asked about 5 times in |
Well that's not ideal, right I see, this is from the user_dir docs - fair enough I'll run with it |
neilisfragile
added
A-Docs
things relating to the documentation
z-p2
(Deprecated Label)
labels
Apr 10, 2019
@drseussofporn You will need to manually rerun the migration, via https://github.com/matrix-org/synapse/blob/master/synapse/storage/schema/delta/53/user_dir_populate.sql , and restart Synapse. |
@hawkowl Thank you. That was exactly what I needed. |
aaronraimist
added a commit
to aaronraimist/synapse
that referenced
this issue
May 29, 2019
Signed-off-by: Aaron Raimist <[email protected]>
3 tasks
hawkowl
added a commit
that referenced
this issue
May 29, 2019
Fix docs on resetting the user directory (#5036)
fixed by #5282, seemingly |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Originally, our homeserver was federated and able to connect to the matrix network. I decided to remove federation per another Github issue by just whitelisting the local HS for federation. Following this, the
search_all_users
was set totrue
and I performed the psql commandUPDATE user_directory_stream_pos SET stream_id = NULL;
to regenerate the user directory as I wanted the HS to only search local users and forget about all other users it had encountered during federation. However, after a restart of Synapse the user directory still contains entries for users outside of the local installation. How do I clear these entries and force a regeneration of the user directory?The text was updated successfully, but these errors were encountered: