Upgrade magento from 2.3.1 to 2.3.2

Upgrade Magento from 2.3.1 to 2.3.2

From 2.3.0 to 2.3.2 should also work; from some other earlier versions may or may not work..

A very similar approach worked for me (Note: I have no interest to work in the industry with Magento). Also, after upgrade, check the error log and/or system log files. if you see any issues there fix those. You most probably have to compile as well. Also, you have to adjust write permissions for generated folder and var/cache folder if not done already. compiling just after setup:upgrade or after :deploy : both should work.

"


sudo chmod +x bin/magento
sudo php bin/magento maintenance:enable sudo composer require magento/product-community-edition 2.3.2 --no-update sudo composer update sudo rm -rf var/cache/ sudo rm -rf generated/ sudo chmod +x bin/magento sudo php bin/magento setup:upgrade sudo php bin/magento setup:static-content:deploy -f sudo php bin/magento indexer:reindex sudo php bin/magento maintenance:disable

Compile command is similar to:

sudo php bin/magento setup:di:compile

"

Reference: https://magento.stackexchange.com/questions/282452/upgrade-magento-2-3-1-to-2-3-2

"


Posted

in

,

by

Tags: