postgresql - Cannot connect to local postgres database via pgAdmin4 (Mac) -
i have 2 databases running locally, able connect both via psql command line, when attempt connect second database, unit test db, throws "connection server has been lost" error. have no issues connecting development database via pgadmin4.
here console output:
$ psql psql (9.6.4) type "help" help. admin=# \c development connected database "development" user "admin". development=# \c test connected database "test" user "admin". test=#

Comments
Post a Comment