From: Bruce Momjian Date: Thu, 31 Jan 2013 21:32:34 +0000 (-0500) Subject: pg_upgrade docs: mention modification of postgresql.conf in new cluster X-Git-Tag: REL9_2_3~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a7cd9f78a60110116afa9dd3951c7ec84cf0ac9;p=postgresql pg_upgrade docs: mention modification of postgresql.conf in new cluster Mention it might be necessary to modify postgresql.conf in the new cluster to match the old cluster. Backpatch to 9.2. Suggested by user. --- diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 998cb2fc9a..8bf3050fbe 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -389,7 +389,9 @@ pg_upgrade.exe If you modified pg_hba.conf to use 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. postgresql.conf.