Manual:deleteArchivedFiles.php

MediaWiki version:
1.11

Details

edit

deleteArchivedFiles.php file is a maintenance script to delete all archived files. Information about these files is stored in the filearchive table. This script allows to delete the actual files from the filesystem - if used without --force, it does however keep the entries in the aforementioned table.

Options/Arguments

edit
Option Description Required?
--delete Does the deletion. Optional
--force Force deletion of rows from filearchive table. Optional

Usage

edit
php maintenance/run.php deleteArchivedFiles [ --delete| --force ]
Terminal
In MediaWiki version 1.39.10 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also

edit