@@ -480,10 +480,11 @@ pg_upgrade.exe
480
480
<title>Save configuration files</title>
481
481
482
482
<para>
483
- Save any configuration files from the old standbys' data
484
- directories you need to keep, e.g. <filename>postgresql.conf</>,
485
- <literal>recovery.conf</>, because these will be overwritten or
486
- removed in the next step.
483
+ Save any configuration files from the old standbys' configuration
484
+ directories you need to keep, e.g. <filename>postgresql.conf</filename>
485
+ (and any files included by it), <filename>postgresql.auto.conf</filename>,
486
+ <literal>recovery.conf</literal>, <literal>pg_hba.conf</literal>,
487
+ because these will be overwritten or removed in the next step.
487
488
</para>
488
489
</step>
489
490
@@ -571,7 +572,8 @@ rsync --archive --delete --hard-links --size-only --no-inc-recursive /vol1/pg_tb
571
572
<para>
572
573
If you modified <filename>pg_hba.conf</>, restore its original settings.
573
574
It might also be necessary to adjust other configuration files in the new
574
- cluster to match the old cluster, e.g. <filename>postgresql.conf</>.
575
+ cluster to match the old cluster, e.g., <filename>postgresql.conf</filename>
576
+ (and any files included by it), <filename>postgresql.auto.conf</filename>.
575
577
</para>
576
578
</step>
577
579
0 commit comments