From 091fef52ae2d6dd63725f5a6fd55f386736b91fb Mon Sep 17 00:00:00 2001 From: Someone Date: Sat, 23 Aug 2025 23:22:34 +0200 Subject: [PATCH] roles/server/postgresql/files --- roles/server/postgresql/files/default/postgresql.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/server/postgresql/files/default/postgresql.conf b/roles/server/postgresql/files/default/postgresql.conf index 2eedcc8..5064618 100644 --- a/roles/server/postgresql/files/default/postgresql.conf +++ b/roles/server/postgresql/files/default/postgresql.conf @@ -46,11 +46,11 @@ # The default values of these variables are driven from the -D command-line # option or PGDATA environment variable, represented here as ConfigDir. -data_directory = '/var/lib/postgresql/15/main' # use data in another directory +data_directory = '/var/lib/postgresql/17/main' # use data in another directory # (change requires restart) -hba_file = '/etc/postgresql/15/main/pg_hba.conf' # host-based authentication file +hba_file = '/etc/postgresql/17/main/pg_hba.conf' # host-based authentication file # (change requires restart) -ident_file = '/etc/postgresql/15/main/pg_ident.conf' # ident configuration file +ident_file = '/etc/postgresql/17/main/pg_ident.conf' # ident configuration file # (change requires restart) # If external_pid_file is not explicitly set, no extra PID file is written. -- 2.47.2