Upgrade Zimbra from 8.6.0_P7 to 8.7

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
tblasiak
Posts: 10
Joined: Mon Oct 17, 2016 7:06 am

Upgrade Zimbra from 8.6.0_P7 to 8.7

Post by tblasiak »

Hello,
Zimbra currently have version "Release 8.6.0_GA_1153.RHEL6_64_20141215151155 RHEL6_64 FOSS edition, Patch 8.6.0_P7."
I want to install a new version of 8.7.0, but I must add two modules proxy and memcached. To do this I need to use the installer in the older version (8.6.0)After such an operation version of Zimbra goes back to version (8.6.0.)
Is there another way to do this without having to go back to the old version.
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: Upgrade Zimbra from 8.6.0_P7 to 8.7

Post by phoenix »

tblasiak wrote:Is there another way to do this without having to go back to the old version.
No, there isn't. Why does the version number matter if all you're doing is installing the proxy and memcached?
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
tblasiak
Posts: 10
Joined: Mon Oct 17, 2016 7:06 am

Re: Upgrade Zimbra from 8.6.0_P7 to 8.7

Post by tblasiak »

I have now: $zmcontrol -v
$Release 8.6.0_GA_1153.RHEL6_64_20141215151155 RHEL6_64 FOSS edition, Patch 8.6.0_P7.

I run "instal.sh" from "zcs-8.6.0_GA_1153.RHEL6_64.20141215151155" and install (add) only two modules 'proxy' and 'memcached'.
Install OK an I run: $zmcontrol -v
$Release 8.6.0_GA_1153.RHEL6_64_20141215151155 RHEL6_64 FOSS edition.


no patch P7
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

Re: Upgrade Zimbra from 8.6.0_P7 to 8.7

Post by phoenix »

tblasiak wrote:I have now: no patch P7
That shouldn't stop you upgrading to ZCS 8.7 and I doubt very much that installing the proxy & memcached have removed the patch.
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
User avatar
JDunphy
Outstanding Member
Outstanding Member
Posts: 901
Joined: Fri Sep 12, 2014 11:18 pm
Location: Victoria, BC
ZCS/ZD Version: 9.0.0_P39 NETWORK Edition

Re: Upgrade Zimbra from 8.6.0_P7 to 8.7

Post by JDunphy »

I just did this on centos 6 without both of them installed. Here were my steps:

link: https://wiki.zimbra.com/wiki/Enabling_Z ... ng_servers

Code: Select all

% zmprov ms `zmhostname` zimbraReverseProxyMailMode https
% zmprov ms `zmhostname` zimbraReverseProxyHttpEnabled TRUE
% /opt/zimbra/libexec/zmproxyconfig -e -w -o -a 8080:80:8443:443 -x https -H `zmhostname`
% /opt/zimbra/libexec/zmproxyconfig -e -m -o -i 7143:143:7993:993 -p 7110:110:7995:995 -H `zmhostname`
% zmprov ms `zmhostname` zimbraMailReferMode reverse-proxied

% zmprov ms $(zmhostname) +zimbraServiceInstalled memcached
% zmprov ms $(zmhostname) +zimbraServiceInstalled proxy

% zmcontrol restart 
It should come up but nginx will fail about an unknown directive when it isn't installed. At that point, I just upgraded to 8.7 and made sure I said 'y' when it asked me to install the proxy and memcache modules.

I rehearsed this a few times before trying this on the production box. It went perfectly on the clone until I did the production box and hadn't realize nginx and memcache were not installed. The zimbra installer is so good that my clone had the correct modules so it was a surprise to me when I got that nginx error. My cloning process requires that I run through the install.sh process a few times prior to setting the hostname and update the ip address. It is just a simple rsync with excluding the backup and ldap stuff but allows me to do this hot on the production machine. I bring ldap over with tar and sparse option.
Post Reply