You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
LICENSE | 3 years ago | |
README.md | 3 years ago | |
postgres.conf | 3 years ago | |
user-delete.py | 3 years ago |
README.md
matrix-synapse-GDPR
GDPR 100% compilant matrix synapse user data deletion script in Python 3.
Installation
- Clone the repo wherever you want and execute the scripts from the project root path
- Install
psycopg2
either using pip or by package namepython3-psycopg2
- Configure
postgres.conf
to your own needs (see file)
The main script to delete a user is python3 user_delete.py
(see --help)
ALWAYS make a backup of your database before deleting data!!