I'm working on a upgrade from 1.8 to 2.0 and simultaneous migration from MySQL to PostgreSQL. I'll post a howto when I'm done. It's pretty close.
I was able to import the 2.0 images.sql no problem. Nice new icons! Now I would like to integrate the new data.sql to gain the new templates and other 2.0 defaults.
However, the primary keys clash, so I would have to script an update of my old data to move out of the way. Anyone written such a script? I'm not sure it's worth all that effort, but I wonder how the 2.0.x auto-schema updates would react if the contents of data.sql were not loaded.
It would be nice if there was a data.sql that would intelligently update instead of just insert. I guess that's the goal of the 2.0.x schema updates?
Will 2.0.x upgrades fail if I carry forward my upgraded 1.8 database without loading the 2.0 data.sql?
I was able to import the 2.0 images.sql no problem. Nice new icons! Now I would like to integrate the new data.sql to gain the new templates and other 2.0 defaults.
However, the primary keys clash, so I would have to script an update of my old data to move out of the way. Anyone written such a script? I'm not sure it's worth all that effort, but I wonder how the 2.0.x auto-schema updates would react if the contents of data.sql were not loaded.
It would be nice if there was a data.sql that would intelligently update instead of just insert. I guess that's the goal of the 2.0.x schema updates?
Will 2.0.x upgrades fail if I carry forward my upgraded 1.8 database without loading the 2.0 data.sql?
Comment