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] Fix mysql volume usage for new multi-process containers #2768

Merged
merged 1 commit into from May 3, 2020

Conversation

dsander
Copy link
Collaborator

@dsander dsander commented May 1, 2020

The Ubuntu upgrade (or changes to MySQL after the update was initially
tested) broke the usage of mounting a directory as the MySQL data volume
for the multi-process image.

Why --admin-auth-plugin=mysql_native_password was needed (or I thought
it was needed) is beyond me now. Passing the mysqld process the
--init-file option which creates our database user seems to work in
all use cases.

#2745
#2757

The Ubuntu upgrade (or changes to MySQL after the update was initially
tested) broke the usage of mounting a directory as the MySQL data volume
for the multi-process image.

Why `--admin-auth-plugin=mysql_native_password` was needed (or I thought
it was needed) is beyond me now. Passing the `mysqld` process the
`--init-file` option which creates our database user seems to work in
all use cases.

 huginn#2745
 huginn#2757
@knu knu merged commit 13d0ca3 into huginn:master May 3, 2020
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.

None yet

2 participants