Zimbra Releases/8.8.12/P5: Difference between revisions

No edit summary
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{WIP}}
<ol class="breadcrumb">
<div class="col-md-9">
  <li>[[Main Page|Zimbra Wiki]]</li>
  <li>[[Zimbra Releases]]</li>
  <li class="active">Zimbra Collaboration 8.8.12 Patch 5</li>
</ol>
 
<div class="col-md-9 col-sm-9">
=Zimbra Collaboration 8.8.12 Patch 5 GA Release=
=Zimbra Collaboration 8.8.12 Patch 5 GA Release=
 
<div class="col-md-8 col-sm-8">
Check out the '''[[#Fixed Issues|Fixed Issues]]''', '''[[#NG Changelog|NG Changelog]]''', and '''[[#Known Issues|Known Issues]]''' for this version of Zimbra Collaboration. Please refer the '''[[#Patch Installation|Patch Installation]]''' section for Patch Installation instructions. As always, you are encouraged to tell us what you think in the Forums or open a support ticket to report issues.
Check out the '''[[#Fixed Issues|Fixed Issues]]''', '''[[#NG Changelog|NG Changelog]]''', and '''[[#Known Issues|Known Issues]]''' for this version of Zimbra Collaboration. Please refer the '''[[#Patch Installation|Patch Installation]]''' section for Patch Installation instructions. As always, you are encouraged to tell us what you think in the Forums or open a support ticket to report issues.


Line 12: Line 17:
* CSS display attribute is now configurable in OWASP allowing users to have better control over HTML rendering elements.
* CSS display attribute is now configurable in OWASP allowing users to have better control over HTML rendering elements.
* Introduction of OWASP sanitization caused HTML action buttons shown in emails to open the links inside the email preview pane. They now open in a new tab or window.
* Introduction of OWASP sanitization caused HTML action buttons shown in emails to open the links inside the email preview pane. They now open in a new tab or window.
* Honour <code>zimbraLastLogonTimeStampFrequency</code> when recording users' last login.
* When using ephemeral data storage, every authentication call was updating the <code>lastLoginTimeStamp</code> for every user, ignoring the provisioned <code>zimbraLastLogonTimeStampFrequency</code> setting. In multi-node systems, each update would then sync to all nodes. To reduce the load this issue causes, updates now respect the setting.


====NG Changelog====
====NG Changelog====
Line 21: Line 26:
* After upgrading to 8.8.11 (patch 5+) or 8.8.12 (patch 2+), the Talk module appears unlicensed.
* After upgrading to 8.8.11 (patch 5+) or 8.8.12 (patch 2+), the Talk module appears unlicensed.


