Page 1 of 1
nagiosxi upgrade path
Posted: Thu May 27, 2021 8:23 am
by xx101
Hello,
we'd like to upgrade our nagios from 5.2.9 to the latest version. can we do a direct upgrade stated here?
https://assets.nagios.com/downloads/nag ... ctions.pdf
or do we need to jump from one version to another to achieve this version?
Re: nagiosxi upgrade path
Posted: Thu May 27, 2021 4:43 pm
by benjaminsmith
Hi xx101,
In most cases that will work, let us know what operating system you have 5.2.9 installed on and I'll look into it further.
Thanks,
Benjamin
Re: nagiosxi upgrade path
Posted: Thu May 27, 2021 7:18 pm
by xx101
Hello,
we have Centos7
Re: nagiosxi upgrade path
Posted: Fri May 28, 2021 10:57 am
by benjaminsmith
Hi,
Okay, thank you. I just tested that and it works. If you run into the following GPG key error.
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-NAGIOS
The GPG keys listed for the "Nagios" repository are already installed but they are not correct for this package.
Please try to update the Naigos Repo as suggested in the post below.
Nagios XI yum update
I recommend running the manual upgrade from the command line as root.
Code: Select all
cd /tmp
rm -rf nagiosxi xi*.tar.gz
wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
tar xzf xi-latest.tar.gz
cd nagiosxi
./upgrade
As always please take a full backup and VM snapshot before proceeding.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Let me know if you need further assistance.
--Benjamin