Update via this method does not work well here. It tends to break the website.
Is best to use Softaculous to update or below method
It’s also better to disable WP auto-update. Add below code to the wp-config.php
/** Stop WP update*/
define( ‘WP_AUTO_UPDATE_CORE’, false );
5 Likes