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 @@ -515,9 +515,10 @@ pg_upgrade.exe
515
515
516
516
<para>
517
517
Save any configuration files from the old standbys' configuration
518
- directories you need to keep, e.g. <filename>postgresql.conf</filename>,
519
- <literal>pg_hba.conf</literal>, because these will be overwritten or
520
- removed in the next step.
518
+ directories you need to keep, e.g. <filename>postgresql.conf</filename>
519
+ (and any files included by it), <filename>postgresql.auto.conf</filename>,
520
+ <literal>pg_hba.conf</literal>, because these will be overwritten
521
+ or removed in the next step.
521
522
</para>
522
523
</step>
523
524
@@ -605,7 +606,8 @@ rsync --archive --delete --hard-links --size-only --no-inc-recursive /vol1/pg_tb
605
606
<para>
606
607
If you modified <filename>pg_hba.conf</filename>, restore its original settings.
607
608
It might also be necessary to adjust other configuration files in the new
608
- cluster to match the old cluster, e.g. <filename>postgresql.conf</filename>.
609
+ cluster to match the old cluster, e.g., <filename>postgresql.conf</filename>
610
+ (and any files included by it), <filename>postgresql.auto.conf</filename>.
609
611
</para>
610
612
</step>
611
613
You can’t perform that action at this time.
0 commit comments