|
I was able to go from 1.3.2.4 to 1.5.1 via a dump/reload of the database, then pointing a new installation at the old database.
More or less this recipe: http://www.webshopapps.com/blog/2010/02/upgrading-magento-to-version-1-4-keeping-it-simple/
The same trick does not seem to work for 1.6 ?
I tried from both the original 1.3 and the converted 1.5.
Various database errors: fields not found, duplicate keys…
I wonder if we use the simple trick for 1.3, then the pear approach to get from 1.5 to 1.6?
http://www.magentocommerce.com/boards/viewthread/242215/
Here is a sample error. I get different ones on each attempt, and they all seem to be in setups for 1.5.x close to 1.6
a:5:{i:0;s:228:\"Error in file: \"/home/mysite/domains/shop16.mysite.com/public_html/app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php\" - Column \"date\" does not exists on table \"catalog_product_index_website\"\";i:1;s:1252:\"#0 /home/mysite/domains/shop16.mysite.com/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php(645): Mage::exception(\'Mage_Core\', \'Error in file: ...\') #1 /home/mysite/domains/shop16.mysite.com/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php(437): Mage_Core_Model_Resource_Setup->_modifyResourceDb(\'upgrade\', \'1.4.0.0.44\', \'1.6.0.0.5\') #2 /home/mysite/domains/shop16.mysite.com/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php(320): Mage_Core_Model_Resource_Setup->_upgradeResourceDb(\'1.4.0.0.44\', \'1.6.0.0.5\') #3 /home/mysite/domains/shop16.mysite.com/public_html/app/code/core/Mage/Core/Model/Resource/Setup.php(235): Mage_Core_Model_Resource_Setup->applyUpdates() #4 /home/mysite/domains/shop16.mysite.com/public_html/app/code/core/Mage/Core/Model/App.php(408): Mage_Core_Model_Resource_Setup::applyAllUpdates() #5 /home/mysite/domains/shop16.mysite.com/public_html/app/code/core/Mage/Core/Model/App.php(336): Mage_Core_Model_App->_initModules() #6 /home/mysite/domains/shop16.mysite.com/public_html/app/Mage.php(640): Mage_Core_Model_App->run(Array) #7 /home/mysite/domains/shop16.mysite.com/public_html/index.php(80): Mage::run(\'\', \'store\') #8 {main}\";s:3:\"url\";s:37:\"/index.php/install/wizard/configPost/\";s:11:\"script_name\";s:10:\"/index.php\";s:4:\"skin\";s:7:\"default\";}
|