How to Update Magento 2.x to Most Recent Magento Version
How to Update Magento 2.x to Most Recent Magento Version
Read more at :
This is a simple expert level tutorial showing how to Upgrade Magento 2.1 to Most Recent Magento Version till date, currently we have Magento 2.2 release which I took an example and showed you how to upgrade it.
HOW TO UPGRADE MAGENTO 2 to Latest version ?
Step 1 :
Login to your server via SSH!
Go to Magento root directory.
Step 2:
Take backup of your database and files.
Step 3:
Download the latest package in your magento root directory.
And Extract it
Reset the file permission:
find . -type f -exec chmod 644 {} ;
find . -type d -exec chmod 755 {} ;
find ./var -type d -exec chmod 777 {} ;
find ./pub/media -type d -exec chmod 777 {} ;
find ./pub/static -type d -exec chmod 777 {} ;
chmod 777 ./app/etc
chmod 644 ./app/etc/*.xml
chmod u+x bin/magento
Clear cache and run upgrade , deploy command:
php -f bin/magento cache:clean
php -f bin/magento cache:flush
php -f bin/magento setup:upgrade
php -f bin/magento setup:static-content:deploy
Login to your backend.
Test your front-end functionality.
Thanks for watching !!
If you have any question please comment or contact me through risecommerce.com
See more here
hi, good video… is this the same to update magento 2.x to magenot 2.3.3 ??
nice video , i found this very help full blog explaining how to upgrade magento 2.3.x to magento 2.3.2 https://magento2expert.com/upgrade-magento-2-3-to-2-3-2-latest-released-versions/
I have PHP 7.2 , when running following commands , "Magento Supports 7.02 7.04 7.06 or later please read http:// devdocs.magento.com/guides/v2.2/………."
php -f bin/magento cache:clean
php -f bin/magento cache:flush
php -f bin/magento setup:upgrade
php -f bin/magento setup:static-content:deploy
Thanks for this video, I can upgrade my website.
can you upgrade my server running on AWS, it has already a multivendor theme? I need to upgrade to from 2.1.1 to 2.1.9 inorder to run multivendor module.
Hello Sushil, How can I contact you?