Manual:MoveToExternal.php/pt

Versão MediaWiki:
1.5
Category:MediaWiki code/pt#MoveToExternal.php

Detalhes

O ficheiro moveToExternal.php é um script de manutenção para mover o texto de revisões para armazenamento externo.

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.13 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also

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