Manual:CheckStorage.php/ko
Appearance
| 미디어위키 버전: | ≥ 1.7 |
| 미디어위키 파일: checkStorage.php | |
|---|---|
| 위치: | maintenance/storage/ |
| 소스 코드: | master • 1.46.0 • 1.45.4 • 1.43.9 |
| 클래스: | CheckStorage |
상세
checkStorage.php file is a maintenance script to do various checks on external storage.
옵션/인수
| Option | Description | Required? |
|---|---|---|
| --fix | Fix errors | Optional |
사용법
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 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.