The upgrade between minor versions is fairly simple with Zimbra since the install.sh script covers everything with its interactive installer.
First, download the archive used for the installation and unpack it.
You can create a new tmux session by running
Feel free to comment and / or suggest a topic.
First, download the archive used for the installation and unpack it.
[archy@zimbra ~]$ curl -O https://files.zimbra.com/downloads/8.8.15_GA/zcs-8.8.15_GA_3869.RHEL7_64.20190918004220.tgz
[archy@zimbra ~]$ tar -xvzf zcs-8.8.15_GA_3869.RHEL7_64.20190918004220.tgz
I'd recommend moving the installation to tmux (or screen) so that in case of a disconnect, the installation will not break anything and you could just detach / attach to the session.You can create a new tmux session by running
[archy@zimbra ~]$ tmux new -s zimbra-upgrade
Now switch into the directory where the packages have been unpacked to and run the interactive install.sh [archy@zimbra ~]$ cd zcs-8.8.15_GA_3869.RHEL7_64.20190918004220
[archy@zimbra ~]$ sudo ./install.sh
...
Use Zimbra's packaging server? [Y]: y
...
Do you with to upgrade? [Y]: y
...
The system will be modified. Continue? [N]: y
The upgrade might take a while. Once it has finished, press Enter to exit the installer.Feel free to comment and / or suggest a topic.
Comments
Post a Comment