Thursday, August 4, 2016

How to Updating/Upgrading to Magento 2.1.0 using composer ?

open ssh terminal and run below comment on your magento 2 directory 

composer require magento/product-community-edition 2.1.0 --no-update
composer update
rm -rf var/di var/generation
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento indexer:reindex

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.