无法连接到服务器-Postgresql-12和pgAdmin4

时间:2020-11-03 03:12:31

标签: linux postgresql connect pgadmin pgadmin-4

昨天我在Linux Pop!_OS 20.1中安装了postgresql-12和pgAdmin4。

我使用pgAdmin4轻松连接了我的工作服务器之一。

但是当我尝试与其他人建立连接时,出现错误:

if cond, ok := condition["id"]; !ok { // <nil> false
    log.Println("Pointer is null")
} else {
    // Init new guardduty.Condition
    // and assign to required key
    nc := &guardduty.Condition{Equals:strPtr}
    condition["id"] = nc
}

Unable to connect to server:

FATAL: no pg_hba.conf entry for host "IP ", user "USER", database "postgres", SSL on
FATAL: no pg_hba.conf entry for host "IP ", user "USER", database "postgres", SSL off

我已经尝试在postgresql.conf和pg_hba.conf中添加一些行,但是没有任何效果。

0 个答案:

没有答案