I got this error:
connection failed for: your slave db-server here (SocketError: getaddrinfo:
Name or service not known), your primary db-server here (SocketError:
getaddrinfo: Name or service not known), **********.***.** (Errno::ECONNREFUSED:
Connection refused - connect(2))
While typing this command:
cap deploy:setup
I was using this site http://guides.beanstalkapp.com/deployments/deploy-with-capistrano.html.
How do I solve this error?
connection failed for: your slave db-server heresounds like you haven't entered the name or ip of your database server. It won't be able to find 'your slave-db here' because it's not a valid hostname. – Peter Duijnstee Aug 15 '12 at 19:12