1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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.
This commit is contained in:
Bruce Momjian
2013-01-31 16:32:34 -05:00
parent b0b8dff353
commit 1a7cd9f78a

View File

@ -389,7 +389,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>