Re: how to connect pgadmin 4.16 to postgres db in linux

From: bvo <pepevo(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: how to connect pgadmin 4.16 to postgres db in linux
Date: 2019-12-30 17:55:57
Message-ID: 1577728557726-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

my listen_address has set to '*' in postgres.conf

pg_hba.conf:

# IPv4 local connections:
host all all 127.0.0.1/32 trust
host all all ::0/0 md5
local all postgres trust
host all other_user 0.0.0.0/0 trust

# IPv6 local connections:
host all all ::1/128 indent

#allow replication connection from localhost, by a user with replication
privilege
local replication all trust
host replication all 127.0.0.1/32 trust
host replication all ::1/128 trust
host replication replicauser master'sIP trust
host replication replicauser slave'sIP trust

pgadmin still can't connect to the database.

thank you.

Bach-Nga

--
Sent from: https://www.postgresql-archive.org/PostgreSQL-admin-f2076596.html

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message bvo 2019-12-31 14:30:10 Re: how to connect pgadmin 4.16 to postgres db in linux
Previous Message robert 2019-12-30 17:44:30 Re: how to connect pgadmin 4.16 to postgres db in linux