Crayz9000-Notes

Revision as of 00:43, 19 April 2012 by Crayz9000 (talk | contribs) (Created page with "Notes on Migrating from OSX Server (10.4, 32-bit) to Debian/Ubuntu 64-bit Tutorial I followed (mostly): Platform and OS Independent ZCS to ZCS Migration Using Rsync Steps i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Notes on Migrating from OSX Server (10.4, 32-bit) to Debian/Ubuntu 64-bit

Tutorial I followed (mostly): Platform and OS Independent ZCS to ZCS Migration Using Rsync

Steps involved:

  • Rsync from OSX /opt/zimbra to /opt/zimbra.old on Debian
  • Installing the 6.0.15_GA DEBIAN5 package
  • Moving /opt/zimbra to /opt/zimbra.new
  • Moving /opt/zimbra.old to /opt/zimbra
  • rm /opt/zimbra/openldap-*
  • cp -R /opt/zimbra.new/openldap-* /opt/zimbra/
  • following the LDAP restore steps described in Network_Edition:_Moving_from_32-bit_to_64-bit_Server
  • doing an upgrade install of 6.0.15_GA DEBIAN5 on top of the rsync'd and ldap'd /opt/zimbra
  • Pausing at "Saving existing configuration file to /opt/zimbra/.saveconfig
  • Copying the ORIGINAL /opt/zimbra/config.***** to to /opt/zimbra/.saveconfig/config.save (I could tell it was the right one because when I did a tail on it, the last line was INSTALL_PACKAGES="zimbra-apache ... etc.). If I failed to do this step, then the Zimbra install.sh script would happily overwrite everything with a blank config and I'd be back to square 1.

Issues so far:

  • No stats (possible resolution in progres...)
Jump to: navigation, search