You are upgrading the Magento from 2.3.2 to 2.3.5 version in your local system in
Developer mode. What are all the commands to run to upgrade the Magento system?
- composer require <magento_version> –no-update and bin/magento setup:upgrade
- bin/magento maintenance:enable, composer update and bin/magento setup:upgrade
2
Answers
See Enable or disable maintenance mode for additional options. Optionally, you can create a custom maintenance mode page.
For example, if you are upgrading from Magento Open Source to Adobe Commerce, remove the Magento Open Source package.