Page 1 of 1

Upgrade 8.8.9 to 8.8.12

Posted: Sat Aug 10, 2019 8:37 am
by snowymoountain
I will be wanting to do this in the next day or so.

I note that on centos Yum update is reccomended before upgrade however if I run that I can see a lot of Zimbra updates wanting to be installed, is that wise if i'm updating via RPM ?

I'd like to backup the database first and just run,....

Unpack the file
tar xzvf zcs.tgz
Change to the correct directory.

cd <expanded-directory>
Begin the upgrade installation.

./install.sh
as in here...
https://zimbra.github.io/installguides/ ... grade.html

is the .12 web interface bug sorted out ?

Re: Upgrade 8.8.9 to 8.8.12

Posted: Mon Aug 19, 2019 10:20 am
by andrey.ivanov
Web interface bug (you mean the one with infinite attachments ?) is sorted out by

Code: Select all

zmlocalconfig -e zimbra_use_owasp_html_sanitizer=FALSE
zmcontrol restart

Re: Upgrade 8.8.9 to 8.8.12

Posted: Mon Aug 19, 2019 10:22 am
by snowymoountain
Thanks any pitfalls here ?

ie the yum update updating bits ?

Re: Upgrade 8.8.9 to 8.8.12

Posted: Mon Aug 19, 2019 10:44 am
by andrey.ivanov
yum update will just update OS and Zimbra to the latest patch of 8.8.9(_P10). More info here: https://wiki.zimbra.com/wiki/Zimbra_Releases/8.8.9/P10

Re: Upgrade 8.8.9 to 8.8.12

Posted: Mon Aug 19, 2019 10:46 am
by snowymoountain
Ah Ok I've already updated to 8.8.9 P_10 manually.