Zimbra Desktop 2 Storage Migration: Difference between revisions

(Start of unofficial guide to migrating mail store to zd2)
 
m (Fix mediawiki syntax)
Line 3: Line 3:
These are unofficial notes on how the store for items in Zimbra Desktop 2 differs from that in Zimbra Desktop 1, designed to aid in migration.
These are unofficial notes on how the store for items in Zimbra Desktop 2 differs from that in Zimbra Desktop 1, designed to aid in migration.


The purpose is:
The rationale behind this is:
* Zimbra Desktop 2 requires a totally fresh setup; no migration path from ZD1 is provided
* Zimbra Desktop 2 requires a totally fresh setup; no migration path from ZD1 is provided
* I am living in a country with slow and expensive bandwidth
* I am living in a country with slow and expensive bandwidth
* Our mail server is in a country with fast and cheap bandwidth
* Our mail server is in a country with fast and cheap bandwidth


So my plan is:
So my plan is:
* Install Zimbra Desktop 2 somewhere with fast and cheap bandwidth to our mail server
* Install Zimbra Desktop 2 somewhere with fast and cheap bandwidth to our mail server
* Set up the same accounts as on Zimbra Desktop 1
* Set up the same accounts as on Zimbra Desktop 1
* Use rsync to efficiently transfer the Zimbra Desktop 2 setup without having to retransmit all messages
* Use rsync to efficiently transfer the Zimbra Desktop 2 setup without having to retransmit all messages


Complications that mean the installations don't exactly match:
Complications that mean the installations don't exactly match:
* The file store uses different names for the same mail items
* The file store uses different names for the same mail items
* Zimbra Desktop 2 uses gzip for all mail items over (approximately) 150kb; Zimbra Desktop 1 doesn't
* Zimbra Desktop 2 uses gzip for all mail items over (approximately) 150kb; Zimbra Desktop 1 doesn't
* The gzip compression doesn't seem to exactly match that produced by the command-line gzip tool at any setting, so can't be synchronized directly like that
* The gzip compression doesn't seem to exactly match that produced by the command-line gzip tool at any setting, so can't be synchronized directly like that
* Zimbra Desktop 1 seems to store some strange items
* Zimbra Desktop 1 seems to store some strange items


== Scripts ==
== Scripts ==


To be written...
To be written...

Revision as of 08:24, 25 February 2010

Zimbra Desktop 2 Storage Migration

These are unofficial notes on how the store for items in Zimbra Desktop 2 differs from that in Zimbra Desktop 1, designed to aid in migration.

The rationale behind this is:

  • Zimbra Desktop 2 requires a totally fresh setup; no migration path from ZD1 is provided
  • I am living in a country with slow and expensive bandwidth
  • Our mail server is in a country with fast and cheap bandwidth

So my plan is:

  • Install Zimbra Desktop 2 somewhere with fast and cheap bandwidth to our mail server
  • Set up the same accounts as on Zimbra Desktop 1
  • Use rsync to efficiently transfer the Zimbra Desktop 2 setup without having to retransmit all messages

Complications that mean the installations don't exactly match:

  • The file store uses different names for the same mail items
  • Zimbra Desktop 2 uses gzip for all mail items over (approximately) 150kb; Zimbra Desktop 1 doesn't
  • The gzip compression doesn't seem to exactly match that produced by the command-line gzip tool at any setting, so can't be synchronized directly like that
  • Zimbra Desktop 1 seems to store some strange items

Scripts

To be written...

Jump to: navigation, search