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
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update docs/usage/administration/admin_faq.md
Co-authored-by: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com>
  • Loading branch information
thezaidbintariq and dklimpel committed Jan 22, 2023
commit 4f42582d134193fc2e1d029e034c6fcb4a0de66a
3 changes: 2 additions & 1 deletion docs/usage/administration/admin_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ SELECT NAME from users;
How can I export user data?
---
Export data of specific user by running a python script that exports data and takes in user_id and config file as arguments.
clokep marked this conversation as resolved.
Show resolved Hide resolved
```python -m synapse.app.admin_cmd -c <config_file> export-data <user_id>
```console
python -m synapse.app.admin_cmd -c <config_file> export-data <user_id>
```

Manually resetting passwords
Expand Down