More documentation updates for incremental backup.
authorRobert Haas
Thu, 18 Jan 2024 14:25:28 +0000 (09:25 -0500)
committerRobert Haas
Thu, 18 Jan 2024 14:25:28 +0000 (09:25 -0500)
Add new terms to glossary. Add a reference to walsummarizer
to monitoring.sgml.

Matthias van de Meent and Robert Haas

Discussion: http://postgr.es/m/CAEze2WjhdVCqEe_qqEok3NA6DwUdOGSBjAxzmYdAqiaaH1uRcg@mail.gmail.com

doc/src/sgml/glossary.sgml
doc/src/sgml/monitoring.sgml

index 5815fa44710f1a1fea73aa073cb22f5016dd33bf..a0150e5c48dce5cacee304438560c125a4a91921 100644 (file)
     
    
   
+  
+   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)
    
index b804eb8b5efa5a7d2d43efce5ff5fb43c21cd62f..6e74138a69aeca0f1d556fd8ea79246e3728a197 100644 (file)
@@ -999,7 +999,8 @@ postgres   27093  0.0  0.0  30096  2752 ?        Ss   11:34   0:00 postgres: ser
        client backendcheckpointer,
        archiverstandalone backend,
        startupwalreceiver,
-       walsender and walwriter.
+       walsenderwalwriter and
+       walsummarizer.
        In addition, background workers registered by extensions may have
        additional types.