cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade Magento 2.1.9 To 2.2.0 or any new Version Using CLI

Upgrade Magento 2.1.9 To 2.2.0 or any new Version Using CLI

Follow below steps for Upgrade Magento 2.1.9 To 2.2.0 or any new Version Using CLI. Replace 2.2.0 with the Magento version you want to upgrade.

 

  • composer require magento/product-community-edition 2.2.2 --no-update
  • composer update
  • php bin/magento setup:upgrade
  • php bin/magento cache:clean
  • php bin/magento cache:flush

 

Hope this we'll helps you on magento upgradetion.

1 REPLY 1

Re: Upgrade Magento 2.1.9 To 2.2.0 or any new Version Using CLI

i try exactly that but get:

 

Your requirements could not be resolved to an installable set of packages.

 Problem 1
   - The requested package magento/product-community-edition 2.2.2 exists as magento/product-community-edition[2.1.10] but
these are rejected by your constraint.


on composer update ... we have version 2.1.10 currently installed wich was also installed with composer