Projekt

Allgemein

Profil

PostgreSQL Netzwerkkonfiguration (pg hbaconf) » Historie » Version 1

[X] Daniel S, 16.05.2025 08:13

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
host    all             syncro, APPS    all                     md5
8
host    all             postgres        127.0.0.1/32            trust
9
host    all             postgres        ::1/128                 trust
10
</pre>