fradelg / docker-mysql-cron-backup

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

Add ability to use secrets for all mysql access params #87

Closed skimpax closed 2 years ago

skimpax commented 2 years ago

Currently, only password is got from docker secrets. This PR allow to set all parameters (user, password, database name), as is is done in the mariadb official docker image.

skimpax commented 2 years ago

Maybe I woke up too early, still closed eyes... never did a so crappy PR before. Hoping these new commits fix all.

fradelg commented 2 years ago

hehe, no worries, thank you for your contribution!