Thanks Alain,<br /><br />this is the output of the >rpm -qa "bdb*" "db*":<br /><br />Current Server:<br />dbus-1-mono-0.63-28<br />dbus-1-1.0.0-7<br />dbus-1-glib-0.71-26<br />db-4.4.20-16<br />dbus-1-x11-1.0.0-7<br />dbus-1-python-0.71-28<br />db-utils-4.4.20-16<br /><br />New Server:<br /><br />dbus-1-glib-0.74-25<br />dbus-1-1.0.2-59<br />db-utils-4.5.20-29<br /><br /><br />-- I don't know what I'm looking for here, I wouldn't imagine any of the dbus packages would have anything to do with it, the db-utils is newer, and I'm missing the db-?.?.?? package, must not be used in the new install (I'm going non gui because it just wastes space)...<br /><br />I'll try the script stuff after trying to just copy it manually and see if it yells again..<br /><br />thanks,<br />-Skip<br /><br />On Dec 27, 2008 1:35am, Alain Spineux <aspineux@gmail.com> wrote:<br />> On Sat, Dec 27, 2008 at 8:54 AM,  Lucidblue0@gmail.com> wrote:<br />> <br />> > Hi all,<br />> <br />> ><br />> <br />> > I'm trying to migrate a current install of 2.1 to a 2.2 server.<br />> <br />> ><br />> <br />> > I first exported the LDAP on the original system. I ran kolab_bootstrap -b<br />> <br />> > on the new system and then cleared out the new LDAP, changed the hashes for<br />> <br />> > the nobody and manager accounts in the exported ldif file, then had a<br />> <br />> > successful import. This finally was the easiest approach, even after trying<br />> <br />> > to find all the config files, I guess the hash was still different even<br />> <br />> > though it was the same pass...<br />> <br />> ><br />> <br />> > Next I was able to export and then import the mailboxes.db.<br />> <br />> ><br />> <br />> > The last vital step (aside from rsync'ing the mail), is to somehow copy the<br />> <br />> > annotations.db, I remember when I tried to do this in the past, I just<br />> <br />> > copied the file and I was getting DB_ERROR's in the log files.<br />> <br />> ><br />> <br />> > After much googling, I'm not seeing anything that actually mentions how to<br />> <br />> > do this, all the backup docs I've found just skip over it, saying "and you<br />> <br />> > might want to backup the annotations.db too".<br />> <br />> <br />> <br />> Yes, you have to copy the annotation.db too<br />> <br />> <br />> <br />> Happy New Year !<br />> <br />> <br />> <br />> ><br />> <br />> > Should I be able to just copy that file and put it into the new install? I<br />> <br />> > have multiple calendar and contact folders on group account and also one or<br />> <br />> > more per user account.<br />> <br />> ><br />> <br />> > Any ideas about this would be great. The migration is going from a SuSE 10.2<br />> <br />> > native (Kolab 2.1) to a SuSE 10.3 native (Kolab 2.2).<br />> <br />> <br />> <br />> .... hum, it depent the Berkely DB package, run this on both machine and compare<br />> <br />> <br />> <br />> # rpm -qa "bdb*" "db*"<br />> <br />> <br />> <br />> If they is enought different then it could be not compatible.<br />> <br />> <br />> <br />> If so here it part of my backup/restore restore script :<br />> <br />> <br />> <br />>    # backup<br />> <br />>    su $eg_cyrus_user -c "/kolab/bin/cvt_cyrusdb $ANNOTATIONS_DB<br />> <br />> berkeley $ANNOTATIONS_BAK skiplist"<br />> <br />> <br />> <br />>    # restore<br />> <br />>    chown $eg_cyrus_user.$eg_cyrus_user $ANNOTATIONS_BAK<br />> <br />>    su $eg_cyrus_user -c "/kolab/bin/cvt_cyrusdb $ANNOTATIONS_BAK<br />> <br />> skiplist $ANNOTATIONS_DB berkeley"<br />> <br />> <br />> <br />> <br />> <br />> ><br />> <br />> > Thanks,<br />> <br />> > -Skip<br />> <br />> > _______________________________________________<br />> <br />> > Kolab-users mailing list<br />> <br />> > Kolab-users@kolab.org<br />> <br />> > https://kolab.org/mailman/listinfo/kolab-users<br />> <br />> ><br />> <br />> ><br />> <br />> <br />> <br />> <br />> <br />> <br />> <br />> --<br />> <br />> Alain Spineux<br />> <br />> aspineux gmail com<br />> <br />> May the sources be with you<br />> <br />> <br />> <br />> _______________________________________________<br />> <br />> Kolab-users mailing list<br />> <br />> Kolab-users@kolab.org<br />> <br />> https://kolab.org/mailman/listinfo/kolab-users<br />>