Page 1 of 1

UI Nagios Upgrade issue

Posted: Mon Jun 03, 2019 5:27 am
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

Re: UI Nagios Upgrade issue

Posted: Mon Jun 03, 2019 10:39 am
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