Skip to content

Instantly share code, notes, and snippets.

@tylerwillingham
Created January 30, 2012 00:42
Show Gist options
  • Save tylerwillingham/1701627 to your computer and use it in GitHub Desktop.
Save tylerwillingham/1701627 to your computer and use it in GitHub Desktop.
rake db:migrate
rake aborted!
could not connect to server: Connection refused
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused
Is the server running on host "localhost" (fe80::1) and accepting
TCP/IP connections on port 5432?
Tasks: TOP => db:migrate
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment