Manual:checkStorage.php
Appearance
MediaWiki version: | â„ 1.7 |
MediaWiki file: checkStorage.php | |
---|---|
Location: | maintenance/storage/ |
Source code: | master âą 1.43.1 âą 1.42.6 âą 1.39.12 |
Classes: | CheckStorage |
Details
[edit]checkStorage.php file is a maintenance script to do various checks on external storage.
Options/Arguments
[edit]Option | Description | Required? |
---|---|---|
--fix | Fix errors | Optional |
Usage
[edit]php maintenance/run.php storage/checkStorage [ --fix ]
Terminal
$ php maintenance/run.php storage/checkStorage --fix Checking, will fix errors if possible... Errors: Flag statistics: utf-8 675 100.00% Local object statistics:
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php
instead of php maintenance/run.php scriptName
.