Projekt

Allgemein

Profil

PostgreSQL Netzwerkkonfiguration (pg hbaconf) » Historie » Version 2

[X] Daniel S, 16.05.2025 10:11

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
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>