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

Lock mysql version to 5.7 #1

Merged
merged 1 commit into from
Mar 30, 2019
Merged

Lock mysql version to 5.7 #1

merged 1 commit into from
Mar 30, 2019

Conversation

viktorsmari
Copy link
Contributor

@viktorsmari viktorsmari commented Mar 29, 2019

We should lock down mysql version to prevent the following error which happens when using mysql:8

Waiting for MySQL server to answer..Got error: Plugin caching_sha2_password could not be loaded: Error loading shared library /usr/lib/mariadb/plugin/caching_sha2_password.so: No such file or directory

Because of this issue:
passbolt/passbolt_docker#103

It tries to load the latest version (now version 8) if we do not specify a version

@acobaugh acobaugh merged commit 54ad4ac into acobaugh:master Mar 30, 2019
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