Upgrade Magento from 1.3, 1.4 .. to latest via ssh
1.
chmod -R 777 lib/PEAR
2.
./pear mage-setup
3.
./pear upgrade -f magento-core/Mage_All_Latest-stable
4.
chmod 550 ./mage
5.
./mage mage-setup .
6. If You have got an error: “Channel ‘community’ already exist!” try this:
php -f downloader/mage.php channel-delete community
7.
./mage sync
8.
./mage list-upgrades
9.
./mage config-set preferred_state stable
10.
./mage upgrade-all --force
11. If You have some error, try this:
./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force
12. After that, just load front page, and try to solve the rest of the problems that may arise, believe me it certainly arise 🙂
I can do it for You, write me for details adrianbadowski@gmail.com