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

Поиск
Список
Период
Сортировка
От bvo
Тема Re: how to connect pgadmin 4.16 to postgres db in linux
Дата
Msg-id 1577728557726-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: how to connect pgadmin 4.16 to postgres db in linux  (robert <robert@redcor.ch>)
Ответы Re: how to connect pgadmin 4.16 to postgres db in linux  (bvo <pepevo@yahoo.com>)
Список 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



В списке pgsql-admin по дате отправления:

Предыдущее
От: robert
Дата:
Сообщение: Re: how to connect pgadmin 4.16 to postgres db in linux
Следующее
От: bvo
Дата:
Сообщение: Re: how to connect pgadmin 4.16 to postgres db in linux