File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -516,9 +516,10 @@ pg_upgrade.exe
516
516
517
517
<para>
518
518
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.
522
523
</para>
523
524
</step>
524
525
@@ -606,7 +607,8 @@ rsync --archive --delete --hard-links --size-only --no-inc-recursive /vol1/pg_tb
606
607
<para>
607
608
If you modified <filename>pg_hba.conf</filename>, restore its original settings.
608
609
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>.
610
612
</para>
611
613
</step>
612
614
You can’t perform that action at this time.
0 commit comments