wordpress another update is currently in progress

WordPress quite frequently releases updates to include new features, solve bugs, or address security issues. Updating your core WordPress is a good practice. But have you ever tried to update your WordPress website, but kept seeing the “Another update is currently in progress” error?

“Another update is currently in progress” is a common and annoying error with a very easy fix. While WordPress is being updated, your database is locked to prevent another update from launching. That database lock should automatically be removed and the error message should disappear automatically once the update is complete. But if it doesn’t, it’s not likely to resolve on its own, you need to fix this error.  There are a few methods you can follow to fix the ‘Another update is currently in progress’ error immediately. We will introduce you to two of those methods.  But before that, we should know why this error occurs.

Why “WordPress Another update is currently in progress” Error Occurs?

“Another update is currently in progress” error is very simple to understand. Many WordPress users leave auto-update on and this is the root of the problem. During the updating in progress an additional row called core_updater.lock is placed within the wp_options table of the website’s database. Which shows the message “Another update is currently in Progress”.

After the WordPress core has been updated, the update process might not finish and leave the core_updater.lock row within the database, which allows users to perform any other updates. But sometimes due to server issues or interruption during updates, the core_updater.lock won’t be deleted from the database. This would leave you stuck with the error message. To quickly get rid of the “Another update is currently in progress” message, you need to delete the core_updater.lock option from your WordPress database.  Let’s move forward to know how we can delete the core_updater.lock option from your WordPress database.

How to Fix the “Another update is currently in progress” Error?

As we mentioned above, you need to delete the core_updater.lock option from your WordPress database. There are two different ways to do this, you can either use a plugin or manually delete the option via phpMyAdmin. They are both very quick so you can choose the one that works best for you. You may want to use a minimum number of plugins possible to keep your website’s performance optimum but the plugin is definitely easier to use, that’s why we will start with that.

Fix the Error Using Plugin:

To fix the “Another Update in Progress” error, the Fix Another Update In Progress plugin is the most useful and trusted plugin. To start with it, Install and Activate the plugin first.

Once you activate it, visit the Settings>Fix Another Update In Progress plugin page.

If you are currently experiencing the Another update is currently in progress error, you’ll see the Fix WordPress Update Lock button. Click on that button.

When you click on that button the plugin will delete the core update lock option of WordPress and you will see the following confirmation message: Success! You’ve successfully fixed “another update in progress!”.

Fix the Error Manually:

To delete the core_updater.lock option manually, you have to go to the cPanel dashboard of your WordPress hosting account.

On the cPanel dashboard under the database section, click on PHPMyAdmin.

Then, select the database belonging to your website, find the wp_options table, and click on the Browse button next to the WordPress options table.

After that, you will see the rows inside it. It’s time for you to find the row having the name core_updated.lock, then delete this row.

Now,  you can log in to your admin dashboard, navigate to Dashboard > Updates, and proceed with any remaining WordPress updates you wanted to run.

Sum Up:

Errors can happen during any stage of managing a WordPress website. But it’s normal to see the “Another update is currently in progress” message for about 15 minutes. So don’t jump to messing with your database too quickly. Wait at least an hour since you first noticed the message, then try out one of these steps. And if nothing works, you can always contact your host and ask them to delete the broken database entry themselves. If you have any questions or difficulties related to the topic today, don’t hesitate to let us know.

Also, check WordPress Tips for more articles like Fix “Missing the MySQL extension” Error and How to Fix “Briefly Unavailable for Scheduled Maintenance. Check Back in a Minute”.

Add Custom JavaScript to your WordPress Website in Two Methods (Manually and Using Plugin)
4 Ways to Automatically Share Posts to Facebook from WordPress | Auto Share Facebook Post

Leave a Comment

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