Manual:MoveToExternal.php/de

MediaWiki Version:
1.5
Category:MediaWiki code/de#MoveToExternal.php

Details

moveToExternal.php file is a maintenance script to move revision's text to external storage.

You have to set up the $wgExternalStores and $wgExternalServers configuration before running the script. Siehe Manual:External Storage für weitere Details.

Optionen/Argumente

Option/ArgumentBeschreibungNotwendig?
typeType of external storageNotwendig
locationLocation in external storageNotwendig
-sStarting ID of revisionOptional
-eEnding ID of revisionOptional

Verwendung

php maintenance/run.php storage/moveToExternal type location [ -s | -e ]
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.

Siehe auch

Category:Maintenance scripts/de#moveToExternal.php Category:Storage maintenance scripts/de
Category:Maintenance scripts/de Category:MediaWiki code/de Category:MediaWiki code pages without class names/de Category:Storage maintenance scripts/de