1

I'm trying to dump an heroku app's DB to my local database with taps

Gems :

  • heroku (1.17.10)
  • taps (0.3.15)

Running :

$ heroku db:pull --app myapp --confirm myapp

gives me :

Failed to connect to database:
  ArgumentError -> interning empty string

What could be the reason ?

1
  • are you using ruby 1.9 on your local machine and/or your heroku stack? Commented Jan 27, 2011 at 14:56

2 Answers 2

0

It's not the exact error you're getting, but taps and Ruby 1.9 don't seem to play well together.

In case you're using Ruby 1.9 on the client side, you can try switching to Ruby 1.8 for taps push/pull (as suggested by sam)

Sign up to request clarification or add additional context in comments.

Comments

0

The issue wasn't in taps : my database.yml was broken !

If you get this error, check out your database config, it happens when taps wants connect to the local database.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.