From bd470f6212bf7048911dd4442188b7f77950b560 Mon Sep 17 00:00:00 2001 From: "Pedro hates github.com" <39959198+pedro-nonfree@users.noreply.github.com> Date: Fri, 24 Apr 2020 22:27:06 +0200 Subject: [PATCH] more warnings for synapse_janitor.sql --- Synapse-database-maintenance-tools.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Synapse-database-maintenance-tools.md b/Synapse-database-maintenance-tools.md index 53f0dfb..89c4832 100644 --- a/Synapse-database-maintenance-tools.md +++ b/Synapse-database-maintenance-tools.md @@ -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