zeenlym / docker-mariadb-backup

Docker image for backing up mariadb
GNU General Public License v3.0
6 stars 5 forks source link

Multi db #3

Closed joelbernstein closed 6 years ago

joelbernstein commented 6 years ago

this may need a little work but is basically there

joelbernstein commented 6 years ago

apologies, meant this for my fork ;-)

i'll push upstream in time, when i've documented the behaviour

zeenlym commented 6 years ago

Hy,

Why not making a plugin which calls mysqldump.py for each databases ?

joelbernstein commented 6 years ago

I wanted to be able to control the single / multi DB backup separately (and have both available at the same time) without messing too much with setting and re-setting the database environment variable.

Would you prefer a patch that just calls out to the existing Backup.py file?