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.

Was this answer helpful?

 Print this Article

Also Read