Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cef30b6

Browse files
committed
pg_upgrade doc: mention saving postgresql.conf.auto files
Also mention files included by postgresql.conf. Reported-by: Álvaro Herrera Discussion: https://postgr.es/m/08AD4526-75AB-457B-B2DD-099663F28040@yesql.se Backpatch-through: 9.5
1 parent 97dc0d1 commit cef30b6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/src/sgml/ref/pgupgrade.sgml

+6-4
Original file line numberDiff line numberDiff line change
@@ -516,9 +516,10 @@ pg_upgrade.exe
516516

517517
<para>
518518
Save any configuration files from the old standbys' configuration
519-
directories you need to keep, e.g. <filename>postgresql.conf</filename>,
520-
<literal>pg_hba.conf</literal>, because these will be overwritten or
521-
removed in the next step.
519+
directories you need to keep, e.g. <filename>postgresql.conf</filename>
520+
(and any files included by it), <filename>postgresql.auto.conf</filename>,
521+
<literal>pg_hba.conf</literal>, because these will be overwritten
522+
or removed in the next step.
522523
</para>
523524
</step>
524525

@@ -606,7 +607,8 @@ rsync --archive --delete --hard-links --size-only --no-inc-recursive /vol1/pg_tb
606607
<para>
607608
If you modified <filename>pg_hba.conf</filename>, restore its original settings.
608609
It might also be necessary to adjust other configuration files in the new
609-
cluster to match the old cluster, e.g. <filename>postgresql.conf</filename>.
610+
cluster to match the old cluster, e.g., <filename>postgresql.conf</filename>
611+
(and any files included by it), <filename>postgresql.auto.conf</filename>.
610612
</para>
611613
</step>
612614

0 commit comments

Comments
 (0)