Re: Error with upgrading to 5.2.0
Posted: Wed Nov 04, 2015 5:16 pm
Can you run the following as root in a shell to repair the 2 tables that are still crashed.
Try that and see if the upgrade runs.
Code: Select all
echo "use nagios;repair table nagios_systemcommands use_frm;" | mysql -pnagiosxi
echo "use nagios;repair table nagios_statehistory use_frm;" | mysql -pnagiosxi