How to Solve WordPress Update Issue “Another update is currently in progress.”

If you are getting message while updating WordPress even after a time limit of 15 is passed then you need to get ride of this situation by deleting a database table from website database. This happens to me for two days in row whenever I try to update my WordPress version is says WordPress Update Another update is currently in progress.

After searching solution over internet then found a method to resolve I’m trying to make tutorial easy as possible. When you click on update in WordPress then there is lock time of 15 minute but some time error or bug become permanent and process didn’t end.  We are going to delete a database table value called “core_updater.lock“.

  • WordPress update message you get while update even after day passed.

Wordpress update process

  • To get ride this you need to login to your hosting panel then navigate to databases like I using phpmyadmin to view all database,
  • Now select database your WordPress website using if you don’t know the name then search from wp-config.php file present in root directory of website there is written database name.
  • After selecting database search for “core_updater.lock
    option_name = 'core_updater'

    (before WP 4.5) or

    option_name = 'core_updater.lock'

    (since WP 4.5)

Seach for database table

  • If you did right then a table come in result now you just need to Delete that table and done like shows in picture.

This will resolve your issue if you don’t have access to panel or database directly then try some database plugin available in WordPress directory.

Any question or comment please use form below.

Sandy

Sandy

4 thoughts on “How to Solve WordPress Update Issue “Another update is currently in progress.”

Leave a Reply

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

Name *
Email *