Skip to content

Commit dd31210

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 and primary_conninfo as options available at startup to fetch missing WAL segments that could be used to find the point of divergence for the rewind. This is confusing because when finding the point of divergence the target cluster is offline, so this option is not available. Issue introduced by 878bd9a, so backpatch down to 9.6. The documentation of 13 and HEAD was already right as this sentence has been changed by a7e8ece when introducing -c/--restore-target-wal. Reported-by: Amine Tengilimoglu Discussion: https://postgr.es/m/CADTdw-w_0MP=iQrfizeU4QU5fcZb+w8P_oPeLL+WznWf0kbn3w@mail.gmail.com Backpatch-through: 9.6
1 parent 0307b98 commit dd31210

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/src/sgml/ref/pg_rewind.sgml

+4-5
Original file line numberDiff line numberDiff line change
@@ -68,11 +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_xlog</> directory, or
72-
fetched on startup by configuring <filename>recovery.conf</>. The use of
73-
<application>pg_rewind</> is not limited to failover, e.g., a standby
74-
server can be promoted, run some write transactions, and then rewound
75-
to become a standby again.
71+
copied from the WAL archive to the <filename>pg_xlog</> directory.
72+
The use of <application>pg_rewind</> 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.
7675
</para>
7776

7877
<para>

0 commit comments

Comments
 (0)