rake db:migrate RAILS_ENV = production会出错

时间:2014-09-02 12:15:27

标签: ruby-on-rails ruby deployment web-deployment webdeploy

当我运行命令时:rake db:migrate RAILS_ENV=production我收到以下错误:

rake aborted!
PG::ConnectionBad: could not connect to server: Connection refused
        Is the server running on host "93.188.167.2" and accepting
        TCP/IP connections on port 5432?

所以我猜我的服务器没有在端口5432上侦听。那我该如何解决呢?

我知道我必须编辑一些文件,所以除了关于如何实际编辑文件的说明(我猜它是名为postgresql.conf的文件?),请告诉我应该在哪里找到它。

我的网络应用程序位于服务器上的此目录:/ home / admin / www / webstudio

编辑:我已尽力遵循此处给出的说明:http://alexbachuk.com/launch-rails-4-application-with-passenger-and-nginx/

0 个答案:

没有答案