Latest update in progress few days

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lndifferent
Posts: 19
Joined: Wed Aug 16, 2017 8:19 am

Latest update in progress few days

Post by lndifferent »

Nagios XI 5.5.11 running on Centos 6.9 as VM, 64 bit. When I tried to apply the latest updates the update status changed to "Update in progress. Please wait. Update may take a few minutes." It's been like that several days. Then I tried fix someone posted on support forum - it changed status back to normal but updates were never installed.

Code: Select all

echo "UPDATE xi_options SET value = 'yes' WHERE name = 'last_update_acknowledged';" | mysql -t -u root -pnagiosxi nagiosxi
echo "DELETE FROM xi_commands WHERE command = 1120;" | mysql -t -u root -pnagiosxi nagiosxi
Then I tried to install updates again but the same "Upgrade in progress" message shows up and never goes away.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Latest update in progress few days

Post by benjaminsmith »

Hello @Indifferent,

Occasionally, the update is successful but it does not provide the proper exit code in time. If you refresh the page ( on Chrome ctrl + shift + R ) does the version number read 5.6.6 in the bottom left hand corner of the Check for Updates page?

If not, try running a manual upgrade instead. Log in as root to the terminal and run the following commands:

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
See: Nagios XI Update Instructions
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
lndifferent
Posts: 19
Joined: Wed Aug 16, 2017 8:19 am

Re: Latest update in progress few days

Post by lndifferent »

Manual upgrade worked. Thank you.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Latest update in progress few days

Post by scottwilkerson »

lndifferent wrote:Manual upgrade worked. Thank you.
Great!

Locking
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked