On Sat, 22 Nov 2008, Keenan Brock wrote:
> That is a little strange as I thought Heroku was running postgress

That would explain why it couldn't connect to the local MySQL socket.  :)

> On Nov 22, 2008, at 4:05 AM, Nate Clark <[EMAIL PROTECTED]> wrote:
>> I must be missing something here ... I've imported my app, deploying
>> it via git, and when Heroku tries to run the migrations I get:

Was your app running on MySQL when you imported it?  Most likely.  Check 
/config/database.yml and see what it's pointed to.  Likely you need to 
change the production settings to indicate the Heroku postgres server. 
Not sure what those settings are off the top of my head, but that's likely 
the culprit...

The database for a Heroku app *is* automatically created for you, but if 
you've imported an existing app, the config/database.yml file won't have 
changed automatically to point to the Heroku database.

...Paul

             ** ...Paul, [EMAIL PROTECTED], Insane Engineer **
      ** Visit Project Galactic Guide http://www.galactic-guide.com/ **
                   "I love it when a plan comes together."

--~--~---------~--~----~------------~-------~--~----~
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