]> git.ekhem.eu.org Git - server.git/commitdiff
[postgres] Upgrade from 15 to 17.
authorJakub Czajka <jakub@ekhem.eu.org>
Tue, 16 Dec 2025 12:49:15 +0000 (13:49 +0100)
committerJakub Czajka <jakub@ekhem.eu.org>
Tue, 16 Dec 2025 14:45:06 +0000 (15:45 +0100)
postgres/postgresql.conf

index 65b9b4ef58155d07668f3dcb7a3bacd24362f0c4..bb58a57758175a9d783c85277bbf5657e92e63c7 100644 (file)
 # 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.
-external_pid_file = '/var/run/postgresql/15-main.pid'                  # write an extra PID file
+external_pid_file = '/var/run/postgresql/17-main.pid'                  # write an extra PID file
                                        # (change requires restart)
 
 
@@ -599,7 +599,7 @@ log_timezone = 'Europe/Warsaw'
 # PROCESS TITLE
 #------------------------------------------------------------------------------
 
-cluster_name = '15/main'                       # added to process titles if nonempty
+cluster_name = '17/main'                       # added to process titles if nonempty
                                        # (change requires restart)
 #update_process_title = on