I recently had to upgrade an installation of magento 1.4.0 to version 1.4.1.1. As anybody who’s ever tried to upgrade magento will tell you, the upgrade path is usually less than ideal (For some people the only way to upgrade from 1.3 to 1.4 was to manually export / import their data into a new installation)
As strange as it seems, it appears the most reliable way to upgrade an installation is to install the new version over a copy of the old version’s database. (Note, you should never attempt to install over the production database lest things go wrong!)
Here’s a quick guide on how I managed to get the installation in question upgraded, hopefully it’ll work for you too!
Continue reading