Magento 1.9 Upgrade – How to Complete Upgrade to 1.9.3.7 CE

magento-1.9upgrade

We have Magento CE 1.9.3.4.

Using Magento Connect, I see we have updates available (up to 1.9.3.7).

When I first started upgrading, I got a whole lot of lines like:

Package community/Lib_Varien 1.9.2.7 conflicts with:
community/Mage_Core_Modules 1.9.2.4

I read this answer, which suggests deleting /pkginfo/Mage_All_latest.txt.

I did this, and now the upgrade commences, but the console window keeps repeating the text:

Checking dependencies of packages

Cleaning cache

Checking dependencies of packages

Cleaning cache
..............

I refreshed the page, and tried the upgrade again, and now receive:

Checking dependencies of packages
Already installed: community/Mage_All_Latest 1.9.3.7, skipping
Already installed: community/Interface_Adminhtml_Default 1.9.3.7, skipping
Already installed: community/Interface_Frontend_Default 1.9.3.7, skipping
Already installed: community/Interface_Install_Default 1.9.3.7, skipping
Already installed: community/Mage_Downloader 1.9.3.7, skipping
Already installed: community/Mage_Centinel 1.9.3.7, skipping
Already installed: community/Interface_Frontend_Base_Default 1.9.3.7, skipping
Already installed: community/Phoenix_Moneybookers 1.9.3.7, skipping
Already installed: community/Mage_Compiler 1.9.3.7, skipping
Already installed: community/Magento_Mobile 1.9.3.7, skipping
Already installed: community/Lib_Cm 1.9.3.7, skipping
Already installed: community/Cm_RedisSession 1.9.3.7, skipping
Already installed: community/Interface_Frontend_Rwd_Default 1.9.3.7, skipping
Already installed: community/Mage_Core_Adminhtml 1.9.3.7, skipping
Already installed: community/Mage_Core_Modules 1.9.3.7, skipping
Already installed: community/Lib_Js_Ext 1.9.3.7, skipping
Already installed: community/Lib_LinLibertineFont 2.8.14.13, skipping
Already installed: community/Lib_Js_TinyMCE 3.5.11.12, skipping
Already installed: community/Lib_Varien 1.9.3.7, skipping
Already installed: community/Lib_Google_Checkout 1.9.3.7, skipping
Already installed: community/Lib_Js_Calendar 1.51.1.13, skipping
Already installed: community/Lib_Js_Mage 1.9.3.7, skipping
Already installed: community/Lib_Phpseclib 1.9.3.7, skipping
Already installed: community/Mage_Locale_en_US 1.9.3.7, skipping
Already installed: community/Lib_Mage 1.9.3.7, skipping
Already installed: community/Lib_Magento 1.9.3.7, skipping
Already installed: community/Lib_Credis 1.9.3.7, skipping
Already installed: community/Lib_Pelago 1.9.3.7, skipping
Already installed: community/Lib_Unserialize 1.9.3.7, skipping
Already installed: community/Lib_IDNA2 1.9.3.7, skipping
Already installed: community/Lib_ZF 1.12.10.12, skipping
Already installed: community/Lib_Js_Prototype 1.9.3.7, skipping
Already installed: community/Lib_ZF_Locale 1.12.10.12, skipping

Cleaning cache

Checking dependencies of packages
..............

and this last crop of messages just repeats in a circle.

Help appreciated.

Best Answer

You have to find in your Magento root directory 'pkginfo' folder and delete inside of this folder Mage_All_Latest.txt. After this go to the Magento Connect Manager, click on the 'Check for Updates' button. After this find among the all modules in the list 'Mage_All_Latest' and choose in its dropdown 'Upgrade to 1.9.3.7 (stable)'. In the end push 'Commit Changes' button.

Related Topic