We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4badbc commit 749320cCopy full SHA for 749320c
doc/src/sgml/monitoring.sgml
@@ -1251,6 +1251,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
1251
<entry><literal>BaseBackupRead</literal></entry>
1252
<entry>Waiting for base backup to read from a file.</entry>
1253
</row>
1254
+ <row>
1255
+ <entry><literal>BaseBackupSync</literal></entry>
1256
+ <entry>Waiting for data written by a base backup to reach durable storage.</entry>
1257
+ </row>
1258
1259
+ <entry><literal>BaseBackupWrite</literal></entry>
1260
+ <entry>Waiting for base backup to write to a file.</entry>
1261
1262
<row>
1263
<entry><literal>BufFileRead</literal></entry>
1264
<entry>Waiting for a read from a buffered file.</entry>
0 commit comments