Projekt

Allgemein

Profil

PostgreSQL Netzwerkkonfiguration (pg hbaconf) » Historie » Version 3

[X] Daniel S, 23.05.2025 09:20

1 1 [X] Daniel S
h1. PostgreSQL Netzwerkkonfiguration (pg hbaconf)
2
3
syncro/APPS IMMER passwort, da sonst kein dblink funktinoiert.
4
postgres lokal trust wegen scripten und konsole.
5
<pre>
6 3 [X] Daniel S
# PRODAT local & loopback
7 2 [X] Daniel S
host    all             APPS,SYS.dblink,syncro   all            md5
8 1 [X] Daniel S
host    all             postgres        127.0.0.1/32            trust
9
host    all             postgres        ::1/128                 trust
10
</pre>