Hello,
As usual i did the last upgrade of my Nagios XI and everything seem to be ok ...but when i tried to logout and login again ... it didn't proposed me to finish the update as usual
When i run again check update from interface it told me that my nagios xi is 2.3 and not 2.4...
What's the problem ?
upgrade from 2.3 to 2.4 problem
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: upgrade from 2.3 to 2.4 problem
I think you are going to need to do the upgrade again because at least one thing didn't update as it should have.
Be sure you run the ./upgrade as root
after upgrade, if the version doesn't change again, send the output of the following command
Be sure you run the ./upgrade as root
after upgrade, if the version doesn't change again, send the output of the following command
Code: Select all
ls -l /usr/local/nagiosxi/html/includes/utilsl.inc.phpRe: upgrade from 2.3 to 2.4 problem
Hello,
So i did the upgrade once again as root an see below result of requested command
So i did the upgrade once again as root an see below result of requested command
Code: Select all
[root@nagiosmb libexec]# ls -l /usr/local/nagiosxi/html/includes/utilsl.inc.php
-rwxr-x--- 1 nagios nagios 187811 Apr 26 14:47 /usr/local/nagiosxi/html/includes/utilsl.inc.php
[root@nagiosmb libexec]# -
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: upgrade from 2.3 to 2.4 problem
I think you are working off of the old tarball
Lets do this
Lets do this
Code: Select all
cd /tmp
rm -rf nagios* xi*
wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
tar xzf xi-latest.tar.gz
cd /tmp/nagiosxi
./upgradeRe: upgrade from 2.3 to 2.4 problem
Good job !!! now the update is working well ... so maybe you should add to your upgrade guide these command line ... 