How to Upgrade Magento version from 2.3.2 to 2.3.5?
Note: Before running the below commands, please take a full backup of your current Magento website. It will help you to undo the current scenario if you face any issues during the future Magento 2 upgrade steps.
Step 1: Set the Magento website in maintenance mode using the below command.
Step 2: Take a backup of composer.json file placed in Magento root using the below command.
Step 3: Remove the current installation setup folder by using the below command.
Step 4: Set the version in which you want to upgrade in the below command.
Step 5: Run the below command.
Step 6: Also run the below command.
Step 7: Then, update the composer using the below command.
Step 8: Run below mention Magento upgrade command.
1 2 3 | - php bin/magento setup:upgrade - php bin/magento cache:clean |
Step 9: Remove maintenance mode using the below command.
That’s it. The Magento 2 upgrade is done.
Comments
Post a Comment