Page 2 of 2

Re: Upgrading from 5.2.6 to 5.2.7

Posted: Mon Apr 11, 2016 6:02 pm
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.

Re: Upgrading from 5.2.6 to 5.2.7

Posted: Tue Apr 12, 2016 9:17 am
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.

Re: Upgrading from 5.2.6 to 5.2.7

Posted: Tue Apr 12, 2016 6:17 pm
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