Skip to content

Commit 1a7cd9f

Browse files
committed
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.
1 parent b0b8dff commit 1a7cd9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/pgupgrade.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,9 @@ pg_upgrade.exe
389389

390390
<para>
391391
If you modified <filename>pg_hba.conf</> to use <literal>trust</>,
392-
restore its original authentication settings.
392+
restore its original authentication settings. It might also be
393+
necessary to adjust other configurations files in the new cluster to
394+
match the old cluster, e.g. <filename>postgresql.conf</>.
393395
</para>
394396
</step>
395397

0 commit comments

Comments
 (0)