more warnings for synapse_janitor.sql
parent
c4ef610692
commit
bd470f6212
|
@ -21,9 +21,12 @@ This will delete media that hasn't been accessed in 365 days.
|
|||
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.
|
||||
|
||||
USE WITH CAUTION. It may cause database corruption (see https://github.com/matrix-org/synapse/issues/7305 for example).
|
||||
- this project is [unmantained and dangerous](https://github.com/xwiki-labs/synapse_scripts#unmaintained-and-dangerous)
|
||||
- USE WITH CAUTION. It may cause database corruption (see https://github.com/matrix-org/synapse/issues/7305 for example).
|
||||
- ["Our team hasn't used any of these scripts for some time (possibly years) (...) if anyone wants to volunteer to maintain this repo I'd be happy to transfer ownership.](https://github.com/xwiki-labs/synapse_scripts/pull/12#issuecomment-617275345)
|
||||
|
||||
Cleans a synapse Postgres database of deleted messages and abandoned rooms.
|
||||
|
||||
## [synapse-delurlcache](https://github.com/zzottel/synapse-delurlcache)
|
||||
Delete images and thumbnails created by URL previews in Synapse
|
||||
|
|
Loading…
Reference in New Issue