This way we have something to go back to that is where we are right now.
Once you see that, lets do this
See how this file is a lot bigger than the others? This is before the database got all messed up
-rw-r--r-- 1 root root 29341356 Jun 9 07:00 nagios_week.23.2018-06-09_07h00m.sql.gz
So lets run this
Code: Select all
cd /store/backups/mysql/weekly/nagios
gunziup nagios_week.23.2018-06-09_07h00m.sql.gz
cat nagios_week.23.2018-06-09_07h00m.sql|mysql -pnagiosxi
service nagios restart