Manual:MoveToExternal.php

This page is a translated version of the page Manual:MoveToExternal.php and the translation is 20% complete.
Versão MediaWiki:
1.5

Detalhes

O arquivo moveToExternal.php é um script de manutenção utilizado 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/Argument Description Required?
type Type of external storage Required
location Location in external storage Required
-s Starting ID of revision Optional
-e Ending ID of revision Optional

Usage

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