heroku db:pull 返回 "ArgumentError ->实习空字符串”
我正在尝试使用 Taps
Gems 将 Heroku 应用程序的数据库转储到我的本地数据库:
- heroku (1.17.10)
- Taps (0.3.15)
运行:
$ heroku db:pull --app myapp --confirm myapp
给我:
Failed to connect to database:
ArgumentError -> interning empty string
可能是什么原因?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这不是您收到的确切错误,但 taps 和 Ruby 1.9 似乎没有一起玩得很好。
如果您在客户端使用 Ruby 1.9,则可以尝试切换到 Ruby 1.8 以进行点击推/拉(如 由 sam 建议)
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)
问题不在于水龙头:我的database.yml 损坏了!
如果您收到此错误,请检查您的数据库配置,当 Taps 想要连接到本地数据库时会发生这种情况。
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.