3939# The default values of these variables are driven from the -D command-line
4040# option or PGDATA environment variable, represented here as ConfigDir.
4141
42- data_directory = '/var/lib/postgresql/12 /main' # use data in another directory
42+ data_directory = '/var/lib/postgresql/14 /main' # use data in another directory
4343 # (change requires restart)
44- hba_file = '/etc/postgresql/12 /main/pg_hba.conf' # host-based authentication file
44+ hba_file = '/etc/postgresql/14 /main/pg_hba.conf' # host-based authentication file
4545 # (change requires restart)
46- ident_file = '/etc/postgresql/12 /main/pg_ident.conf' # ident configuration file
46+ ident_file = '/etc/postgresql/14 /main/pg_ident.conf' # ident configuration file
4747 # (change requires restart)
4848
4949# If external_pid_file is not explicitly set, no extra PID file is written.
50- external_pid_file = '/var/run/postgresql/12 -main.pid' # write an extra PID file
50+ external_pid_file = '/var/run/postgresql/14 -main.pid' # write an extra PID file
5151 # (change requires restart)
5252
5353
@@ -543,7 +543,7 @@ log_timezone = 'Etc/UTC'
543543# PROCESS TITLE
544544#------------------------------------------------------------------------------
545545
546- cluster_name = '12 /main' # added to process titles if nonempty
546+ cluster_name = '14 /main' # added to process titles if nonempty
547547 # (change requires restart)
548548#update_process_title = on
549549
@@ -559,7 +559,7 @@ cluster_name = '12/main' # added to process titles if non
559559#track_io_timing = off
560560#track_functions = none # none, pl, all
561561#track_activity_query_size = 1024 # (change requires restart)
562- stats_temp_directory = '/var/run/postgresql/12 -main.pg_stat_tmp'
562+ stats_temp_directory = '/var/run/postgresql/14 -main.pg_stat_tmp'
563563
564564
565565# - Monitoring -
0 commit comments