ruby – heroku db:拉不行?

前端之家收集整理的这篇文章主要介绍了ruby – heroku db:拉不行?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我收到以下错误信息:
heroku db:pull --debug postgres://USERNAME:PASSWORD@localhost/test 
Loaded Taps v0.3.23
Warning: Data in the database 'postgres://USERNAME:PASSWORD@localhost/test' will be overwritten and will not be recoverable.
Receiving schema
Unable to fetch tables information from http://heroku:foo9dsfsdfsdb465ar@taps19.heroku.com. Please check the server log.

上面的命令不会在日志中产生任何可以使用’heroku日志’查看的消息.

任何想法我做错了什么?

解决方法

使用pgbackup而不是tap / db:pull

http://devcenter.heroku.com/articles/pgbackups

原文链接:https://www.f2er.com/ruby/267197.html

猜你在找的Ruby相关文章