Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions content/en/admin/tootctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`\
Expand Down