I got this error after starting
export DATABASE_URL=postgres:
on the command line. Now when i run the command
$$ rake db:migrate
This is a complete mistake.
rake aborted!
PG::ConnectionBad: could not translate host name "Jillian" to address: nodename nor servname provided, or not known
Tasks: TOP => db:migrate
How can I install postgres?
PS I ran this tutorial https://devcenter.heroku.com/articles/heroku-postgresql#local-setup to configure pg for a python application, but I may have an older version of pg. I am trying to at least get postgres back, as it was before I ran this file
source
share