Manual:pruneFileCache.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.19
<translate> MediaWiki version:</translate> |
MediaWiki file: pruneFileCache.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.41.1 • 1.40.3 • 1.39.7 |
Classes: | PruneFileCache |
Details
pruneFileCache.php file is a maintenance script to prune file cache for pages, objects, resources, etc.
This script requires $wgUseFileCache = true;
to be set in LocalSettings.php in order to prune the file cache from $wgFileCacheDirectory .
Options/Arguments
Option | Description | Required? |
---|---|---|
--agedays | How many days old files must be in order to delete | <translate> Required</translate> |
--subdir | Prune one $wgFileCacheDirectory subdirectory name | <translate> Optional</translate> |
Usage
php maintenance/pruneFileCache.php --agedays days [ --subdir ]
Terminal
$ php maintenance/pruneFileCache.php --agedays 7 Pruning `/var/www/html/wiki/images/cache` directory... Done pruning `/var/www/html/wiki/images/cache` directory