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.
I have mysql daily backup without the order.
I have mysql daily backup without the order.
You do not have the required permissions to view the files attached to this post.
Re: I have mysql daily backup without the order.
The databases are backed up automatically from the nagiosxi cron.
/etc/cron.d/nagiosxi
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.
/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
...
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!