Endelig fandt jeg den globale løsning til det.
Først skal du følge disse trin:
su - postgres
psql
-
Til postgres konfigurationsfil :
SHOW config_file;
outputtet skal være sådan her:
postgres=# SHOW config_file;
config_file
------------------------------------------
/etc/postgresql/9.6/main/postgresql.conf
(1 row)
og for hba_file brug:
SHOW hba_file;