On Thu, Jul 9, 2009 at 12:46 PM, Sarah Allen<[email protected]> wrote: > $ heroku db:push > Invalid database url > > development: > <<: *defaults > database: mightyverse_dev
I think the issue here is that taps turns the database credentials into a URL/URI, and URI.parse considers underscore an invalid character in the database name. I'm not sure why (this is in the path, not the hostname) - perhaps a patch to taps to handle this as a special case would be the workaround. Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
