Manual:CleanupUploadStash.php/ko

미디어위키 버전:
1.18
Category:MediaWiki code/ko#CleanupUploadStash.php

세부

cleanupUploadStash.php스크립트는 임시 파일 저장소에서 오래되거나 손상된 업로드를 제거하고 $uploadstash 테이블에 연결된 데이터베이스 레코드를 지웁니다. 이 스크립트는 임시 파일 숨김에있는 버려진 파일을 정리하는 데 사용할 수 있습니다.

All files created less than the last n seconds ago as defined by $wgUploadStashMaxAge will stay; older files will be deleted.

Options/Arguments

This script does not take any options or arguments other than standard command-line options.

용법

php maintenance/run.php cleanupUploadStash
Terminal
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.

See also

Category:Maintenance scripts/ko#CleanupUploadStash.php Category:File maintenance scripts/ko
Category:File maintenance scripts/ko Category:Maintenance scripts/ko Category:MediaWiki code/ko