Jump to content

Manual:moveToExternal.php

From mediawiki.org
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/run.php storage/moveToExternal type location [ -s | -e ]
Terminal
MediaWiki バージョン 1.39.11 以前では、メンテナンス スクリプトを php maintenance/run.php scriptName ではなく php maintenance/scriptName.php を使用して実行する必要があります。

関連項目