If you encounter the error message “Another update is currently in progress” in WordPress, it typically resolves itself within 15 minutes. This message is set to expire automatically once the update process is completed. However, if the error persists, it can block you from updating WordPress, requiring manual intervention to resolve it.
Here’s how you can fix this issue step-by-step.
Step 1: Open phpMyAdmin
To resolve this error, you need to remove a specific database entry. Here’s how to start:
- Log in to your web hosting control panel (cPanel or equivalent).
- Locate and open phpMyAdmin from the control panel.
Step 2: Remove the core_updater.lock
Entry
Once inside phpMyAdmin, follow these steps:
- Select the database associated with your WordPress site (you can find the database name in the
wp-config.php
file of your WordPress installation). - Open the
wp_options
table (or equivalent if your database prefix is different).
- Look for the row with the option name
core_updater.lock
. - Delete the row by clicking the Delete button next to it.
Step 3: Verify the Issue is Resolved
Return to your WordPress dashboard. The error should now be gone, and you should be able to proceed with updating your site.
Wrapping Up
The “Another update is currently in progress” error is a minor issue caused by an incomplete or stuck update process. By following the steps above, you can quickly resolve it and ensure your WordPress site continues running smoothly.