+
+ Incremental backup
+
+ A special base backup
+ that for some files may contain only those pages that were modified since
+ a previous backup, as opposed to the full contents of every file. Like
+ base backups, it is generated by the tool .
+
+ To restore incremental backups the tool
+ is used, which combines incremental backups with a base backup and
+ WAL to restore a
+ database cluster to
+ a consistent state.
+
+ For more information, see .
+
+
+
Insert
+
+ WAL summarizer (process)
+
+ A special backend process
+ that summarizes WAL data for
+ incremental backups.
+
+ For more information, see .
+
+
+
+
WAL writer (process)
client backend, checkpointer,
archiver, standalone backend,
startup, walreceiver,
- walsender and walwriter.
+ walsender, walwriter and
+ walsummarizer.
In addition, background workers registered by extensions may have
additional types.