Engine23

Steps to upgrade from Magento 1.6 to 1.7

All of these are via command line: Command Line:

sudo chmod 550 ./mage

./mage mage-setup .

./mage sync

./mage list-upgrades

./mage config-set preferred_state stable

./mage upgrade-all --force

rm -rf maintenance.flag

php -f ./index.php

Share: