Page 1 of 1
NDO3 upgrade in Nagios 5.8
Posted: Wed Jan 20, 2021 7:53 am
by hbouma
We had issues previously when upgrading from 5.6.X to 5.7.X where NDO2DB didn't work right with our offloaded database. With the release of Nagios 5.8, have the NDO3 issues been fixed? If so, what are the instructions for upgrading NDO2DB to NDO3?
We are running RHEL 7.9VM's.
Thanks
Re: NDO3 upgrade in Nagios 5.8
Posted: Wed Jan 20, 2021 6:16 pm
by benjaminsmith
Hi Henry,
Good question. As always take a backup first or run through this on a test server. Once you've installed the new version. I would recommend doing this manually, then just run the following commands to upgrade ndo to version 3.0.5.
Code: Select all
cd nagiosxi/subcomponents/ndo
./upgrade -f
To manually upgrade, run the following commands:
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
Let us know if you have any questions, Benjamin
Reference:
Upgrading Nagios XI
Re: NDO3 upgrade in Nagios 5.8
Posted: Thu Jan 21, 2021 8:06 am
by hbouma
Thank you! We will test this on our test server and open a post if we continue to see problems.
You can close this post.
Re: NDO3 upgrade in Nagios 5.8
Posted: Thu Jan 21, 2021 8:48 am
by scottwilkerson
hbouma wrote:Thank you! We will test this on our test server and open a post if we continue to see problems.
You can close this post.
Great!
Locking thread