I get this error when running Heroku db:push --app myapp.
"Sequel::AdaptorNotFound -> LoadError: no such file to load -- pg"
Oddly heroku run rake db:schema:load and seed and migrate- all work correctly
I have the pg gem installed and have updated the heroku, taps and sequel gems.
The command auto detects my local postgres db correctly.
I have run heroku apps to make sure my app name is correct.
I have also run heroku info and see that a shared database exists.
Any help would be greatly appreciated as I am new to rails and heroku. thanks in advance