Praqma / staci

Containerizing the Atlassian tools stack. Jira, Confluence, Bamboo and a MySQL database.
MIT License
12 stars 5 forks source link

MySQL is not initialised when staci is done #51

Closed hoeghh closed 8 years ago

hoeghh commented 8 years ago

This issue was created based on issue #50

Tested on virtualbox with cluster - ok Tested on virtualbox wothout cluster - ok Tested locally - ok

The reason was that MySQL init did a restart of MySQL. So when saying that it was up and running, it did a restart. Therfore the InitMysql script did not work, as MySQL was not up yet. Now we test for init, and then ready.