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

dokku mariadb:create <service> freezes #46

Closed
j-a-m-l opened this issue May 4, 2016 · 2 comments
Closed

dokku mariadb:create <service> freezes #46

j-a-m-l opened this issue May 4, 2016 · 2 comments

Comments

@j-a-m-l
Copy link

j-a-m-l commented May 4, 2016

I've traced the execution until functions#L257.

After stopping the command (Ctrl + c), the new service is frozen as "restarting" and can't be remove (it is detected as stopped), so the only way to really stop its container is sudo docker stop <id>.

dokku mariadb:logs <service> returns this (repeated more than 10 times):

error: database is uninitialized and password option is not specified
You need to specify one of MYSQL_ROOT_PASSWORD, MYSQL_ALLOW_EMPTY_PASSWORD and MYSQL_RANDOM_ROOT_PASSWORD
@josegonzalez
Copy link
Member

Can you try master now? I did a bit of refactoring last night, guess it wasn't well tested.

@j-a-m-l
Copy link
Author

j-a-m-l commented May 4, 2016

Yeah! It worked flawlessly. Thank you

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

No branches or pull requests

2 participants