vault backup: 2024-05-15 19:12:54

This commit is contained in:
2024-05-15 19:12:54 +02:00
commit f51d8fdd2f
119 changed files with 154202 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Postgresql für andere im Netz zugänglich machen
im Ordner ``PostgreSQL/16/data`` in die Datei ``pg_hba.conf`` einfügen, folgendes einfügen:
```
host all all IP/MASK scram-sha-256
```
---