Tips on how to Repair ‘One other Replace is At present in Progress’ Error in WordPress
Plenty of your website upkeep time will contain updating WordPress’ core, themes, and plugins. It is a mandatory activity that protects your website and makes it safer. Nonetheless, whereas the method typically goes and not using a hitch, on some events, you see the ‘One other Replace is At present in Progress’ error.
WordPress will usually ‘lock’ the database when it carries out core updates. That is so that you don’t trigger additional errors by way of beginning a number of updates. Nonetheless, there are some situations the place this lock stays in place. You’ll know this by way of the ‘One other Replace is At present in Progress’ error that reveals up on the Dashboard > Updates display. There are two methods you possibly can repair it:
- You should utilize the WP-CLI.
- You should utilize a device corresponding to Adminer or phpMyAdmin to alter your database.
We’ll run by way of all of those on this publish. Let’s start with the command line choice.
1. Use the WP-CLI
If you’re conversant in the command line, and need to entry WordPress utilizing it, the WP-CLI is a incredible means to take action. We cowl this device in a variety of articles throughout the WPKube weblog.
It could possibly be that your host comes with WP-CLI (for instance, Kinsta does), with out the necessity so that you can set up it. If so, we’d counsel you employ this feature.
Earlier than you start, you’ll want a number of components at hand:
- Entry to your website’s Safe Shell (SSH) credentials.
- The information of entry your website by way of SSH.
- An acceptable SSH shopper on your Working System (OS), corresponding to PuTTY for Home windows. The default macOS Terminal is ideal for the duty.
We’d additionally counsel that you just look into the availability you host affords to make use of WP-CLI. As a result of there are a variety of the way to unravel the ‘One other Replace is At present in Progress’ error, different approaches may swimsuit you higher.
After you have a command immediate open, log into your website utilizing SSH, and while you see the immediate, enter the next:
wp choice delete core_updater.lock
When you run this command, you’ll see a hit message, and that ought to repair the difficulty.
2. Entry Your Database Utilizing a Devoted Software
If you wish to entry your database, the usual method is to make use of a device corresponding to Adminer or phpMyAdmin. Once more, that is one other side we cowl in different articles on WPKube. As such, you’ll need to have the next in place:
- Entry to your database and an acceptable device.
- The information of navigate round your database utilizing that device.
When you’re in, head to the wp_options
desk. That is the place you’ll must look to unravel the ‘One other Replace is At present in Progress’ error:

You may see a variety of rows right here, however the one you want is the core_updater.lock
option_name. You may must seek for it if there are quite a lot of rows to parse by way of.
Regardless, all it’s good to do right here is to pick and delete the row in query, and this could resolve the error.
Conclusion
WordPress updates ought to typically show you how to to maintain the variety of errors your see at bay. Nonetheless, within the case of WordPress’ ‘One other Replace is At present in Progress’ error, a core replace may trigger it. Luckily, the answer is straightforward.
You’ll must take a handbook method most often to repair this error. You should utilize the WP-CLI or a devoted database device to filter undesirable rows inside your database. Each options needs to be good, and the one you employ will depend on your degree of consolation with every method.
Do you’ve got any questions in regards to the ‘One other Replace is At present in Progress’ error? Tell us within the feedback part under!