Zimbra Releases/8.8.9/P8

Revision as of 12:53, 27 November 2018 by Pallavi.khairnar (talk | contribs) (Created page with "{{WIP}} =Zimbra Collaboration 8.8.9 Patch 8 GA Release= <div class="col-md-9"> Check out the '''"Fixed Issues"''', '''"Zimbra NG Changelog"''' fo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 8.8.9 Patch 8 GA Release

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

Software changes

Fixed Issues

  • Fixed logging issue when message being added to the account

Zimbra NG Changelog

Admin Zimlet:
  • Fixed error which occurred while editing account in admin console
Chat Server:
  • Fixed InvalidRequestException in mailbox.log
  • User will be able to delete an account from talk in case the associated mailbox has been renamed
Docs Zimlet:
  • Preview option for attachments is now working in Firefox

Patch Installation

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 setup local ZCS repository should first update the local repository by following instructions in wiki

Install the Patch

  • Please make note that, installing zimbra-patch package only updates the Zimbra core packages.

8.8.9 Patch 8 Packages

Below are the latest available packages:

Package Name                  Version
FOSS:
zimbra-patch                  ->  8.8.9.1542269068.p8-1
zimbra-common-core-jar        ->  2.0.0.1542195008-1
zimbra-mbox-webclient-war     ->  2.0.0.1538676137-1
zimbra-mbox-admin-console-war ->  2.0.0.1534256855-1
zimbra-network-store          ->  8.8.9.1531211951-1
zimbra-ldap-components        ->  1.0.2-1zimbra8.7b1
zimbra-lmdb                   ->  2.4.46-1zimbra8.7b3
zimbra-clamav                 ->  0.99.4-1zimbra8.7b1
zimbra-clamav-libs            ->  0.99.4-1zimbra8.7b1
zimbra-chat                   ->  2.0.1.1532356008-1
NETWORK:
zimbra-patch                  ->  8.8.9.1542269068.p8-2
zimbra-network-modules-ng     ->  2.0.8.1541787737-1
zimbra-docs                   ->  1.0.5.1542364951-1
zimbra-talk                   ->  2.0.7.1540571349-1

Please refer below steps for 8.8.9 Patch 8 installation on Redhat and Ubuntu platforms:

Redhat

1. Installing zimbra packages individually

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

  • As root, install the patch. Type below command:
yum clean metadata 
yum check-update 
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

  • 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

Upgrade OpenLDAP on LDAP node for FOSS and NETWORK

  • As root. Type
yum install zimbra-ldap-components
  • Restart ldap as zimbra user
su - zimbra
ldap restart

2. 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 889 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

Ubuntu

1. Installing zimbra packages individually

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

Upgrade OpenLDAP on LDAP node for FOSS and NETWORK

  • As root. Type
apt-get install zimbra-ldap-components
  • Restart ldap as zimbra user
su - zimbra
ldap restart

2. 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 889 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
Jump to: navigation, search