The code is currently in NG3 to migrate data from the old schema to the new schema, and there is also code there to migrate the images to imagefield. We need to test this more thoroughly, and work on migrating the various settings to version 3.
The code is currently in NG3 to migrate data from the old schema to the new schema, and there is also code there to migrate the images to imagefield. We need to test this more thoroughly, and work on migrating the various settings to version 3.
Comments
Comment #1
justintime commentedI'm going to start in on this one. The sooner the upgrade works, the sooner we can start inviting testers...
Comment #2
dbeall commentedI've been attempting some run through's..but I just haven't gotten to far yet. last run was the best one so far...
my cvs copies are -well- something not right..
patches are not all there.. one was. after the relationship generator was fixed, mine still would not generate a default relationship.. huuuumm
wait for drupal packaging to generate the cvs changes from now on.
haven't looked to close, yet.. wondering if any database info is left behind after uninstall function runs.
EDIT: also a list of module dependencies would be helpful.. I have found most of what is needed from,, WTF, oh, I need this too. duuu,, ok, ok.. back on track. now where was I? lol
Comment #3
justintime commentedRe: teh relationship fix, there was a column added to the db somewhere near there, and we didn't write an upgrade hook for it. To get the column, you need to uninstall/reinstall node gallery. If that column's not there, then the automatic generation would fail.
I tested the uninstall today, it removes all the ng tables fine.
Re: dependencies, it's all in node_gallery.info:
I don't want to publish them prominently just yet, because they might still change.
Comment #4
dddave commented#715874: Upgrade path from 2.x to 3.x exists also.
Comment #5
justintime commentedI think we're good here, please reopen #715874: Upgrade path from 2.x to 3.x if there are still issues.