Re: Upgrade from 5.6.0 to 5.6.3 does not progress
Posted: Thu Jun 20, 2019 3:41 pm
Hi Sampeth,
The database log is showing corrupt tables. Run the following as root from the command line to repair the database:
Then run the following commands for a manual upgrade.
Let me know if you're able to successfully upgrade.
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
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