I have mysql daily backup without the order.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dimsum
Posts: 153
Joined: Thu Aug 15, 2013 6:05 pm

I have mysql daily backup without the order.

Post 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.
You do not have the required permissions to view the files attached to this post.
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: I have mysql daily backup without the order.

Post 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.
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!
Locked