Last modified: 2014-11-17 09:21:20 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T68809, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 66809 - update.php could do more to allow in place upgrades of small-medium sized wikis
update.php could do more to allow in place upgrades of small-medium sized wikis
Status: NEW
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.24rc
All All
: Normal enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-06-18 20:00 UTC by Bawolff (Brian Wolff)
Modified: 2014-11-17 09:21 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Bawolff (Brian Wolff) 2014-06-18 20:00:16 UTC
Brought up originally at https://www.mediawiki.org/wiki/Talk:Release_Management_RFP/2014/Consortium#In-place_updates - I thought it deserved a bug.

*We should do schema updates first, then populate-fields updates second. Most population updates are semi-optional, where the schema changes cause actual errors. If we do all the schema updates first, this minimizes the amount of time that the wiki will serve errors in the common scenario where a user replaces the live mediawiki directory with the new tarball and runs update.php

*Some of our population maintenance scripts work in batches, followed by calling wfWaitForSlaves(); . If the server doesn't use slave dbs, then that should be a no-op. There won't be any slave lag, but if the server is also serving real requests at the same time, perhaps we should replace it with a small sleep() call to reduces load on the server when mass updating fields.

*Probably other things.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links