-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Document how to export user data #14530
Comments
The data will be exported to a folder under But as far as I can tell, only room events are exported. But element already allows one to export their chat and see their session info 🤔 |
Looking at what the this export provides, this does not seem to be GDPR or DSGVO compliant alone. How do server administrators currently provide this data to the user? |
There's no one-click script that will do a GDPR export yet. I hear the way matrix.org handles GDPR requests involves some amount of manual work. |
https://github.com/philipaconrad/matrix-archiver-sqlite seems to be a potential option as it also exports devices and files |
Should we need to document it? If yes , then assign this issue to me, i will do it. |
Probably the easiest is if you make a pull request. Issues are rarely assigned directly. |
I'd like to document this, where should this be added? |
Perhaps there: https://matrix-org.github.io/synapse/latest/usage/administration/admin_faq.html Or an dedicated sub page to https://matrix-org.github.io/synapse/latest/usage/administration/index.html |
Documented a possible option for exporting data from the Synapse Matrix server.
Description:
There is a command to export user data:
python -m synapse.app.admin_cmd -c <config_file> export-data <user_id>
but as far as I can tell it is not documented anywhere.The text was updated successfully, but these errors were encountered: