Magento – Can’t update from 1.9.2.2 to 1.9.2.3

magento-1.9magento-connect-managerupgrade

I find the update workflow always very difficult in Magento. Most likely I'm not doing it correctly 😉
I go to the Magento connect manager. I hit the 'Check for updates' button.
After a while I see new versions of the packages are available.
I'm especially interested in the Magento Core updates so I select 'Mage_All_Latest' which is now at '1.9.2.2 (stable)' and select '1.9.2.3' in the select box.
Now I click the 'Submit changes' button and I wait.
The progress box is filled with messages about lib_* packages and other core packages not compatible with '1.9.2.3'

Isn't this the appropriate work flow? If not what is the use of the Connect Manager? I remember having the same issue when upgrading from 1.9.1 to 1.9.2.2 but evantually got it working. I don't remember how it did that, though 😉

Best Answer

I update via

  1. download from magento.com
  2. make sure VCS is clean, no changed files
  3. copy all files over
  4. commit

If you have changes in .htaccess and index.php it might be worth to check afterwards.

And of course you don't have core hacks.

Related Topic