==Patch Installation==
{{PatchInstallation|Version=8.8.12 Patch 5|Packages='''Package Name'''                  '''Version'''
 
===Before Installing the Patch===
 
Before installing the patch, consider the following:
* Patches are cumulative.
* A full backup should be performed before any patch is applied. There is no automated roll-back.
* Zimlet patches can include removing existing Zimlets and redeploying the patched Zimlet.
* Only files or Zimlets associated with installed packages will be installed from the patch.
* Switch to user '''zimbra''' before using ZCS CLI commands.
* '''Important!''' You cannot revert to the previous ZCS release after you upgrade to the patch.
* '''Important Note for ZCS Setup with Local ZCS repository:''' Customers who have set up local ZCS repository should first update the local repository by following instructions in [https://wiki.zimbra.com/wiki/Zimbra_Collaboration_repository#Keep_the_local_Repository_up_to_date wiki]
==Install the Patch==
* Please make note that, installing the zimbra-patch package only updates the Zimbra core packages.
 
===8.8.12 Patch 5 Packages===
Below are the latest available packages:
 
'''Package Name'''                  '''Version'''
  FOSS:
  FOSS:
   zimbra-patch              ->  8.8.12.1566472978.p5-1
   zimbra-patch              ->  8.8.12.1566472978.p5-1
Line 45: Line 32:
   zimbra-common-core-jar    ->  8.8.12.1566211291-1
   zimbra-common-core-jar    ->  8.8.12.1566211291-1
   zimbra-common-core-libs  ->  8.8.12.1562659286-1
   zimbra-common-core-libs  ->  8.8.12.1562659286-1
  zimbra-mbox-ews-service  ->  8.8.12.1559821948-1
   zimbra-mbox-war          ->  8.8.12.1562657100-1
   zimbra-mbox-war          ->  8.8.12.1562657100-1
   zimbra-mbox-webclient-war ->  8.8.12.1565353367-1
   zimbra-mbox-webclient-war ->  8.8.12.1565353367-1
Line 57: Line 43:
  NETWORK:
  NETWORK:
   zimbra-patch              ->  8.8.12.1566472978.p5-2
   zimbra-patch              ->  8.8.12.1566472978.p5-2
   zimbra-network-modules-ng ->  5.0.5.1558686127-1
  zimbra-mbox-ews-service  ->  8.8.12.1559821948-1
   zimbra-docs              ->  3.0.0.1544425929-1
   zimbra-network-modules-ng ->  5.0.6.1565270280-1
   zimbra-docs              ->  3.0.1.1565270236-1
   zimbra-drive-ng          ->  2.0.5.1558693399-1
   zimbra-drive-ng          ->  2.0.5.1558693399-1
   zimbra-talk              ->  4.0.2.1554992028-1
   zimbra-talk              ->  4.0.2.1554992028-1}}
 
 
Please refer below steps for 8.8.12 Patch 5 installation on Redhat and Ubuntu platforms:
 
===Redhat===
====Installing zimbra packages with system package upgrades ====
* As root, type below command to clear yum cache
yum clean metadata
* As root, type below command first time so the server sees there is a new zimbra-patch package in the patch repository
yum check-update
* As root, type below command to update most available packages.
yum update
* Switch to user zimbra
su - zimbra
* ZCS must be restarted to changes to take effect. Type below command:
zmcontrol restart
 
====Installing zimbra packages individually====
 
=====Install/Upgrade zimbra-proxy-components on Proxy node for FOSS and NETWORK=====
* As root. Type below command
yum clean metadata
yum check-update
yum install zimbra-proxy-components
* Restart proxy as zimbra user
su - zimbra
zmproxyctl restart
 
=====Install/Upgrade zimbra-proxy-patch on Proxy node for FOSS and NETWORK=====
* As root. Type below command
yum install zimbra-proxy-patch
* Restart proxy as zimbra user
su - zimbra
zmproxyctl restart
zmmemcachedctl restart
 
=====Install/Upgrade zimbra-mta-patch on MTA node for FOSS and NETWORK=====
* As root. Type below command
yum install zimbra-mta-patch
* Restart amavisd as zimbra user
su - zimbra
zmamavisdctl restart
 
=====Install/Upgrade zimbra-patch on mailstore node for FOSS and NETWORK=====
 
* As root, install the patch. Type below command:
yum install zimbra-patch
* Switch to user zimbra
su - zimbra
* ZCS must be restarted to changes to take effect. Type below command:
zmcontrol restart
 
=====Install/Upgrade zimbra-chat for FOSS=====
 
* As root, Type below command.
yum install zimbra-chat
* Switch to user zimbra
su - zimbra
* Zimbra mailbox service must be restarted to changes to take effect. Type below command:
zmmailboxdctl restart
 
=====Install/Upgrade zimbra-talk and zimbra-network-modules-ng (NETWORK Only)=====
* As root, Type below command.
yum clean metadata
yum check-update
yum install zimbra-network-modules-ng
yum install zimbra-talk
* Switch to user zimbra
su - zimbra
* Zimbra mailbox service must be restarted to changes to take effect. Type below command:
zmmailboxdctl restart
 
=====Install/Upgrade zimbra-docs (NETWORK Only)=====
 
* As root, Type below command.
yum install zimbra-docs
* Switch to user zimbra
su - zimbra
* Zimbra mailbox service must be restarted to changes to take effect. Type below command:
zmmailboxdctl restart
 
=====Install/Upgrade zimbra-drive-ng (NETWORK Only)=====
 
* As root, Type below command.
yum install zimbra-drive-ng
* Switch to user zimbra
su - zimbra
* Zimbra mailbox service must be restarted to changes to take effect. Type below command:
zmmailboxdctl restart
 
=====Upgrade OpenLDAP on LDAP node for FOSS and NETWORK=====
* As root. Type below command:
yum install zimbra-ldap-components
* Restart ldap as zimbra user
su - zimbra
ldap restart
 
=== Ubuntu ===
====Installing zimbra packages with system package upgrades====
* As root, type below command first time so the server sees there is a new zimbra-patch package in the patch repository
apt-get update
* As root, type below command to update most available packages
apt-get upgrade
OR
* As root, type below command to update all available packages plus any kernel updates.
apt-get dist-upgrade
* Switch to user zimbra
su - zimbra
* ZCS must be restarted to changes to take effect. Type below command:
zmcontrol restart
 
====Installing zimbra packages individually====
=====Install/Upgrade zimbra-proxy-components on Proxy node for FOSS and NETWORK=====
* As root. Type below command
apt-get install zimbra-proxy-components
* Restart proxy as zimbra user
su - zimbra
zmproxyctl restart
 
=====Install/Upgrade zimbra-proxy-patch on Proxy node for FOSS and NETWORK=====
* As root. Type below command
apt-get install zimbra-proxy-patch
* Restart proxy as zimbra user
su - zimbra
zmproxyctl restart
zmmemcachedctl restart
 
=====Ubuntu 18 zimbra-proxy-patch version=====
zimbra-proxy-patch        ->  8.8.12.1554984827.p3-1
 
The installation of this patch is mandatory for the proxy to function on Ubuntu 18 servers.
 
=====Install/Upgrade zimbra-mta-patch on MTA node for FOSS and NETWORK=====
* As root. Type below command
apt-get install zimbra-mta-patch
* Restart amavisd as zimbra user
su - zimbra
zmamavisdctl restart
 
=====Install/Upgrade zimbra-patch on mailstore node for FOSS and NETWORK=====
* As root, install the patch. Type below command:
apt-get update
apt-get install zimbra-patch
* Switch to user zimbra
su - zimbra
* ZCS must be restarted to changes to take effect. Type below command:
zmcontrol restart
 
=====Install/Upgrade zimbra-chat for FOSS=====
* As root, Type below command.
apt-get install zimbra-chat
* Switch to user zimbra
su - zimbra
* Zimbra mailbox service must be restarted to changes to take effect. Type below command:
zmmailboxdctl restart
 
=====Install/Upgrade zimbra-talk and zimbra-network-modules-ng (NETWORK Only)=====
 
* As root. Type below command.
apt-get update
apt-get install zimbra-network-modules-ng
apt-get install zimbra-talk
* Switch to user zimbra
su - zimbra
* Zimbra mailbox service must be restarted to changes to take effect. Type below command:
zmmailboxdctl restart
 
=====Install/Upgrade zimbra-docs (NETWORK Only)=====
 
* As root, Type below command.
apt-get install zimbra-docs
* Switch to user zimbra
su - zimbra
* Zimbra mailbox service must be restarted to changes to take effect. Type below command:
zmmailboxdctl restart
 
=====Install/Upgrade zimbra-drive-ng (NETWORK Only)=====
 
* As root, Type below command.
apt-get install zimbra-drive-ng
* Switch to user zimbra
su - zimbra
* Zimbra mailbox service must be restarted to changes to take effect. Type below command:
zmmailboxdctl restart
 
=====Upgrade OpenLDAP on LDAP node for FOSS and NETWORK=====
* As root. Type below command:
apt-get install zimbra-ldap-components
* Restart ldap as zimbra user
su - zimbra
ldap restart


'''Quick note: Open Source repo'''
'''Quick note: Open Source repo'''
Line 257: Line 53:
Downloading and building our Zimbra Code? Keep reading... Starting ZCS 8.7.6 and above we have new steps to download, build and see our code via Github:
Downloading and building our Zimbra Code? Keep reading... Starting ZCS 8.7.6 and above we have new steps to download, build and see our code via Github:
[https://github.com/Zimbra/zm-build https://github.com/Zimbra/zm-build]
[https://github.com/Zimbra/zm-build https://github.com/Zimbra/zm-build]
</div>
</div>
</div>
<div class="col-md-3">{{GuidePosts}}</div>
<div class="col-md-3">{{GuidePosts}}</div>

Latest revision as of 03:16, 18 September 2019

Zimbra Collaboration 8.8.12 Patch 5 GA Release

Check out the Fixed Issues, NG Changelog, and Known Issues for this version of Zimbra Collaboration. Please refer the Patch Installation section for Patch Installation instructions. As always, you are encouraged to tell us what you think in the Forums or open a support ticket to report issues.

NOTE: If you are upgrading or migrating from an older version of Zimbra to Zimbra 8.8 Production Ready, please read Things to Know Before Upgrading and First Steps with the Zimbra NG Modules for critical information before you upgrade.

Software changes

Fixed Issues

  • CSS display attribute is now configurable in OWASP allowing users to have better control over HTML rendering elements.
  • Introduction of OWASP sanitization caused HTML action buttons shown in emails to open the links inside the email preview pane. They now open in a new tab or window.
  • When using ephemeral data storage, every authentication call was updating the lastLoginTimeStamp for every user, ignoring the provisioned zimbraLastLogonTimeStampFrequency setting. In multi-node systems, each update would then sync to all nodes. To reduce the load this issue causes, updates now respect the setting.

NG Changelog

HSM

Added the read_error_threshold option to the doVolumeToVolumeMove operation.

Known Issues

  • After upgrading to 8.8.11 (patch 5+) or 8.8.12 (patch 2+), the Talk module appears unlicensed.


Patch Installation

Please refer to the steps below to install 8.8.12 Patch 5 on Redhat and Ubuntu platforms:

Before Installing the Patch

Before installing the patch, consider the following:

  • Patches are cumulative.
  • A full backup should be performed before any patch is applied. There is no automated roll-back.
  • Zimlet patches can include removing existing Zimlets and redeploying the patched Zimlet.
  • Only files or Zimlets associated with installed packages will be installed from the patch.
  • Switch to zimbra user before using ZCS CLI commands.
  • Important! You cannot revert to the previous ZCS release after you upgrade to the patch.
  • Important Note for ZCS Setup with Local ZCS repository: Customers who have set up local ZCS repository should first update the local repository by following instructions in wiki
  • Please make note that, installing the zimbra-patch package only updates the Zimbra core packages.

8.8.12 Patch 5 Packages

The package lineup for this release is:

Package Name Version

FOSS:
 zimbra-patch              ->  8.8.12.1566472978.p5-1
 zimbra-chat               ->  2.0.3.1559648872-1
 zimbra-common-core-jar    ->  8.8.12.1566211291-1
 zimbra-common-core-libs   ->  8.8.12.1562659286-1
 zimbra-mbox-war           ->  8.8.12.1562657100-1
 zimbra-mbox-webclient-war ->  8.8.12.1565353367-1
 zimbra-mbox-store-libs    ->  8.8.12.1562659286-1
 zimbra-proxy-components   ->  1.0.3-1zimbra8.7b1
 zimbra-nginx              ->  1.7.1-1zimbra8.7b12
 zimbra-proxy-patch        ->  8.8.12.1554984827.p1-1
 zimbra-drive              ->  1.0.12.1553795496-1 
 zimbra-timezone-data      ->  1.0.1+1565604774-1     
NETWORK:
 zimbra-patch              ->  8.8.12.1566472978.p5-2
 zimbra-mbox-ews-service   ->  8.8.12.1559821948-1
 zimbra-network-modules-ng ->  5.0.6.1565270280-1
 zimbra-docs               ->  3.0.1.1565270236-1
 zimbra-drive-ng           ->  2.0.5.1558693399-1
 zimbra-talk               ->  4.0.2.1554992028-1

Redhat

Installing Zimbra packages with system package upgrades

  • As root, first clear the yum cache and check for updates so the server sees there is a new zimbra-patch package in the patch repository:
yum clean metadata
yum check-update
  • Then ask yum to update available packages:
yum update
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart

Installing Zimbra packages individually

Install/Upgrade zimbra-proxy-components on Proxy node for FOSS and NETWORK

  • As root, first clear the yum cache and check for updates so the server sees all updated packages in the patch repository:
yum clean metadata
yum check-update
  • Then install the package:
yum install zimbra-proxy-components
  • Restart proxy as zimbra user:
su - zimbra
zmproxyctl restart

Install/Upgrade zimbra-proxy-patch on Proxy node for FOSS and NETWORK

  • As root, install the package:
yum install zimbra-proxy-patch
  • Restart proxy as zimbra user:
su - zimbra
zmproxyctl restart
zmmemcachedctl restart

Install/Upgrade zimbra-mta-components on MTA node for FOSS and NETWORK

  • As root, first clear the yum cache and check for updates so the server sees all updated packages in the patch repository:
yum clean metadata
yum check-update
  • Then install the package:
yum install zimbra-mta-components
  • Restart amavisd as zimbra user:
su - zimbra
zmamavisdctl restart

Install/Upgrade zimbra-mta-patch on MTA node for FOSS and NETWORK

  • As root, install the package:
yum install zimbra-mta-patch
  • Restart amavisd as zimbra user:
su - zimbra
zmamavisdctl restart

Install/Upgrade zimbra-patch on mailstore node for FOSS and NETWORK

  • As root, install the package:
yum install zimbra-patch
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart

Install/Upgrade zimbra-talk and zimbra-network-modules-ng (NETWORK Only)

  • As root, first clear the yum cache and check for updates so the server sees all updated packages in the patch repository:
yum clean metadata
yum check-update
  • Then install the packages:
yum install zimbra-network-modules-ng
yum install zimbra-talk
  • Restart Zimbra mailbox service as zimbra user:
su - zimbra
zmmailboxdctl restart

Install/Upgrade zimbra-docs (NETWORK Only)

  • As root, install the package:
yum install zimbra-docs
  • Restart Zimbra mailbox service as zimbra user:
su - zimbra
zmmailboxdctl restart

Install/Upgrade zimbra-drive-ng (NETWORK Only)

  • As root, install the package:
yum install zimbra-drive-ng
  • Restart Zimbra mailbox service as zimbra user:
su - zimbra
zmmailboxdctl restart

Install/Upgrade Modern Web App Zimlets (NETWORK Only)

  • Please refer here for installing zimlets for Modern Web App.


Upgrade OpenLDAP on LDAP node for FOSS and NETWORK

  • As root, install the package:
yum install zimbra-ldap-components
  • Restart ldap as zimbra user:
su - zimbra
ldap restart

Ubuntu

Installing zimbra packages with system package upgrades

  • As root, check for updates so the server sees there is a new zimbra-patch package in the patch repository:
apt-get update
  • Then update available packages:
apt-get upgrade

OR

  • Update all available packages plus any kernel updates:
apt-get dist-upgrade
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart

Installing zimbra packages individually

Install/Upgrade zimbra-proxy-components on Proxy node for FOSS and NETWORK

  • As root, install package
apt-get install zimbra-proxy-components
  • Restart proxy as zimbra user:
su - zimbra
zmproxyctl restart

Install/Upgrade zimbra-proxy-patch on Proxy node for FOSS and NETWORK

  • As root, install package
apt-get install zimbra-proxy-patch
  • Restart proxy as zimbra user:
su - zimbra
zmproxyctl restart
zmmemcachedctl restart

Ubuntu 18 zimbra-proxy-patch version

zimbra-proxy-patch        ->  8.8.12.1554984827.p3-1

The installation of this patch is mandatory for the proxy to function on Ubuntu 18 servers.

Install/Upgrade zimbra-mta-components on MTA node for FOSS and NETWORK

  • As root, install package
apt-get install zimbra-mta-components
  • Restart amavisd as zimbra user:
su - zimbra
zmamavisdctl restart

Install/Upgrade zimbra-mta-patch on MTA node for FOSS and NETWORK

  • As root, install package
apt-get install zimbra-mta-patch
  • Restart amavisd as zimbra user:
su - zimbra
zmamavisdctl restart

Install/Upgrade zimbra-patch on mailstore node for FOSS and NETWORK

  • As root, check for updates and install package:
apt-get update
apt-get install zimbra-patch
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart

Install/Upgrade zimbra-talk and zimbra-network-modules-ng (NETWORK Only)

  • As root, check for updates and install packages:
apt-get update
apt-get install zimbra-network-modules-ng
apt-get install zimbra-talk
  • Restart Zimbra mailbox service as zimbra user:
su - zimbra
zmmailboxdctl restart

Install/Upgrade zimbra-docs (NETWORK Only)

  • As root, install package:
apt-get install zimbra-docs
  • Restart Zimbra mailbox service as zimbra user:
su - zimbra
zmmailboxdctl restart

Install/Upgrade zimbra-drive-ng (NETWORK Only)

  • As root, install package:
apt-get install zimbra-drive-ng
  • Restart Zimbra mailbox service as zimbra user:
su - zimbra
zmmailboxdctl restart

Install/Upgrade Modern Web App Zimlets (NETWORK Only)

  • Please refer here for installing zimlets for Modern Web App.


Upgrade OpenLDAP on LDAP node for FOSS and NETWORK

  • As root, install the package:
apt-get install zimbra-ldap-components
  • Restart ldap as zimbra user:
su - zimbra
ldap restart

Quick note: Open Source repo

Downloading and building our Zimbra Code? Keep reading... Starting ZCS 8.7.6 and above we have new steps to download, build and see our code via Github: https://github.com/Zimbra/zm-build



Try Zimbra

Try now Zimbra Collaboration without any cost with the 60-day free Trial.
Get it now »

Want to get involved?

You can contribute in the Community, in the Wiki, in the Code, or developing Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube Channel to keep posted about Webinars, technology news, Product overviews and more.
Go to the YouTube Channel »

Jump to: navigation, search