Příručka:MoveToExternal.php

From mediawiki.org
This page is a translated version of the page Manual:MoveToExternal.php and the translation is 53% complete.
Verze MediaWiki:
1.5

Podrobnosti

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.

Volby/Parametry

Volby/Parametry Popis Povinný?
type Type of external storage Požadované
location Location in external storage Požadované
-s Starting ID of revision Volitelné
-e Ending ID of revision Volitelné

Použití

php maintenance/storage/moveToExternal.php type location [ -s | -e ]
Terminal

Viz též