*现在轨道でブログを作っています。 现在我想通过ruby在rails上制作博客。
*本番环境はheroku上で分贝は的PostgreSQLを使用しています。
我使用heroku而db是postgresql。
本番用にrake db:migrate RAILS_ENV=production
を行ったのですが,
而rake db:migrate RAILS_ENV=production
,
我遇到了一些错误。
PG::ConnectionBad: could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432?
というエラーがでて迁移ができません。 我不能移民......
どなたか解决策をお愿いします。
如何解决这个问题?
......................................
我刚刚安装了postgresql,现在又出现了另一个错误
C:\ Sites \ workspace \ sample_app> rake db:migrate RAILS_ENV = production 耙子流产了! PG :: ConnectionBad:fe_sendauth:没有提供密码
任务:TOP => DB:迁移 (通过使用--trace运行任务查看完整跟踪)