Upgrading from 5.2.6 to 5.2.7

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
griffite
Posts: 10
Joined: Wed Feb 17, 2016 10:13 pm

Re: Upgrading from 5.2.6 to 5.2.7

Post by griffite »

ssax wrote:What does it say the version is on the bottom left hand side of the web interface?

Try running the ./upgrade script again, it's safe to do it right over the top of an upgraded system.

Thank you
Still says 5.2.6

I have run the upgrade again and again it gives the UPGRADE COMPLETED message with no errors.
Logged out of the web GUI and back in.
Checked for updates.
Again says I have 5.2.6 and 5.2.7 is available
5.2.6 is still down the bottom right as well after the second upgrade.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Upgrading from 5.2.6 to 5.2.7

Post by lmiltchev »

Did you forget to delete the old 5.2.6 nagiosxi directory. Let's try to redo upgrade one more time. Run the following commands from the CLI:

Code: Select all

cd /tmp
rm -rf nagiosxi xi-*
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.2.7.tar.gz
tar zxvf xi-5.2.7.tar.gz
cd nagiosxi
./upgrade
Let us know if this fixed your issue.
Be sure to check out our Knowledgebase for helpful articles and solutions!
griffite
Posts: 10
Joined: Wed Feb 17, 2016 10:13 pm

Re: Upgrading from 5.2.6 to 5.2.7

Post by griffite »

lmiltchev wrote:Did you forget to delete the old 5.2.6 nagiosxi directory. Let's try to redo upgrade one more time. Run the following commands from the CLI:

Code: Select all

cd /tmp
rm -rf nagiosxi xi-*
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.2.7.tar.gz
tar zxvf xi-5.2.7.tar.gz
cd nagiosxi
./upgrade
Let us know if this fixed your issue.
Yep that has upgraded successfully
Thank you. I have added this to my notes.
Sorry for the run around...very new to nagios + linux.
Thanks again for your patience and help
Locked