Hi everyone,
I have searched for a way to move current zimbra install to another machine
(same distro - but I don't think that should be a problem, zimbra is more or less
chrooted and selfcontained into /opt/zimbra).
Only thread I could find is
Changing Linux distros & keeping Zimbra data?
The idea is basicly:
1. install Zimbra on Zimbra-Server-2
2. shutdown Zimbra at Zimbra-Server-1
3. as root make archive of /opt/zimbra/ (I belive that tar.gz would work)
4. copy archive to Zimbra-Server-2, unpack it to /opt/zimbra (should rewrite everything)
5. run /opt/zimbra/bin/zmfixperms.sh
6. setup dns records (mx, etc.)
7. run Zimbra install again on Zimbra-Server-2 (choose update)
8. shutdown Zimbra-Server-1
9. reboot Zimbra-Server-2
Thing I am interested has anyone tried this before....