when using the upgrade_all --force, it will install beta versions, however I just want to upgrade to the next stable version (like magento v.1.5.1.0). How do I do that?
When I try to upgrade Magento 1.4.1 to 1.6 by following the instructions of the Turnkeye manual http://turnkeye.com/blog/magento-upgrade-from-1-4-version-to-magento-1-5-magento-1-6/ , I come across a problem. I can manage to upgrade Magento to 1.4.2, but when I try to upgrade to 1.6 something goes wrong. At the command “ ./mage list-upgrades” I get the following error:
./mage list-upgrades
Error:
list-upgrades: Invalid stability in compareStabilities argument
The following commands don’t help either:
./mage channel-add connect20.magentocommerce.com/community
./mage channel-add connect20.magentocommerce.com/core
./mage sync
If I continue the installation with the following command:
./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force
The installation is being upgraded to Magento 1.7. There are several extensions which don’t work in Magento 1.7 & 1.6.2.
How can I carry out the upgrade to Magento 1.6.1 ?