Crayz9000-Notes: Difference between revisions

(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...")
 
No edit summary
Line 19: Line 19:
Issues so far:
Issues so far:
* No stats (possible resolution in progres...)
* No stats (possible resolution in progres...)
Zimbra 7.1.4 GA Debian 5
PATCH FOR /opt/zimbra/libexec/zmsyslogsetup to work with Debian Squeeze:
Replace line 480 with the following:
} elsif ( $platform =~ /DEBIAN5/ || $platform =~ /DEBIAN6/ || $platform =~ /F10/ || $platform =~ /F11/ ) {

Revision as of 01:04, 19 April 2012

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...)


Zimbra 7.1.4 GA Debian 5 PATCH FOR /opt/zimbra/libexec/zmsyslogsetup to work with Debian Squeeze:

Replace line 480 with the following: } elsif ( $platform =~ /DEBIAN5/ || $platform =~ /DEBIAN6/ || $platform =~ /F10/ || $platform =~ /F11/ ) {

Jump to: navigation, search