Solution for prompting "Another update is in progress" when upgrading WordPress

The free bar blog has been on the Tencent Cloud VPS for several years. The previous upgrade of WP has been manual due to the CDN problem on the official website of WP.

Now, after the normal access of WordPress, WordPress and WordPress style and plug-ins can be updated with one click in the background. But today WordPress 5.4.1 to 5.4.2 had problems.

After WordPress 5.4.2 failed to update, update WordPress again with the message "Another update is in progress", and WP cannot be updated.

To be honest, because Tencent Cloud has only 1M bandwidth, PHP execution timeout will still occur when the update file is large, so don't panic if you encounter it. The solution to prompt "another update is in progress" when upgrading WordPress is as follows:

Method 1: Use MySQL database management tools (such as phpMyAdmin)

Found in the wp_options table core_updater.lock Record and delete this column of data.

Method 2: Log in to the database through the terminal and execute the following code:

delete from wp_options where option_name='core_updater.lock';

Try to update WP again. Is it possible to update it!

Copyright notice:
Author: Leisure Bar
Link: https://www.xianba.net/5191.html
Source: Xianba Resource Station
The copyright of this article belongs to the author. Please do not reprint it without permission.

THE END
share
QR code
< <Previous
Next>>