Manual:$wgAllowSchemaUpdates
パフォーマンス ハックと制限: $wgAllowSchemaUpdates | |
---|---|
update.php スクリプトを実行することでデータベース スキーマを更新できるようにする。 |
|
導入されたバージョン: | 1.18.1 (r101867) |
除去されたバージョン: | 使用中 |
許容される値: | (真偽値) |
既定値: | true |
その他の設定: アルファベット順 | 機能順 |
詳細
update.php でのアップグレードの有効/無効を指定します。
これに false を設定した場合は、スクリプトでスキーマの更新を実行するには、--force
を付けてください。
On very large wikis with multiple database servers, updates can cause downtime if done incorrectly and are usually done manually with special processes. This setting is used to prevent people accidentally using the script on wikis where it is not an appropriate way to update MediaWiki (such as Wikipedia).
関連項目
- phabricator:T31558 - related technical discussion