Skip to content
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

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

an3l
Copy link
Contributor

@an3l an3l commented Jan 4, 2024

No description provided.

Copy link
Member

@grooverdan grooverdan left a 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}
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From .env file

Copy link
Member

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
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I will .

@grooverdan grooverdan merged commit db83067 into master Jan 30, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants