0

I have adapter set to "mysql2" in my database.yml, yet when I try to deploy to Heroku, I get an error telling me, that I don't have Postgres installed... What the heck?

Gem::LoadError: Specified 'postgresql' for database adapter, but the gem is not loaded.
Jake S.
  • 568
  • 6
  • 25

1 Answers1

0

Heroku works ONLY WITH POSTGRESQL

you should add postgresql to envirement what you use on Heroku

UPDATED

but Heroku has huck for MySQL:

TAKE A LOOK

Community
  • 1
  • 1
Oleh Sobchuk
  • 3,612
  • 2
  • 25
  • 41