File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 893893 </para>
894894 </glossdef>
895895 </glossentry>
896+ <glossentry id="glossary-incremental-backup">
897+ <glossterm>Incremental backup</glossterm>
898+ <glossdef>
899+ <para>
900+ A special <glossterm linkend="glossary-basebackup">base backup</glossterm>
901+ that for some files may contain only those pages that were modified since
902+ a previous backup, as opposed to the full contents of every file. Like
903+ base backups, it is generated by the tool <xref linkend="app-pgbasebackup"/>.
904+ </para>
905+ <para>
906+ To restore incremental backups the tool <xref linkend="app-pgcombinebackup"/>
907+ is used, which combines incremental backups with a base backup and
908+ <glossterm linkend="glossary-wal">WAL</glossterm> to restore a
909+ <glossterm linkend="glossary-db-cluster">database cluster</glossterm> to
910+ a consistent state.
911+ </para>
912+ <para>
913+ For more information, see <xref linkend="backup-incremental-backup"/>.
914+ </para>
915+ </glossdef>
916+ </glossentry>
896917
897918 <glossentry id="glossary-insert">
898919 <glossterm>Insert</glossterm>
21572178 </glossdef>
21582179 </glossentry>
21592180
2181+ <glossentry id="glossary-wal-summarizer">
2182+ <glossterm>WAL summarizer (process)</glossterm>
2183+ <glossdef>
2184+ <para>
2185+ A special <glossterm linkend="glossary-backend">backend process</glossterm>
2186+ that summarizes WAL data for
2187+ <glossterm linkend="glossary-incremental-backup">incremental backups</glossterm>.
2188+ </para>
2189+ <para>
2190+ For more information, see <xref linkend="runtime-config-wal-summarization"/>.
2191+ </para>
2192+ </glossdef>
2193+ </glossentry>
2194+
21602195 <glossentry id="glossary-wal-writer">
21612196 <glossterm>WAL writer (process)</glossterm>
21622197 <glossdef>
Original file line number Diff line number Diff line change @@ -999,7 +999,8 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
999999 <literal>client backend</literal>, <literal>checkpointer</literal>,
10001000 <literal>archiver</literal>, <literal>standalone backend</literal>,
10011001 <literal>startup</literal>, <literal>walreceiver</literal>,
1002- <literal>walsender</literal> and <literal>walwriter</literal>.
1002+ <literal>walsender</literal>, <literal>walwriter</literal> and
1003+ <literal>walsummarizer</literal>.
10031004 In addition, background workers registered by extensions may have
10041005 additional types.
10051006 </para></entry>
You can’t perform that action at this time.
0 commit comments