aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/pgupgrade.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml
index e0765babfc5..5baf420a27a 100644
--- a/doc/src/sgml/pgupgrade.sgml
+++ b/doc/src/sgml/pgupgrade.sgml
@@ -402,7 +402,9 @@ pg_upgrade.exe
<para>
If you modified <filename>pg_hba.conf</> to use <literal>trust</>,
- restore its original authentication settings.
+ restore its original authentication settings. It might also be
+ necessary to adjust other configurations files in the new cluster to
+ match the old cluster, e.g. <filename>postgresql.conf</>.
</para>
</step>