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

chore: harden docker compose mysql version #149

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Revyn112
Copy link

This PR updates the MySQL version in Docker Compose from latest to 5.7.

Reason for Change

  • MySQL 8.0 / 9.0 deprecated and removed the mysql_native_password plugin, breaking legacy authentication.
  • Pinned to 5.7 to ensure compatibility and predictable behavior.

Benefits

  • Legacy authentication workflows remain functional.
  • Avoids issues caused by relying on latest for versioning.

@pdellaert
Copy link

I will have to test this a bit on the weekend, but I'm pretty sure this is fine. This is really only for dev, as in prod, it uses an external mysql server that isn't deployed as part of our K8s setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants