I have the environment variable, PGPORT set to the custom port. I am also starting the pg:pull command with:
PGPORT=15432 heroku pg:pull HEROKU_POSTGRESQL_ROSE local_db -a appname On Tuesday, November 5, 2013 12:43:07 AM UTC-5, Harold Giménez wrote: > > > Hi Brian, > > On Sat, Nov 2, 2013 at 7:04 PM, Brian <[email protected] <javascript:>>wrote: > >> could not connect to server: Connection refused >> Is the server running on host "localhost" (::1) and accepting >> TCP/IP connections on port 5432? >> could not connect to server: Connection refused >> Is the server running on host "localhost" (127.0.0.1) and accepting >> TCP/IP connections on port 5432? >> could not connect to server: Connection refused >> > > That's odd, this is working fine for me and other users. What exact command > are you running? What version of psql are you using (psql --version)? What > command > do you usually run when connecting via psql? That would help determine > what > connection settings are used to connect successfully. > > Thanks, > > -Harold > -- -- 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.
