Manual:moveToExternal.php

This page is a translated version of the page Manual:MoveToExternal.php and the translation is 60% complete.
MediaWiki バージョン:
1.5

詳細

moveToExternal.php ファイルは、版のテキストを外部ストレージに移動させるメンテナンス スクリプトです。

You have to set up the $wgExternalStores and $wgExternalServers configuration before running the script. See Manual:External Storage for more details.

オプション/引数

オプション/引数 説明 必須かどうか
type Type of external storage 必須
location Location in external storage 必須
-s Starting ID of revision 省略可能
-e Ending ID of revision 省略可能

使用法

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

関連項目