Zimbra Releases/9.0.0/P1: Difference between revisions

Line 31: Line 31:




'''NOTE:'''
; NOTE :
* Customers who have applied the workaround to disable attachment indexing may turn on the same by running below commands.
*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  
  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.
*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
  zmprov COS <COS name> zimbraAttachmentsIndexingEnabled TRUE
* Attachments received after disabling <code>zimbraAttachmentsIndexingEnabled</code> 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.
*Attachments received after disabling <code>zimbraAttachmentsIndexingEnabled</code> 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:
**Re-indexing can be done using the below command:
  zmprov rim <account name> start
  zmprov rim <account name> start

Revision as of 11:28, 18 April 2020

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

Quick note: Open Source repo

The steps to download, build, and see our code via Github can be found here: 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