Well, I upgraded CentOS 5.2 -> 5.3 with Zimbra 5.0.13 installed - no problems.
Later upgraded Zimbra 5.0.13 -> ... -> 5.0.18. - no problems.
I upgraded CentOS 5.3 -> 5.4 with Zimbra 5.0.18 - no problems.
Later upgraded Zimbra 5.0.18 -> 6.0.2 - no problems (minus my whole 5.0.18 logs gone. Sadly, Zimbra 6.0.x starts logs from scratch.)
When upgrading CentOS from 5.3 -> 5.4, I followed these commands from this site, which worked:
Code:
yum clean all
yum update glibc\*
yum update yum\* rpm\* python\*
yum clean all
yum update
shutdown -r now
Check your new version with
Good luck!