Manual:deleteArchivedFiles.php

From mediawiki.org
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. Optional

Usage[edit]

php maintenance/deleteArchivedFiles.php [ --delete| --force ]


Terminal

See also[edit]