Upgrade 8.8.9 to 8.8.12

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
snowymoountain
Advanced member
Advanced member
Posts: 111
Joined: Thu Aug 02, 2018 4:24 pm

Upgrade 8.8.9 to 8.8.12

Post 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 ?
andrey.ivanov
Advanced member
Advanced member
Posts: 50
Joined: Wed Aug 08, 2018 8:44 am

Re: Upgrade 8.8.9 to 8.8.12

Post 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
snowymoountain
Advanced member
Advanced member
Posts: 111
Joined: Thu Aug 02, 2018 4:24 pm

Re: Upgrade 8.8.9 to 8.8.12

Post by snowymoountain »

Thanks any pitfalls here ?

ie the yum update updating bits ?
andrey.ivanov
Advanced member
Advanced member
Posts: 50
Joined: Wed Aug 08, 2018 8:44 am

Re: Upgrade 8.8.9 to 8.8.12

Post 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
snowymoountain
Advanced member
Advanced member
Posts: 111
Joined: Thu Aug 02, 2018 4:24 pm

Re: Upgrade 8.8.9 to 8.8.12

Post by snowymoountain »

Ah Ok I've already updated to 8.8.9 P_10 manually.
Post Reply