Page 1 of 1
Nagios 5.6.3 still shows update in progress
Posted: Fri Jun 28, 2019 7:25 am
by eloyd
Hey, guess what? This (
https://support.nagios.com/forum/viewtopic.php?t=46218) happened to me doing a 5.5.11 -> 5.6.3 upgrade on our demo server. Exact same thing except version numbers have changed. Restarted everything, rebooted box, all that jazz. Still shows " Update in progress. Please wait. Update may take a few minutes. "
Re: Nagios 5.6.3 still shows update in progress
Posted: Fri Jun 28, 2019 1:40 pm
by tgriep
To reset that messages, run this command to clear it out of the GUI.
If the nagiosxi database is on the MYSQL server, run this
echo "update xi_commands set status_code = '2' where command = '1120';" | mysql -u root -pnagiosxi nagiosxi
If it is on the Postgres database, run this
echo "update xi_commands set status_code = '2' where command = '1120';" | psql nagiosxi nagiosxi
Re: Nagios 5.6.3 still shows update in progress
Posted: Fri Jun 28, 2019 1:45 pm
by eloyd
post...gres? What is this "after gres" thing that you refer to?
So that gave me a "The update did not complete successfully. Please try updating manually," and a "go back" button. After pressing "go back," and checking for updates again just to make sure, all is well.
Thanks.
Re: Nagios 5.6.3 still shows update in progress
Posted: Fri Jun 28, 2019 2:17 pm
by tgriep
post..gres is better than no..gres....
Glad it worked.