Handbuch:$wgAllowSchemaUpdates

From mediawiki.org
This page is a translated version of the page Manual:$wgAllowSchemaUpdates and the translation is 40% complete.
Performance-Hacks und Limits: $wgAllowSchemaUpdates
Allow database schema updates to be executed with update.php script.
Eingeführt in Version:1.18.1 (r101867)
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(Wahrheitswert)
Standardwert:true

Details

Enable/disable upgrading via update.php. If this is set to false, the script must be run with --force to execute schema updates.

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).

Siehe auch