【发布时间】:2015-04-10 08:02:36
【问题描述】:
就像标题一样 - 当我尝试在 Heroku 上运行数据库时,我收到了这个错误。
heroku run rake db:migrate
Running `rake db:migrate` attached to terminal... up, run.3332
! Authentication error
就是这样。我正在关注这个 (https://devcenter.heroku.com/articles/getting-started-with-ruby#use-a-database) 教程,直到此刻一切顺利。我什至找不到任何类似的话题。
@编辑
我试着关注这个话题:https://github.com/ddollar/heroku-accounts/issues/47
甚至重新创建帐户也无济于事。
【问题讨论】:
-
这里有一些非常好的建议来解决 Heroku 上的身份验证问题:stackoverflow.com/questions/22957664/…
标签: ruby-on-rails postgresql authentication heroku