I'm trying to create a server with external IP in my pgAdmin 4, however the following error occurs when I try to save it:
Accessing the file pg_hba.conf
I checked that it is currently so:
TYPE DATABASE USER ADDRESS METHOD
IPv4 local connections:
host all all 192.168.1.130/32 md5
host all all 0.0.0.0/0 trust
IPv6 local connections:
host all all :: 1/128 md5
I have tried to change the host all 192.168.1.130/32 md5 line to postgres host postgres 192.168.1.130/32 md5 , but the error persists; >
If you have any suggestions.