How to Upgrade Magento 2.1 to The Most Recent Magento Version (Magento 2.3+ )

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.3 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 !!

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Posts

a

7 UP-TO-DATE FEATURES YOU MUST KNOW ABOUT MAGENTO IN 2017

The advancement of web development and the opening of the e-commerce stores on the web called upon various...
Read More »
keyword-info-1024x653

Why you should use keyword software

Life is indeed getting short and we need to maximize things in getting everything done. Computers are intentionally...
Read More »
forex-trade-signals

Why You Should Use Effective Software for Forex

Failure in the Forex market can be a common situation for every Forex traders. However, a continuous losing...
Read More »