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
UI Nagios Upgrade issue
UI Nagios Upgrade issue
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
Hello, @CentricIT. Please run the manual upgrade command from the command line:
And when done, run this mysql query to clear out the error message in the GUI:
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
./upgradeCode: Select all
echo "update xi_commands set status_code = '2' where command = '1120';" | mysql -uroot -pnagiosxi nagiosxiAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.