Skip to main content

Posts

Showing posts with the label using terminal upgrade magento

Magento 2 upgrade 2.1.4 to 2.1.7 process

Use below command to update MAGENTO 2 version from old version to latest version from  root directory. I ended up trying to do the upgrade from the command line and it worked 1>  composer require magento/product-community-edition 2.1.7 --no-update 2> composer update 3> php bin/magento setup:upgrade