Page 1 of 1
Update in progress stuck
Posted: Mon Oct 07, 2019 12:34 pm
by serviciosadmnet
Hello,
Im having trouble with nagios XI with the last update, it says:
Update in progress. Please wait. Update may take a few minutes.
And it has 2 days like this way, what we could do to solve this?.
Regards.
Re: Update in progress stuck
Posted: Mon Oct 07, 2019 1:01 pm
by benjaminsmith
Hello,
This happens on occasion and we are planning to re-work the GUI update. Please follow the guide below to reset this and let me know if you need any assistance.
Nagios XI - Reset Upgrade Status In Web Interface
Re: Update in progress stuck
Posted: Mon Nov 25, 2019 12:43 pm
by serviciosadmnet
thanks a lot, the problem was solved but now everytime i try to update to the new Nagios version it stuck again

and i have to run the command to update the status, do you have any idea why Nagios can't update to the last version?
Re: Update in progress stuck
Posted: Mon Nov 25, 2019 1:21 pm
by benjaminsmith
Hello,
ON some instance of Nagios XI, you may need to run the upgrade from the command line. Try the following commands and let me know if you're able to successfully upgrade.
Code: Select all
cd /tmp
wget https://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz
tar xzf xi-latest.tar.gz
cd nagiosxi
./fullinstall
Refernece:
https://assets.nagios.com/downloads/nag ... -Linux.pdf