Skip to content

Instantly share code, notes, and snippets.

@k2xl
Created September 30, 2012 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k2xl/3808706 to your computer and use it in GitHub Desktop.
Save k2xl/3808706 to your computer and use it in GitHub Desktop.
←[1m←[30m←[46m gems←[1m←[36m Enter your selection:←[0m 1
run bundle exec rake db:drop from "."
Couldn't drop myapp_development : #<PG::Error: could not connect to server: Connection refused (0x0000274D
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?
>
Couldn't drop myapp_test : #<PG::Error: 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?
>
run bundle exec rake db:create:all from "."
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment