Hi Justin-
Usually with a change in archetectures, you'll need to dump ldap first.
So follow those instructions in the blog post, but add this.
After data has been rsynced to backup device, start zimbra, and run:
Code:
su - zimbra
/opt/zimbra/openldap/sbin/slapcat -f /opt/zimbra/conf/slapd.conf -l /tmp/ldap.ldif
cat the file to ensure it's exported.
Then once you get to the part where you replace the dummy install, do that, then import the ldap data:
Code:
su - zimbra
/opt/zimbra/openldap/sbin/slapadd -f /opt/zimbra/conf/slapd.conf -l /tmp/ldap.ldif
The rerun the installer as an upgrade.
Also, note that if it says (before applying configuration), that there is not hostname for ldap, then that usually means that your localconfig got wiped. This usually happens during a failed upgrade.
To fix it, copy
/opt/zimbra/.saveconfig and
/opt/zimbra/conf/localconfig.xml
from your backup and place it in your new install locations.
john