Projekt

Allgemein

Profil

PostgreSQL Netzwerkkonfiguration (pg hbaconf) » Historie » Revision 5

Revision 4 ([X] Daniel S, 23.05.2025 09:31) → Revision 5/8 ([X] Daniel S, 23.05.2025 09:50)

h1. PostgreSQL Netzwerkkonfiguration (pg hbaconf) 

 syncro/APPS IMMER passwort, da sonst kein dblink funktinoiert. 
 postgres lokal trust wegen scripten und konsole. 
 <pre> 
 # PRODAT local & loopback 
 host      all               postgres          127.0.0.1/32              trust 
 host      all               postgres          ::1/128                   trust 
 host      all               APPS,SYS.dblink,syncro     all              md5 

 host      all               all               all                       md5    # beinhaltet die Zeile darüber! Von überall aus zugänglich via md5 

 #host      all               all               192.168.0.0/16            md5 # nur auf das aus Subnetz eingeschänkt! 

 </pre>