Manual:MoveToExternal.php/es

Versión de MediaWiki:
1.5
Category:MediaWiki code/es#MoveToExternal.php

Detalles

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. See Manual:External Storage for more details.

Options/Arguments

Option/ArgumentDescriptionRequired?
typeType of external storageRequired
locationLocation in external storageRequired
-sStarting ID of revisionOptional
-eEnding ID of revisionOptional

Usage

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.

See also

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