Created Synapse database maintenance tools (markdown)

Alexey Murz Korepov 2017-10-08 23:35:48 +03:00
parent 1f05ae449e
commit 5cad88705d
1 changed files with 10 additions and 0 deletions

@ -0,0 +1,10 @@
List of userful tools and scripts for maintenance Synapse database:
## [Purge Remote Media API](https://github.com/matrix-org/synapse/blob/master/docs/admin_api/purge_remote_media.rst)
The purge remote media API allows server admins to purge old cached remote media.
## [Purge History API](https://github.com/matrix-org/synapse/blob/master/docs/admin_api/purge_history_api.rst)
The purge history API allows server admins to purge historic events from their database, reclaiming disk space.
## [synapse_janitor.sql](https://github.com/xwiki-labs/synapse_scripts)
Cleans a synapse Postgres database of deleted messages and abandoned rooms.