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?
nagiosxi upgrade path
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: nagiosxi upgrade path
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
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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: nagiosxi upgrade path
Hello,
we have Centos7
we have Centos7
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: nagiosxi upgrade path
Hi,
Okay, thank you. I just tested that and it works. If you run into the following GPG key error.
Nagios XI yum update
I recommend running the manual upgrade from the command line as root.
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
Okay, thank you. I just tested that and it works. If you run into the following GPG key error.
Please try to update the Naigos Repo as suggested in the post below.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.
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
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Let me know if you need further assistance.
--Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!