[wp-trac] [WordPress Trac] #24578: .maintenance file exists when not needed

WordPress Trac noreply at wordpress.org
Sun Jul 21 07:07:58 UTC 2013


#24578: .maintenance file exists when not needed
-----------------------------+------------------------------
 Reporter:  novasource       |       Owner:
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Upgrade/Install  |     Version:  3.5.1
 Severity:  normal           |  Resolution:
 Keywords:                   |
-----------------------------+------------------------------

Comment (by dd32):

 For Single-Theme/Plugin update processes, the process is:
 * Request
 * Filesystem Connect
 * Download
 * Extract ZIP
 * Enable Maintenance Mode if Multisite OR plugin/theme is in use
 * Update Plugin/Theme
 * Disable Maintenance mode

 When the Bulk Upgrader is used however, the process is a bit different,
 this includes when only one theme or plugin is chosen for upgrade:
 For Multisite bulk upgrade:
 * Request
 * Enable Maintenance Mode (with a TODO note saying that it should really
 only be enabled for an individual site rather than globally)
 * Filesystem Connect
 * For each item:
  * Download
  * Extract ZIP
  * Update Plugin/Theme
 * Disable Maintenance mode

 For single site bulk upgrade:
 * Request
 * Enable Maintenance Mode if any of the plugins/themes are in use
 * Filesystem Connect
 * For each item:
  * Download
  * Extract ZIP
  * Update Plugin/Theme
 * Disable Maintenance mode

 The Extracting of the ZIP and Updating the plugin/theme is the expensive
 part of the update process normally.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/24578#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list