Upgrade from 5.6.0 to 5.6.3 does not progress

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Upgrade from 5.6.0 to 5.6.3 does not progress

Post by benjaminsmith »

Hi Sampeth,

The database log is showing corrupt tables. Run the following as root from the command line to repair the database:

Code: Select all

mysqlcheck -r -f -uroot -pnagiosxi --all-databases --use_frm
Then run the following commands for a manual 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
Let me know if you're able to successfully 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!
Sampath.Basireddy
Posts: 252
Joined: Wed Dec 14, 2016 12:30 pm

Re: Upgrade from 5.6.0 to 5.6.3 does not progress

Post by Sampath.Basireddy »

Hi @benjaminsmith,

Thank You, that took care of the issue and the upgrade is completed successfully.

Sampath.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Upgrade from 5.6.0 to 5.6.3 does not progress

Post by lmiltchev »

I am glad your issue has been resolved! I am closing this topic. If you have any further questions/issues, please start a new thread. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked