fradelg / docker-mysql-cron-backup

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

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

Closed skimpax closed 1 year ago

skimpax commented 1 year 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 1 year 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 1 year ago

hehe, no worries, thank you for your contribution!