Created Synapse database maintenance tools (markdown)
parent
1f05ae449e
commit
5cad88705d
|
@ -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.
|
Loading…
Reference in New Issue