Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Document the export user data command. #14883

Merged
merged 5 commits into from
Jan 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/14883.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document the export user data command. Contributed by @thezaidbintariq.
8 changes: 8 additions & 0 deletions docs/usage/administration/admin_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ What users are registered on my server?
SELECT NAME from users;
```

How can I export user data?
---
Synapse includes a Python command to export data for a specific user. It takes the homeserver
configuration file and the full Matrix ID of the user to export:
```console
python -m synapse.app.admin_cmd -c <config_file> export-data <user_id>
```

Manually resetting passwords
---
Users can reset their password through their client. Alternatively, a server admin
Expand Down