We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4c052b9 commit986e9abCopy full SHA for 986e9ab
doc/pgprobackup.xml
@@ -3423,7 +3423,7 @@ pg_probackup delete -B <replaceable>backup_dir</replaceable> --instance <replace
3423
</listitem>
3424
<listitem>
3425
<para>To have a fallen-behind standby server <quote>catch up</quote> with master.</para>
3426
- <para>Underhighwrite load, replicas may fail to replay WAL fast enough to keep up with master and hence may lag behind.
+ <para>Under write-intensive load, replicas may fail to replay WAL fast enough to keep up with master and hence may lag behind.
3427
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>
3428
command allows you to update an existing replica much faster by bringing differences from master.</para>
3429