Hi @nicolasmierbach! There’s a known issue where the “Update WooCommerce Database” button does not work on the WooCommerce home page. That same upgrade notice appears on other pages such as in WooCommerce > Orders, or WooCommerce > Settings. Please see if you could start the upgrade by clicking the “Update WooCommerce Database” button there instead.
Hi rodelgc, thanks for your Help!
Unfortunately this didn’t work either. I clicked the button from multiple different Sites, including the two you mentioned, but also the scheduled actions page, the plugins page and so on. I also tried the update Database Button from the WooCom/Status/Tools page – with no effect.
Is there another solution?
Have you tried running it in CLI @nicolasmierbach
Hi!
Seems the issue was related to https://projectdmc.org/support/topic/fatal-error-missing-column-priority/
I fixed it by running
ALTER TABLE wp_actionscheduler_actions
ADD priority tinyint(10) unsigned NOT NULL;
