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

[docker]Use mysql instead of percona #725

Merged
merged 1 commit into from
May 12, 2022

Conversation

Ferror
Copy link
Contributor

@Ferror Ferror commented May 5, 2022

The Percona was introduced in the docker-compose in 2018, but we officially do not support this database provider (even if it is MySQL-based db engine)

@Ferror Ferror requested a review from a team as a code owner May 5, 2022 18:20
@@ -20,7 +20,7 @@ services:

mysql:
# in production, we may want to use a managed database service
image: percona:5.7
image: mysql:5.7 # Sylius is fully working on mysql 8.0 version
Copy link
Member

Choose a reason for hiding this comment

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

Why didn't you change the version to 8.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There is no reason. We support both versions, but which is preferable for us - I don't know.

I can create additional PR with the version change, as the goal of PR was to clarify the db engine. Comment was extra 😄

@lchrusciel lchrusciel added Enhancement Docker Docker-related issues and PRs. labels May 6, 2022
@lchrusciel lchrusciel merged commit 2e46beb into Sylius:master May 12, 2022
@lchrusciel
Copy link
Member

Thanks, Zbigniew! 🥇

@Ferror Ferror deleted the docker-mysql-instead-of-percona branch May 13, 2022 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docker Docker-related issues and PRs. Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants