Jump to content

Manual:CleanupUploadStash.php

From mediawiki.org
This page is a translated version of the page Manual:CleanupUploadStash.php and the translation is 33% complete.
Versão MediaWiki:
1.18

Detalhes

The cleanupUploadStash.php script removes old or broken uploads from the temporary file storage and cleans up associated database records from the table uploadstash . This script can be used to clean up abandoned files in the temporary file stash.

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 .

Uso

php maintenance/run.php cleanupUploadStash
Terminal
In MediaWiki version 1.39.10 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also