-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement completely purging a room from the database #11
Comments
The referenced script is either outdated (I cannot see some of the tables when exploring the database with the |
This can be useful for debugging. Also, if destructive commands get to be implemented (for exaple, deleting a room completely as per #11), it would be a good idea to show room information and interactively prompting for confirmation. Having this in place will allow for that in the future.
PR matrix-org/synapse#1927 updated the example script which nukes rooms from a SQLite database. It should not be too difficult to adapt it to work with PostgreSQL as well. Maybe @psaavedra is up to implementing this. Shall I assign this issue to you? |
Working on it |
@psaavedra: still working on it? |
It would be nice to have a command which would completely erase a room from the database. “Completely” means that no trace at all is left, in the fashion of this script, but adapted to work with PostgreSQL.
The text was updated successfully, but these errors were encountered: