WordPress no longer updates with the new wordpress manager

Gavpeds

Member
Jan 31, 2017
15
0
1
Cornwall
cPanel Access Level
Root Administrator
Hopefully, I can make this clear.

We have a WordPress website that was originally created and installed with the cPanel site software. over a year ago it had updated itself just fine but since the move to the new WordPress manager, it will not update. What's more, I cannot even update it via the sites admin panel, I just get the "another update is in progress error". I have checked everything regarding this error and nothing I have read is relevant.

I am now at a point where I can only thing somewhere in the file system or database cPanel has inserted something that stops the update process outside of the old site software manager.

Any help would be really useful as at this point all I can do is run manual updates which I had done for WordPress 5.2 hoping that it would kick the auto update back into life but nope seems I am going to have to keep updating manually forever at this rate.
 

cPanelChipW

cPanel Product Owner
Staff member
Aug 26, 2015
13
5
78
Houston, TX
cPanel Access Level
Root Administrator
I'm sorry to hear that you have having issues with the updates. This particular issue is usually related to a prior update failing and not removing a database lock. Please try the following:
  • Navigate to phpMyAdmin
  • Choose the database for the affected WordPress instance
  • Navigate to the wp_options table (your prefix may be different depending on server configuration)
  • Look for a table row/entry for "core_updater.lock"
  • Delete this entry
Once this is complete, you should be able to execute the automatic update via the WordPress Dashboard.

WordPress Manager does not control updates to the WordPress core or run the updater itself. WordPress Manager does set variables in wp-config.php that tell the autoupdate process what types of updates are being requested (All, Minor/Security Only, or Major Only).

I hope this helps!
 

Gavpeds

Member
Jan 31, 2017
15
0
1
Cornwall
cPanel Access Level
Root Administrator
Thanks but as I said already read about the locks and everything related to the other another update is a runinng issue. I dont have that table I'm afraid so its not this.