Manual:$wgAllowSchemaUpdates

From mediawiki.org
Performance hacks and limits: $wgAllowSchemaUpdates
Allow database schema updates to be executed with update.php script.
Introduced in version:1.18.1 (r101867)
Removed in version:still in use
Allowed values:(boolean)
Default value:true

Details[edit]

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

See also[edit]