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`\