Page 1 of 1

I have mysql daily backup without the order.

Posted: Thu Aug 08, 2019 9:49 am
by dimsum
Hi,

I got a folder in /store/backup/mysql/daily it generates every day at 7:00. I did not have the order to run backup in this time. What is the process run this command? Can I stop it?

Thank you.

Re: I have mysql daily backup without the order.

Posted: Thu Aug 08, 2019 10:20 am
by mbellerue
The databases are backed up automatically from the nagiosxi cron.

/etc/cron.d/nagiosxi

Code: Select all

# Backup MySQL & PostgreSQL Databases
0   7 * * * root   /root/scripts/automysqlbackup
0   7 * * * root   /root/scripts/autopostgresqlbackup > /dev/null 2>&1

...
You can disable them by putting a # at the beginning of each of those lines. But we highly recommend that you just change them to run at a time that is acceptable for you.