How to install Zimbra NE 8.8.15 with specific patch version using zimbra local repository that I download?

Ask questions about your setup or get help installing ZCS server (ZD section below).
Post Reply
edisu
Advanced member
Advanced member
Posts: 71
Joined: Fri May 01, 2020 3:25 am

How to install Zimbra NE 8.8.15 with specific patch version using zimbra local repository that I download?

Post by edisu »

Hi All,

I need to test something on zimbra and need to install specific zimbra patch version, I download all zimbra .rpm files from repo.zimbra.com using this guide https://wiki.zimbra.com/wiki/Zimbra_Col ... repository. I'll remove some zimbra patch .rpm files that I dont needed and retaining only specific version that i need. Then I upload the .rpm files to the server and create my own local zimbra repository file to point to the .rpm files. During the installation i choose NO in Use Zimbra's package repository [Y] N, then when i check the install log file I found out they still looking for the updated version of zimbra-patch, zimbra-proxy etc...The question is how can i install specific zimbra patch version on my server? Do i need to modify the install.sh script? Could anyone help me. Thanks

Here's the install log file

Code: Select all

Error downloading packages:
  zimbra-mbox-webclient-war-8.8.15.1654769776-1.r7.x86_64: [Errno 256] No more mirrors to try.
  zimbra-mbox-store-libs-8.8.15.1654854265-1.r7.x86_64: [Errno 256] No more mirrors to try.
  zimbra-mbox-ews-service-8.8.15.1654977069-1.r7.x86_64: [Errno 256] No more mirrors to try.
  zimbra-common-core-jar-8.8.15.1655458176-1.r7.x86_64: [Errno 256] No more mirrors to try.
  zimbra-timezone-data-2.0.1.1646993388-1.r7.x86_64: [Errno 256] No more mirrors to try.
  zimbra-proxy-patch-8.8.15.1655471268.p32-1.r7.x86_64: [Errno 256] No more mirrors to try.
  zimbra-zco-8.8.15.1919.1647367453-1.r7.x86_64: [Errno 256] No more mirrors to try.
  zimbra-mbox-war-8.8.15.1655458176-1.r7.x86_64: [Errno 256] No more mirrors to try.
  zimbra-patch-8.8.15.1655471268.p32-2.r7.x86_64: [Errno 256] No more mirrors to try.
  zimbra-mbox-admin-console-war-8.8.15.1653031987-1.r7.x86_64: [Errno 256] No more mirrors to try.
  zimbra-mta-patch-8.8.15.1655471268.p32-1.r7.x86_64: [Errno 256] No more mirrors to try.
  zimbra-common-core-libs-8.8.15.1654854265-1.r7.x86_64: [Errno 256] No more mirrors to try.
ghen
Outstanding Member
Outstanding Member
Posts: 265
Joined: Thu May 12, 2016 1:56 pm
Location: Belgium
ZCS/ZD Version: 9.0.0

Re: How to install Zimbra NE 8.8.15 with specific patch version using zimbra local repository that I download?

Post by ghen »

Did you run "createrepo /path/to/your/repo" to regenerate the repository metadata? Otherwise it will still refer to the newer rpm's that are now missing.
(also run "yum clean metadata" on the clients to refresh their local metadata cache)
edisu
Advanced member
Advanced member
Posts: 71
Joined: Fri May 01, 2020 3:25 am

Re: How to install Zimbra NE 8.8.15 with specific patch version using zimbra local repository that I download?

Post by edisu »

ghen wrote:Did you run "createrepo /path/to/your/repo" to regenerate the repository metadata? Otherwise it will still refer to the newer rpm's that are now missing.
(also run "yum clean metadata" on the clients to refresh their local metadata cache)
I'll create the .repo file uisng vim editor and I run yum clean metadata. Did i miss something else?
Post Reply