-
Notifications
You must be signed in to change notification settings - Fork 12
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
Problem: MySQL service down in AtoM Trusty playbook #74
Comments
@jraddaoui the ansible-percona travis test for trusty passed with the default of 5.6 so this is unexpected 😞. Anything helpful in the error logs? |
Hi @hakamine , In atom-trusty, using Percona 5.6, when the "Purge database" task is reached, MySQL is down:
Here's https://gist.github.com/jraddaoui/89543b2d7901e5e72987628cc3cbaaed |
And |
@jraddaoui It looks like the problem is not with percona 5.6 but with the playbook running the role |
That's a lot better, thanks @hakamine! |
I've tested in both Vagrant boxes and merged. |
We have changed the Ubuntu version check to install the Percona server in artefactual-labs/ansible-percona@16a44e5
After those changes it installs Percona 5.6 by default in Ubuntu Trusty if it's not changed in the playbook using the new
mysql_version_major
andmysql_version_minor
variables.The text was updated successfully, but these errors were encountered: