Page 2 of 2

Re: Upgrade from 5.6.0 to 5.6.3 does not progress

Posted: Thu Jun 20, 2019 3:41 pm
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.

Re: Upgrade from 5.6.0 to 5.6.3 does not progress

Posted: Sat Jun 22, 2019 11:36 pm
by Sampath.Basireddy
Hi @benjaminsmith,

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

Sampath.

Re: Upgrade from 5.6.0 to 5.6.3 does not progress

Posted: Mon Jun 24, 2019 9:04 am
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!