File tree 2 files changed +37
-1
lines changed
2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 893
893
</para>
894
894
</glossdef>
895
895
</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>
896
917
897
918
<glossentry id="glossary-insert">
898
919
<glossterm>Insert</glossterm>
2157
2178
</glossdef>
2158
2179
</glossentry>
2159
2180
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
+
2160
2195
<glossentry id="glossary-wal-writer">
2161
2196
<glossterm>WAL writer (process)</glossterm>
2162
2197
<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
999
999
<literal>client backend</literal>, <literal>checkpointer</literal>,
1000
1000
<literal>archiver</literal>, <literal>standalone backend</literal>,
1001
1001
<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>.
1003
1004
In addition, background workers registered by extensions may have
1004
1005
additional types.
1005
1006
</para></entry>
You can’t perform that action at this time.
0 commit comments