Manual:cleanupUploadStash.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.18
<translate> MediaWiki version:</translate> |
MediaWiki ファイル: cleanupUploadStash.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.41.1 • 1.40.3 • 1.39.7 |
クラス: | CleanupUploadStash |
詳細
cleanupUploadStash.php は古かったり、壊れていたりするアップロードファイルの一時ファイルを削除し、また関連するデータを uploadstash テーブルからクリーンアップします。 このスクリプトにより、一時ファイルの保存先にある放棄されたファイルをクリーンアップできます。
作成されてから $wgUploadStashMaxAge
で設定した n 秒経っていないファイルは残され、それ以前の古いファイルは削除されます。
オプション/引数
標準のコマンドラインオプション 以外のオプションや引数はありません。
使用法
php maintenance/cleanupUploadStash.php
Terminal
$ php maintenance/cleanupUploadStash.php Getting list of files to clean up... No stashed files to cleanup according to the DB. Deleting old thumbnails... 3 done Deleting orphaned temp files... 7 done