Manual:deleteArchivedFiles.php
From Linux Web Expert
<td class="mw-version-versionbox" title="<translate nowrap> The latest stable version is <tvar name=1>1.41</tvar></translate>">
<translate> ≥</translate> 1.11
<translate> MediaWiki version:</translate> |
MediaWiki file: deleteArchivedFiles.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.41.1 • 1.40.3 • 1.39.7 |
Classes: | DeleteArchivedFiles |
Details
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
Option | Description | Required? |
---|---|---|
--delete | Does the deletion. | <translate> Optional</translate> |
--force | Force deletion of rows from filearchive. | <translate> Optional</translate> |
Usage
php maintenance/deleteArchivedFiles.php [ --delete| --force ]
Terminal
$ php maintenance/deleteArchivedFiles.php --delete Searching for and deleting archived files... Done! [2 file(s)]
See also
- Manual:DeleteArchivedFiles.inc
- Manual:EraseArchivedFile.php - if you do not want to delete all, but only selected, archived files.