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

autopilotpattern/mysql:latest didn't work for me. #42

Open
khangngu opened this issue Dec 28, 2016 · 4 comments
Open

autopilotpattern/mysql:latest didn't work for me. #42

khangngu opened this issue Dec 28, 2016 · 4 comments

Comments

@khangngu
Copy link

To get the wordpress autopilot to work successfully, I had to modify the docker-compose.yml file to use "autopilotpattern/mysql:5.6r3.1.0".

@misterbisson
Copy link
Contributor

@khangngu: can you say what errors you encountered before you changed the MySQL image tag?

@khangngu
Copy link
Author

Sorry I wasn't able to detect the exact error or find any useful clue in the log files. But I noticed that the wordpress autopilot only worked for me on one of the datacenters where I already had the image "autopilotpattern/mysql:5.6r3.1.0". On the other datacenters where the newer image "autopilotpattern/mysql:latest" was pulled, the wordpress deployment didn't work. The mysql instance was created successfully, but it looked like mysql database was not set up correctly. After I modified the docker-compose.yml file, the deployment for wordpress autopilot worked on the datacenters where it didn't work before.

@doct15
Copy link

doct15 commented Dec 29, 2016

I had the same issue. Watching the logs (stdout of mysql) there was a stream of errors.
2016/12/29 00:31:56 ERROR manage Replica is not replicating.
2016/12/29 00:32:00 ERROR manage Replica is not replicating.

Changing to the version, indicated above, solved the issue.

@tgross
Copy link

tgross commented Jan 12, 2017

We probably should pin the version. The latest is probably showing the problem that I'm looking into in autopilotpattern/mysql#71

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

No branches or pull requests

4 participants