Hi,

I've spent the last couple hours trying to deploy a publicly available
app (redmine).  It appears that my database.yml file is not being
overwritten as indicated on the group.  In fact, this whole stage is
actually really quite confusing.  Some documentation here would help
immensely.

In any event, I have a database.yml that looks something like:

production:
  adapter: postgresql
  database: redmine
  host: localhost
  username: redmine
  password: redmine
  encoding: utf8

development:
  adapter: postgresql
  database: redmine
  host: localhost
  username: redmine
  password: redmine
  encoding: utf8

It appears that this file is being used as is, and the connection
information is clearly incorrect.  My logs are filled with:

PGError (could not translate host name "localhost" to address: Name or
service not known)

Consequently, I also cannot do anything from the console.

Any clarification would be much appreciated.

Thanks,
Kevin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to