Quantcast
Channel: Zimbra Forums
Viewing all articles
Browse latest Browse all 1243

Installation and Upgrade • Re: Upgrading from Ubuntu 18.04 to 20.04

$
0
0
Instead of removing /opt/zimbra/jetty_base and using a backup, the better solution is to apt remove zimbra-store package and reinstall it from the downloaded zcs-8.8.15_GA_4179.UBUNTU20_64.20211118033954.tgz!


So the complete procedure should be this:

1. On Ubuntu 18.04
- wget https://files.zimbra.com/downloads/8.8. ... 033954.tgz
- tar xvf zcs-8.8.15_GA_4179.UBUNTU20_64.20211118033954.tgz

2. sudo nano /etc/update-manager/release-upgrades.d/allow-thirdparty.cfg

[Sources]
AllowThirdParty=yes


3. sudo do-release-upgrade

4. On Ubuntu 20.04
- cd zcs-8.8.15_GA_4179.UBUNTU20_64.20211118033954
- sudo ./install.sh -s --skip-activation-check

5. sudo apt update && apt dist-upgrade

6. sudo apt --fix-broken install

7. sudo apt install zimbra-ldap-patch

8. sudo apt remove zimbra-store

9. cd packages/

10. sudo dpkg -i zimbra-store_8.8.15.GA.4179.UBUNTU20.64_amd64.deb

11. sudo apt install zimbra-patch (because it will be removed as zimbra-store package dependency before)

12. sudo apt install --reinstall zimbra-ldap-patch

13. sudo apt remove zimbra-logger

14. sudo dpkg -i zimbra-logger_8.8.15.GA.4179.UBUNTU20.64_amd64.deb

15. sudo service zimbra restart
Thanks so much, I followed those steps to upgrade from 18.04 to 20.04. All seems fine.

Statistics: Posted by bulletxt — Tue Mar 12, 2024 8:52 pm



Viewing all articles
Browse latest Browse all 1243

Trending Articles