Another update is currently in progress.

Got the following error message in WordPress:

Another update is currently in progress.

Solution:

It is an automatic lock to prevent simultaneous core updates. It will be gone after 15 minutes. If you don’t want to wait, delete the record from options table – usually wp_options.

option_name = 'core_updater'

(before WP 4.5)

or

option_name = 'core_updater.lock'

(since WP 4.5)

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

This site uses Akismet to reduce spam. Learn how your comment data is processed.