Knowledgebase
How to upgrade Magento
Depending on whether you are running Magento 1.4 or Magento 1.5, you can upgrade your Magento by executing the following commands in the Magento installation directory via SSH:
Â
- For Magento 1.4:
Â
./pear upgrade -f magento-core/Mage_All_Latest-stable
Â
- For Magento 1.5:
Â
./mage upgrade-all --force
Detailed instructions on how to upgrade Magento via pear/mage can be found in our Magento Upgrade Tutorial.