我想将 Magento 1.5 升级到 1.6 而不是最新的 (1.7) 版本。
我想我需要在这一行进行一些更改,但我不知道是什么:
./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force
我用这个:
find . -type f -exec chmod 777 {} \;
find . -type d -exec chmod 777 {} \;
rm -rf var/cache/* var/session/*
chmod 550 ./mage
./mage mage-setup .
./mage config-set preferred_state stable
./mage list-installed
./mage list-upgrades
./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force
php shell/indexer.php reindexall
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;