fradelg / docker-mysql-cron-backup

Docker image to backup all your databases periodically
Apache License 2.0
287 stars 111 forks source link

CPU spikes every minute #118

Closed dynamicsamurai816 closed 3 months ago

dynamicsamurai816 commented 3 months ago

image_2024-05-02_214300508

What is the reason for this? The db backup image is spiking every minute.

db_backup: image: fradelg/mysql-cron-backup environment:

the image is set to make a backup twice a day. For a simple cronjob that runs twice a day, the cpu spikes are quite a lot.

dynamicsamurai816 commented 3 months ago

Figured out that adding

healthcheck: disable: true

to the compose file will disable it