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 @@ -481,9 +481,10 @@ pg_upgrade.exe
481
481
482
482
<para>
483
483
Save any configuration files from the old standbys' configuration
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.
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
You can’t perform that action at this time.
0 commit comments