前提・実現したいこと
Ruby on Railsを使い、webアプリケーションを作っています。
コマンドプロンプトで以下のコマンドを実行すると、
rails db:migrate
エラー(?)が発生します。
rails aborted! 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? bin/rails:4:in `require' bin/rails:4:in `<main>' Tasks: TOP => db:version (See full trace by running task with --trace)
これはどういうことなのでしょうか。
また、どうすれば解決できますか。
追記
環境
Windows10
Ruby 2.6.3
Rails 5.1.7
回答1件
あなたの回答
tips
プレビュー