Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit50ed605

Browse files
committed
pg_upgrade doc: mention saving postgresql.conf.auto files
Also mention files included by postgresql.conf.Reported-by: Álvaro HerreraDiscussion:https://postgr.es/m/08AD4526-75AB-457B-B2DD-099663F28040@yesql.seBackpatch-through: 9.5
1 parent0ebe82a commit50ed605

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎doc/src/sgml/ref/pgupgrade.sgml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -516,9 +516,10 @@ pg_upgrade.exe
516516

517517
<para>
518518
Save any configuration files from the old standbys' configuration
519-
directories you need to keep, e.g. <filename>postgresql.conf</filename>,
520-
<literal>pg_hba.conf</literal>, because these will be overwritten or
521-
removed in the next step.
519+
directories you need to keep, e.g. <filename>postgresql.conf</filename>
520+
(and any files included by it), <filename>postgresql.auto.conf</filename>,
521+
<literal>pg_hba.conf</literal>, because these will be overwritten
522+
or removed in the next step.
522523
</para>
523524
</step>
524525

@@ -606,7 +607,8 @@ rsync --archive --delete --hard-links --size-only --no-inc-recursive /vol1/pg_tb
606607
<para>
607608
If you modified <filename>pg_hba.conf</filename>, restore its original settings.
608609
It might also be necessary to adjust other configuration files in the new
609-
cluster to match the old cluster, e.g. <filename>postgresql.conf</filename>.
610+
cluster to match the old cluster, e.g., <filename>postgresql.conf</filename>
611+
(and any files included by it), <filename>postgresql.auto.conf</filename>.
610612
</para>
611613
</step>
612614

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp