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

Commit820f882

Browse files
committed
doc: Remove reference to recovery params for divergence lookup in pg_rewind
The documentation of pg_rewind mentioned the use of restore_command andprimary_conninfo as options available at startup to fetch missing WALsegments that could be used to find the point of divergence for therewind. This is confusing because when finding the point of divergencethe target cluster is offline, so this option is not available.Issue introduced by878bd9a, so backpatch down to 9.6. Thedocumentation of 13 and HEAD was already right as this sentence has beenchanged bya7e8ece when introducing -c/--restore-target-wal.Reported-by: Amine TengilimogluDiscussion:https://postgr.es/m/CADTdw-w_0MP=iQrfizeU4QU5fcZb+w8P_oPeLL+WznWf0kbn3w@mail.gmail.comBackpatch-through: 9.6
1 parent9f540f8 commit820f882

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

‎doc/src/sgml/ref/pg_rewind.sgml‎

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,10 @@ PostgreSQL documentation
6868
shut down soon after the divergence, this is not a problem, but if the
6969
target cluster ran for a long time after the divergence, the old WAL
7070
files might no longer be present. In that case, they can be manually
71-
copied from the WAL archive to the <filename>pg_wal</filename> directory, or
72-
fetched on startup by configuring <xref linkend="guc-primary-conninfo"/> or
73-
<xref linkend="guc-restore-command"/>. The use of
74-
<application>pg_rewind</application> is not limited to failover, e.g., a standby
75-
server can be promoted, run some write transactions, and then rewound
76-
to become a standby again.
71+
copied from the WAL archive to the <filename>pg_wal</filename> directory.
72+
The use of <application>pg_rewind</application> is not limited to
73+
failover, e.g., a standby server can be promoted, run some write
74+
transactions, and then rewound to become a standby again.
7775
</para>
7876

7977
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp