Add the below to functions.php of the child theme
<https://wordpress.org/support/topic/can-the-database-update-be-done-automatically/#post-16729238>
// START Auto update WooCommerce database after pugin update
add_filter( 'woocommerce_enable_auto_update_db', '__return_true'
);
// END Auto update WooCommerce database after pugin update
Code language: JavaScript (javascript)