On Wed, Oct 23, 2013 at 9:29 AM, Brian <[email protected]> wrote: > I tried that but got this message: LOCAL_TARGET_DATABASE is not a valid > database name >
Oh I see. Sorry, I spoke too soon on my other response. It's not documented exactly obvious, but any of the environment variables available to libpq[1] can be used here, the relevant one being PGPORT. So try: PGPORT=<custom-port heroku pg:pull [...] [1] http://www.postgresql.org/docs/9.2/static/libpq-envars.html -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. 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_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
