From 04c3d7c1f1caeb9fb14f8414041fb04f662c0ee4 Mon Sep 17 00:00:00 2001 From: Jonny Saunders Date: Sun, 8 Feb 2026 19:24:39 -0800 Subject: [PATCH] add missing options from statuses remove kept them in the same order as in the source --- content/en/admin/tootctl.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/en/admin/tootctl.md b/content/en/admin/tootctl.md index cc465f0f9..24efdc0f3 100644 --- a/content/en/admin/tootctl.md +++ b/content/en/admin/tootctl.md @@ -913,9 +913,25 @@ This is a computationally heavy procedure that creates extra database indices be `--days N` : How old statuses have to be before they are removed. Defaults to 90. +`--batch_size N` +: Number of records in each batch. Defaults to 1000. + +`--continue` +: If remove is not completed, execute from the previous continuation + +`--clean_followed` +: Include the status of remote accounts that are followed by local accounts as candidates for remove + +`--skip_status_remove` +: Skip status remove (run only cleanup tasks) + `--skip-media-remove` : Skips removing the media, in case S3 errors out. Defaults to false. +`--compress_database` +: Compress database and update the statistics. This option locks the table for a long time, so run it offline + + **Version history:**\ 2.8.0 - added\ 3.1.3 - added `--skip-media-remove`\