Use following commands to upgrade magento 2.2 versions:
php bin/magento maintenance:enable
define version name in this command:
composer require magento/product-community-edition 2.2.7 --no-update
composer update
rm -rf var/cache/*
rm -rf var/page_cache/*
rm -rf generation/*
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento maintenance:disable
php bin/magento maintenance:enable
define version name in this command:
composer require magento/product-community-edition 2.2.7 --no-update
composer update
rm -rf var/cache/*
rm -rf var/page_cache/*
rm -rf generation/*
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento maintenance:disable
Comments
Post a Comment