On Thu, Mar 21, 2002 at 11:12:26AM -0800, Dean Somji wrote: > Hello all. > > After installing Midgard on a new box, I used repligard to export all from the old >setup. When I did a repligard import on the new system, things went a little funny. > > Apparenly, the various id's are different. Where id 1 would refer to page 1 before, >now it refers to page 3 or some such. > > Any ideas where I may have gone wrong? >
It's normal repligard's behavior - ids aren't constant, and they can change after replication. Constants are GUIDs. So for full db content replication you could use plain mysqldump ;) Then just do: $ mysql newmidgarddb < mymidgarddump.sql -- Regards, Sergei Dolmatov. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
