File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments