UI Nagios Upgrade issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
CentricIT
Posts: 16
Joined: Wed Dec 12, 2018 7:41 am

UI Nagios Upgrade issue

Post by CentricIT »

Hi Team,

We tried to upgrade the Nagios version to the latest after clicking the upgrade button from the front end.

It's been more than two days, still its loading and showing a message like "Update in progress. Please wait. Update may take a few minutes."

please find the attachment !!

https://support.nagios.com/forum/downlo ... w&id=26735


kindly give us the solution to fix this issue ASAP.

Regards
CentricIT
You do not have the required permissions to view the files attached to this post.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: UI Nagios Upgrade issue

Post by npolovenko »

Hello, @CentricIT. Please run the manual upgrade command from the command line:

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
And when done, run this mysql query to clear out the error message in the GUI:

Code: Select all

echo "update xi_commands set status_code = '2' where command = '1120';" | mysql -uroot -pnagiosxi nagiosxi
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked