Magento 2 offers possibility to update it's self through Magento backend panel or trough composer (described here). First of all check if the cache is enabled:
1 2 3 |
php bin/magento cache:status |
If it is enabled you'll get something similar to this: So we need to disable the cache: That been done we can go further to the actual update process. Composer.json…