Thanks - I'm currently making a 'hot backup' via rsync with the hopes on doing a quick sync prior to the upgrade. This is based on the wiki instructions suggested by support at
Ajcody-Notes-Server-Move - Zimbra :: Wiki
However, it's taking FOREVER. The problem is with 'building file list' - The smaller node took 14 hours for the initial rsync, and 2 hours for a subsequent run, but mostly it's due to buidling it's file list. I'm currently rsynching everything except /opt/zimbra/backup.
We are not concern on disk failure, but on how fast to recover from a bad upgrade if it goes well beyond our outage window.
What if I bypass synching /opt/zimbra/store ? Then my process on rollback would be:
unmount /opt/zimbra (this to avoid the partition from being deleted)
uninstall zimbra 5.0.x
install zimbra 4.5.x
mount /opt/zimbra
rsync back with --delete but excluding store
Would this work? I'll give it a run on our test box in the mean time...