Skip to content

Instantly share code, notes, and snippets.

@barbotkin
Last active February 22, 2017 13:32
Show Gist options
  • Save barbotkin/96574d1f7f6935b7b1789f0dd5af924c to your computer and use it in GitHub Desktop.
Save barbotkin/96574d1f7f6935b7b1789f0dd5af924c to your computer and use it in GitHub Desktop.
upgrade magento 2.0 to 2.1.5 (magento 2 cli)
composer require magento/product-community-edition 2.1.5 --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
php bin/magento --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment