Re: Migrating Cyrus IMAP users to a new host

2003-05-27 Thread Rob Siemborski
On Tue, 27 May 2003, Tom Carroll wrote: > I performed the method as you suggested. Only one problem: the Berkeley > db incompatibilities (db3 to db4). This forced me to use reconstruct to > update the indexes. Some state information was lost that aggravated the > users (users maintain > 700 MB

Re: Migrating Cyrus IMAP users to a new host

2003-05-27 Thread Ezsra McDonald
Tom, Not sure I fully understand. What state data was lost? --Ezsra --- Tom Carroll <[EMAIL PROTECTED]> wrote: > Ezsra - > > I performed the method as you suggested. Only one > problem: the Berkeley > db incompatibilities (db3 to db4). This forced me > to use reconstruct to > update the index

Re: Migrating Cyrus IMAP users to a new host

2003-05-27 Thread Tom Carroll
Ezsra - I performed the method as you suggested. Only one problem: the Berkeley db incompatibilities (db3 to db4). This forced me to use reconstruct to update the indexes. Some state information was lost that aggravated the users (users maintain > 700 MB in their inboxes), but beyond that, ever

Migrating Cyrus IMAP users to a new host

2003-05-27 Thread Ezsra McDonald
I want to move my cyrus mail to a new host which is running a newer version of cyrus imap. Is it possible to just backup the imap accounts from the old host and drop them on the new host after creating all of the mail accounts? I suspect I might need to re-index each account afterwards. Is this po