aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-08-31 17:36:22 -0400
committerBruce Momjian <bruce@momjian.us>2020-08-31 17:36:22 -0400
commitc3cb3716ad9d42b667b3b85ac3b1f93be7df315f (patch)
treecc6e4c5195af88fbec5bfdc4f2fa552325cfc9de
parenteb7f60247817813e586c15b6f53fd573edc1acff (diff)
downloadpostgresql-c3cb3716ad9d42b667b3b85ac3b1f93be7df315f.tar.gz
postgresql-c3cb3716ad9d42b667b3b85ac3b1f93be7df315f.zip
pg_upgrade doc: mention saving postgresql.conf.auto files
Also mention files included by postgresql.conf. Reported-by: Álvaro Herrera Discussion: https://postgr.es/m/08AD4526-75AB-457B-B2DD-099663F28040@yesql.se Backpatch-through: 9.5
-rw-r--r--doc/src/sgml/ref/pgupgrade.sgml10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml
index 9773eb19a21..e3f5c5c750d 100644
--- a/doc/src/sgml/ref/pgupgrade.sgml
+++ b/doc/src/sgml/ref/pgupgrade.sgml
@@ -481,9 +481,10 @@ pg_upgrade.exe
<para>
Save any configuration files from the old standbys' configuration
- directories you need to keep, e.g. <filename>postgresql.conf</filename>,
- <literal>recovery.conf</literal>, because these will be overwritten or
- removed in the next step.
+ directories you need to keep, e.g. <filename>postgresql.conf</filename>
+ (and any files included by it), <filename>postgresql.auto.conf</filename>,
+ <literal>recovery.conf</literal>, <literal>pg_hba.conf</literal>,
+ because these will be overwritten or removed in the next step.
</para>
</step>
@@ -571,7 +572,8 @@ rsync --archive --delete --hard-links --size-only --no-inc-recursive /vol1/pg_tb
<para>
If you modified <filename>pg_hba.conf</filename>, restore its original settings.
It might also be necessary to adjust other configuration files in the new
- cluster to match the old cluster, e.g. <filename>postgresql.conf</filename>.
+ cluster to match the old cluster, e.g., <filename>postgresql.conf</filename>
+ (and any files included by it), <filename>postgresql.auto.conf</filename>.
</para>
</step>