Skip to content
This repository was archived by the owner on Oct 12, 2018. It is now read-only.

Install mysql#8

Open
ealter wants to merge 2 commits intodocteurklein:masterfrom
ealter:install_mysql
Open

Install mysql#8
ealter wants to merge 2 commits intodocteurklein:masterfrom
ealter:install_mysql

Conversation

@ealter
Copy link
Copy Markdown

@ealter ealter commented Aug 31, 2017

This fixes #6

Before this change:

~/migrations/eliot$ docker run --volume $(pwd):/src --rm docteurklein/sqitch:mysql deploy -t eliot_test
Deploying changes to eliot_test                                                                                                                                      
  + tiny_table ............ not ok          
"mysql" failed to start: "No such file or directory"                                                                                                                 
                                         
Deploy failed

After this change (using sqitch:mysql as the tag for this docker container):

~/migrations/eliot$ docker run --volume $(pwd):/src --rm sqitch:mysql deploy -t eliot_test                                            
Deploying changes to eliot_test          
  + tiny_table .. ok

I also made a note in the readme about mounting the current directory into the docker container so that sqitch can access your migration files.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"mysql" failed to start: "No such file or directory"

1 participant