0

When running heroku db:pull, I immediately see this error:

Failed to connect to database:
  Sequel::DatabaseConnectionError -> TypeError: wrong argument type nil (expected Hash)

Even adding the --debug flag doesn't show anything extra.

  • heroku heroku-toolbelt/2.35.0 (x86_64-darwin10.8.0) ruby/1.9.3
  • taps 0.3.24
  • ruby 2.0.0-p0
  • rails 4.0.0.beta1
bricker
  • 8,911
  • 2
  • 44
  • 54

1 Answers1

0

Is your development DB correctly setup? e.g. can you start rails console and run a query?

Andy Waite
  • 10,785
  • 4
  • 33
  • 47