Skip to content

Commit 986e9ab

Browse files
committed
[DOC] [skip travis] Incorporated more feedback on probackup documentation from translator
1 parent 4c052b9 commit 986e9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pgprobackup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3423,7 +3423,7 @@ pg_probackup delete -B <replaceable>backup_dir</replaceable> --instance <replace
34233423
</listitem>
34243424
<listitem>
34253425
<para>To have a fallen-behind standby server <quote>catch up</quote> with master.</para>
3426-
<para>Under high write load, replicas may fail to replay WAL fast enough to keep up with master and hence may lag behind.
3426+
<para>Under write-intensive load, replicas may fail to replay WAL fast enough to keep up with master and hence may lag behind.
34273427
A usual solution to create a new replica and switch to it requires a lot of extra space and data transfer. The <command>catchup</command>
34283428
command allows you to update an existing replica much faster by bringing differences from master.</para>
34293429
</listitem>

0 commit comments

Comments
 (0)