Thanks for the advise.  I took a different tack:
 
I basically did:
 
update page set id=id+2000 where id >41; (the end of the old admin site)
update page set up = up+2000 where id >41; (ditto)
update page set up ='' where up=2000; (because the syntax to not update blank up left my adled brain ;) )
 
The result was a midgard DB with all of my pages moved well away from the admin site pages.
 
Then I did a repligard -m
 
and a ./database-upgrade
 
The interesting thing is that I thought that GUID's where supposed to take care of some of the issues (like page 42 getting overwritten).  Probably just my misunderstanding.
 
 
I'm still having problems w/ nadmin coming up now, and have an asgard 1.4.1 syntax error on line 1707 (is there a php4 versus php3 asgard?).  But I haven't had time to work with it much this week.
 
Regards 
 
Rob

Reply via email to