Open Pierstoval opened 7 years ago
Facing the same issue.
It has to do with the pg gem and making sure it was able to install. I'm not 100% sure why the gem wasn't installed as part of your bundle install command, but you'll want to make sure "gem install pg" works before trying to use this gem. To have that work, you'll need to make sure your libpq.dll is in PATH and that you have the correct version in PATH.
Env:
I tried to execute the following to install mysql2postgres:
When using compiled binary:
When using bundle exec:
And I even tried using the bundled binary in the repository itself:
I am no ruby dev, and these dependency seem to be a bit tough to handle (maybe that's why I'm no ruby dev).
I spent a whole day on this, and you know, time is money, and I couldn't spend more time on this, like any other guy coming from Heroku would do.
Can anyone say what's going on and what's needed to finally install this app, because it's linked in Heroku docs to migrate from mysql to postgresql đŸ˜•