fradelg / docker-mysql-cron-backup

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

Request: Backup for multiple MySQL containers #84

Closed a1ad closed 2 years ago

a1ad commented 2 years ago

Hi,

Now I need to spin a new "docker-mysql-cron-backup" container for each MySQL docker container. I would be awesome to somehow have 1 backup-container that can access all my MySQL containers across different compose stacks to make a backup.

Is something like that feasible?

fradelg commented 2 years ago

Hi, thanks for using this project.

However, I think this is beyond the original goal of this project to keep things as simple as possible working like a sidecar for your MySQL databases.

Best