Neverending database updates
-
On a customer’s website I have upgraded to WooCommerce 8.9.1. It showed the usual database update nag so I clicked through and it created 3 Action Scheduler tasks:
- wc_update_890_update_connect_to_woocommerce_note
- wc_update_890_update_paypal_standard_load_eligibility
- wc_update_891_create_plugin_autoinstall_history_option
I tried manually running these which led to more and more tasks being created so I started running the updates from WP-CLI instead with
wp action-scheduler run
It did its updates and finished without incident. I return to the admin screen and the database upgrade nag is back, so I click through and it creates the exact same three actions as above. Again I run them from WP-CLI and return to the admin, the nag’s back, over and over and over. And yet,
wp-cli wc update Success: No updates required. Database version is 8.9.1
Despite the neverending DB update nags. So…
- What do I have to do to get WooCommerce to shut up about the database updates it claims it both does and doesn’t need to perform? And,
- Why do we even have to click these nags in the first place? WooCommerce’s database management should be WooCommerce’s problem, not mine nor my customers’ concern.
I can share the system status report if required, but not in a public setting.
- The topic ‘Neverending database updates’ is closed to new replies.