Posts

Showing posts from June, 2022

Which way to upgrade Magento 2 would you choose in 2022

Image
Staying up-to-date and keeping a high-security level are crucial to having a competitive e-commerce store. You shouldn't have the "why upgrade to Magento 2 " question. This article will help you to update your Magento 2 store smoothly and quickly. Sticking to the point, there are several ways to do it. Let’s review three of them one-by-one. Before we start, remember that it is always wise to back up files before running a Magento upgrade. Now, to the methods. METHOD #1. USE MAGENTO COMPOSER The first method is based on using Magento 2 Composer for upgrade and includes the following 8 steps. Step 1.  Logged in as a system owner (root user), navigate to the Magento 2 root folder  cd ~ /public_html Step 2 .  Switch to the  Maintenance mode  via the command  php bin/magento maintenance:enable Step 3.  Clear everything in the  vendor  folder by running the command  rm -rf vendor/* Step 4.  Open the  composer.json file  and change the current version of your Magento to the requ