Magento 1.9 – How to Upgrade from 1.9.2.2 to 1.9.3.6

magento-1.9

I need to upgrade the magento version
I have now 1.9.2.2 magento version
I go to downloader and check for update
when i clicked in commit change this error shows

CONNECT ERROR: Package community/Cm_RedisSession 1.9.3.6 conflicts with: community/Mage_All_Latest 1.9.2.2

Best Answer

By using following steps, you can upgrade from current magento version to lastest magento version.

Updating Magento via SSH can be done via the following commands:

chmod 550 mage

./mage mage-setup .

./mage config-set preferred_state stable

./mage sync

./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force

php shell/indexer.php reindexall

rm -rf downloader/.cache/ var/cache/