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
The environment variables for the mysql/mysql-server container are defined by the official MySQL image on docker hub. These are required to get the mysql container up and running. The backup container will (or should) pickup these env vars automatically when linked to the MySQL container.
Regarding the CLI, you should be able to run this docker command:
docker run --name my-backup --link my-mysql -v /var/mysql_backups:/backup confirm/mysql-backup
At least that worked for "older" Docker versions. Need to check out the other issues if there's a problem with this command today :)
I have difficulties following the documentation. Questions I have:
<CONTAINER>_ENV_MYSQL_DATABASE
the same asMYSQL_DATABASE
in my docker-compose or do I need to define a variable called exactly like this?My docker-compose.yml
The text was updated successfully, but these errors were encountered: