Why do I get this error when I try to push my SQLite3 to Postgresql (via Taps) on Cedar Stack?
- by rhodee
I've done quite a bit of research on Heroku Dev Center and I am now looking to the community for help. Here is my problem. I can not push my db to Heroku Cedar Stack. I am trying to migrate a sqlite database to postgresql via Taps gem. When I am ready to deploy I run:
bundle install --without production
heroku run db:push
I get the following…