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

justintime’s picture

Assigned: Unassigned » justintime

I'm going to start in on this one. The sooner the upgrade works, the sooner we can start inviting testers...

dbeall’s picture

I'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

justintime’s picture

Re: 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:

dependencies[] = imagecache
dependencies[] = imagefield
dependencies[] = views
dependencies[] = views_bulk_operations

I don't want to publish them prominently just yet, because they might still change.

dddave’s picture

justintime’s picture

Status: Active » Fixed

I think we're good here, please reopen #715874: Upgrade path from 2.x to 3.x if there are still issues.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.