实习空字符串”" />

heroku db:pull 返回 "ArgumentError ->实习空字符串”

发布于 2024-10-14 20:50:00 字数 339 浏览 1 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

因为看清所以看轻 2024-10-21 20:50:00

这不是您收到的确切错误,但 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)

长伴 2024-10-21 20:50:00

问题不在于水龙头:我的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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文