Home Experience & Tips Sharing Standard Post

Standard Post

Solution for WordPress Upgrade Error „Another Update in Process“

In some cases, when upgrading the WordPress version, you may encounter the error „Another Update in Progress“. To solve this problem, you can use the following methods: Method 1: Use the plugin Fix Another Update In Progress...

Updated on February 26, 2021 About 1 minute read
升级WordPress提示“另一更新正在进行”的解决办法

In some cases, when upgrading WordPress, you may encounter the error message „Another Update in Process“. To resolve this issue, you can use the following methods:

Method 1: Use the plugin Fix Another Update In Progress

Download Link

After installing this plugin, enable it in the admin dashboard, then find the plugin settings to proceed.

Method 2: Use code

Edit the theme, add the following code to the theme's functions.php file, then test the update again. Delete the code once it's successful.

global $wpdb;
$wpdb->query("DELETE FROM wp_options WHERE option_name = 'core_updater.lock'");

Method 3: Delete via database

Enter the website database, then search for core_updater.lock, and delete the corresponding content.

All three methods above can solve the „Another Update in Progress“ error. However, different website environments may not work with every method. If you find it troublesome, method three is the most effective.

5/5 - (1 vote)
Previous Create a Temporary Admin Account for WordPress: Temporary Login Without Password Continue reading content around the same timeline. Next Recommendations and Selection Advice for 6 Popular WordPress Security Plugins View the next related tutorial or experience.

AI Website Building Assistant

🤖
Hello! I am the Naibabiji AI Assistant. How can I help you?
Quick Consultation: