Nagios 5.6.3 still shows update in progress

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
eloyd
Cool Title Here
Posts: 2129
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Nagios 5.6.3 still shows update in progress

Post 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. "
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoydI'm a Nagios Fanatic!
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios 5.6.3 still shows update in progress

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
eloyd
Cool Title Here
Posts: 2129
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: Nagios 5.6.3 still shows update in progress

Post 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.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoydI'm a Nagios Fanatic!
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios 5.6.3 still shows update in progress

Post by tgriep »

post..gres is better than no..gres....
Glad it worked.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked