
Forcing magento update from command line
I update magento using the command line and pear. Usually you run: ./pear upgrade-all you can try forcing the update in parts: ./pear install -f magento-core/Lib_Varien ./pear install -f magento-core/Mage_Core_Modules ./pear install -f magento-core/Mage_All_Latest
