Manual:MoveToExternal.php/de

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

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/Argument Beschreibung Notwendig?
type Type of external storage Notwendig
location Location in external storage Notwendig
-s Starting ID of revision Optional
-e Ending ID of revision Optional

Verwendung

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

Siehe auch