Custom Wordpress Core upgrade through wp-cli
I'm trying to do a custom wordpress core upgrade through wp-cli, theres an GUI upgrade hang issue in kubernetes when AWS EFS storage is used. For me wp core upgrade
works great. I need somekind of binding to the upgrade button in the gui, when clicked it should invoke the custom_upgrade.php script which will do shell execution. I'm pretty new to php and wordpress. Here's a sample script provided by mwithheld: https://github.com/wp-cli/wp-cli/issues/1924