I didn't make changes, no problem for that. But Importing (again) oldadminsite with Repligard makes creates couple of host/page/element/snippet pages !
So, Admin doesn't work well now :-(
Did You run 'repligard -m' ? It looks like You haven't had all repligard' tables entries for Old Admin. That's why new data was imported instead of updating old ones.
I did it ! I retry again and again with different orders... but the same problem each time..
some pages/elements like "style/host/code-init" are duplicated... :-/
New Asgard hasn't got Old Admin.
I downloaded Asgard from asgard.midgard-project.org. Is 1.4.4 the last one ?
I guess so.
I hope !! :-)
mmmhh.. importing with Repligard creates new [AdminSite] pages (it's a good thing in normal time.... sure) but doesn't do somethng like a SQL UPDATE...
SQL dumps and Repligard's imports are interesting, but together it's dangerous...
I'm studing that...
SQL dumps and repligard replication are quite different. Mysqldump dumps database with all its data (even ID) , so it is not possible to use its dump with another one existing database.
Repligard let's You replicate database (or its part) without "touching"
IDs. That's why depending on IDs with all Your applications is not recommended.
I know... it's why my migration is very hard !
My method step by step :
1- dump of my company's websites (data only), only some tables
2- "./configure with "new base" (Asgard disabled in configure, better)
3- restore my dump previous (ths dump includes OLD ADMINSITE doesn't delete newer version cause "duplicate key" : good thing)
4- ./article-uniquename : but I found some bugs with "$opt_E" & "$opt_E" (never setted !??)
5- update hosts with a personal script SQL - no problem
6- GUIDSforOLDSITE.sql updates GUIDs.... - looks good...
7- persoal PHP script to update new sitegroup for my compayn's objects - no problem
8- "repligard -m" to fix GUIDs... - no problem
9- ./database-upgrade to check structure - no problem
10- update-snippet-admin.sql - because dangerous... update snippet ; INSERT are OK but the UPDATE has a wrong key for me... checking that....
11- import Asgard with Repligard, seems ok but after that, some errors appairs !
Piotras, What do U think about this... checklist ?
/Benoit
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
