Zimbra Releases/9.0.0/P1

Revision as of 03:50, 20 April 2020 by Ashukla (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Zimbra Collaboration Kepler 9.0.0 Patch 1 GA Release

Check out the Fixed Issues for this version of Zimbra Collaboration. Please refer to 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.

Fixed Issues

ZCS Fixed search and indexing issues observed while attachment extraction introduced in version 9.0.0.
ZCS MTA Component package version updated. Please install the package zimbra-mta-components. As root run below commands:
For RHEL
yum install zimbra-mta-components
For Ubuntu
apt-get install zimbra-mta-components


NOTE
  • Customers who have applied the workaround to disable attachment indexing may turn on the same by running below commands.
zmprov ma <account name> zimbraAttachmentsIndexingEnabled TRUE 
  • If workaround to disable attachment indexing is applied at COS level, administrators can choose to re-enable attachment indexing using the below command.
zmprov COS <COS name> zimbraAttachmentsIndexingEnabled TRUE
  • Attachments received after disabling zimbraAttachmentsIndexingEnabled are not indexed and hence would not be included in search. To include them in the search you need to re-index which is a resource intensive process.
    • Re-indexing can be done using the below command:
zmprov rim <account name> start

9.0.0 Patch 1 Packages

The package lineup for this release is:

Package Name                  Version
zimbra-patch               -> 9.0.0.1587103534.p1-2
zimbra-common-core-jar     -> 9.0.0.1587050842-1
zimbra-mta-patch           -> 9.0.0.1587072540.p1-1
zimbra-mta-components      -> 1.0.7-1zimbra8.8b1

Patch Installation

Please refer to the steps below to install 9.0.0 Patch 1 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.

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
  • Update available packages:
yum update
  • Restart ZCS as zimbra user:
su - zimbra
zmcontrol restart

Installing Zimbra packages individually

Install/Upgrade zimbra-patch on mailstore node

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

Install/Upgrade zimbra-mta-patch on MTA node

  • As root, install the package:
yum clean metadata
yum check-update
yum install zimbra-mta-patch
  • Restart MTA Server as zimbra user:
su - zimbra
zmcontrol 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
  • 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-patch on mailstore node

  • 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-mta-patch on MTA node

  • As root, install package
apt-get install zimbra-mta-patch
  • Restart MTA Server as zimbra user:
su - zimbra
zmcontrol restart


Jump to: navigation, search