Connection error with heroku db:push with postgresql
Posted
by Toby Hede
on Stack Overflow
See other posts from Stack Overflow
or by Toby Hede
Published on 2010-04-19T12:51:52Z
Indexed on
2010/04/25
3:53 UTC
Read the original article
Hit count: 330
I have suddenly started seeing this strange error when trying to push my database to heroku.
> heroku db:push
Auto-detected local database: postgres://infinity:infinity@localhost/infinity_development?encoding=utf8
Failed to connect to database:
Sequel::DatabaseConnectionError -> TypeError wrong argument type String (expected Array)
My app works fine - the credentials are all set locally.
© Stack Overflow or respective owner