when you upgrade a live site and there is data to get across that upgrade scripts don't take care of, how do you go about getting the data to the new site, in general?
for one, if there are many different data models with user data, is it possible to do it piecewise?
for example say I have packages foo, gep amd hi
and there are users (with ids) joe(1), kyle(2) and larry(3)
I look at the new site, and lo and behold, object ids 1,2,3 are all unavailable
one question I have, is: would it be possible to move the users across, move the data from foo at that time as well, but wait awhile and figure out gep and hi over a period of time and then finally move their data across?