Hi. I have zimbra OpenSource 5 installed on Ubuntu 8.04 amd66.
I'd like to move to another server with Ubuntu 10.04 installed also having installed the latest Zimbra 6 release.
as there is no zimbra 5 for ubuntu 10.04 i have to install Zimbra 6. so i did it and imported all LDAP data, but - what can I do with mailbox store?
the only thing I can use is to do
Code:
/opt/zimbra/bin/zmmailbox -z -m user@domain.com getRestURL “//?fmt=tgz” > /tmp/account.tgz
/opt/zimbra/bin/zmmailbox -z -m user@domain.com postRestURL “//?fmt=tgz&resolve=reset” /tmp/account.tgz
but it takes too much time (200gb folder size and too much downtime needed).
I tried to use rsync and import mysql data but there are some differences in 'mailbox' table structure.
what is the best way of moving the mailboxes? thanks.