From 8a1e21d641edde0a753e525b7272fbda2a1ec1f12230e7f431568467b90252bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Sun, 15 Feb 2026 23:56:48 +0100 Subject: [PATCH] postgres fixes --- postgres/pg_hba.conf | 2 +- postgres/postgresql.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres/pg_hba.conf b/postgres/pg_hba.conf index 1eb70ea..be13d7a 100644 --- a/postgres/pg_hba.conf +++ b/postgres/pg_hba.conf @@ -1,4 +1,4 @@ # TYPE DATABASE USER ADDRESS METHOD # Database administrative login by Unix domain socket, do not disable local all postgres peer -local all all peer +local all pretix trust diff --git a/postgres/postgresql.conf b/postgres/postgresql.conf index 951000b..dbbc561 100644 --- a/postgres/postgresql.conf +++ b/postgres/postgresql.conf @@ -4,7 +4,7 @@ ident_file = '/etc/postgresql/17/events/pg_ident.conf' external_pid_file = '/var/run/postgresql/17-events.pid' listen_addresses = '' -port = 5433 +port = 5432 max_connections = 100 unix_socket_directories = '/var/run/postgresql' unix_socket_permissions = 0777