Podręcznik:CheckStorage.php
Appearance
| Wersja MediaWiki: | ≥ 1.7 |
| Plik MediaWiki: checkStorage.php | |
|---|---|
| Lokalizacja: | maintenance/storage/ |
| Kod źródłowy: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Klasy: | CheckStorage |
Szczegóły
checkStorage.php file is a maintenance script to do various checks on external storage.
Options/Arguments
| Option | Description | Required? |
|---|---|---|
| --fix | Fix errors | Optional |
Usage
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.43.6 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.