mbucc / shmig

Database migration tool written in BASH.
BSD 3-Clause "New" or "Revised" License
458 stars 49 forks source link

[Debian 8] shmig: () is not available #27

Closed adlenafane closed 7 years ago

adlenafane commented 7 years ago

Hi,

I can successfully use shmig on Ubuntu but when I tried on Debian 8 but I get the following error:

./shmig -t mysql -d db_name up
shmig:  () is not available

It seems that the up (or create, or down) is not correctly retrieve. Any idea why?

Hints:

Thanks

adlenafane commented 7 years ago

Ok found it, it's due to the which which does not return anything for which mysql, I'm checking this

adlenafane commented 7 years ago

Tried to explicit the message with https://github.com/mbucc/shmig/pull/28