You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should check environment in DB container, with docker-compose version "2" DB variables is not published, thus mysql-backup could not find credentials.
Check this https://docs.docker.com/compose/link-env-deprecated/
With version "1" just ok, but beware, fresh MySQL 5.7 will be buggy due to mydumper/mydumper#6
@mprokopov Would you be interested in helping solving this issue? If I'm understanding this correctly, we no longer can access env vars from a different container due to deprecation of the link feature. Thus, we need to defined the credentials explicitly, right? :/
https://asciinema.org/a/43800
What's wrong?
The text was updated successfully, but these errors were encountered: