-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MDBF 633: Docker compose file example for MySQL 5.7 migration #551
Conversation
1e69500
to
214333c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
feel free to merge after consideration
environment: | ||
<<: *common-variables | ||
MARIADB_AUTO_UPGRADE: 1 | ||
container_name: ${MYSQL_MIGRATE_name} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is MYSQL_MIGRATE_name
from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From .env file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not MARIADB_ROOT_PASSWORD and the other alternative MARIADB_ env vars?
services: | ||
mariadb-from-mysql57: | ||
environment: | ||
<<: *common-variables |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
common variables aren't used when there's an upgrade. Remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I will .
214333c
to
dd974d0
Compare
dd974d0
to
fb07772
Compare
No description provided.