Upgrade stalling from 5.6.7 to 5.6.10

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mdavisPFSC
Posts: 3
Joined: Tue Nov 15, 2016 10:51 am

Upgrade stalling from 5.6.7 to 5.6.10

Post by mdavisPFSC »

Hello!

I am trying to upgrade our nagios xi install from 5.6.7 to 5.6.10 and the upgrade seems to be stalling at:

Update in progress. Please wait. Update may take a few minutes.

I don't see any activity in the upgrade log when I SSH into the server with tail /usr/local/nagiosxi/tmp/upgrade.log -n 20.

Any ideas on what could be causing the hold up?

Moderator's Note: The profile has been shared with the support team but has been removed from the public forum.
mdavisPFSC
Posts: 3
Joined: Tue Nov 15, 2016 10:51 am

Re: Upgrade stalling from 5.6.7 to 5.6.10

Post by mdavisPFSC »

I actually just ran the update procedure from command line and that worked!

wget -O upgrade.sh https://assets.nagios.com/downloads/nagiosxi/upgrade.sh
sh ./upgrade.sh

Please feel free to lock/close this thread. Thanks!
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Upgrade stalling from 5.6.7 to 5.6.10

Post by benjaminsmith »

Hello MDavis,

Welcome to the Nagios Support Forum! Occasionally, depending on the system environment, the GUI upgrade may stall, please try running a manual upgrade instead.

Log in as root to the shell, and run the following commands, and let us know if you're able to upgrade.

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
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!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Upgrade stalling from 5.6.7 to 5.6.10

Post by scottwilkerson »

mdavisPFSC wrote:I actually just ran the update procedure from command line and that worked!

wget -O upgrade.sh https://assets.nagios.com/downloads/nagiosxi/upgrade.sh
sh ./upgrade.sh

Please feel free to lock/close this thread. Thanks!
Great!

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