Glossary: Add term "base backup"
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 21 Jul 2020 17:11:23 +0000 (13:11 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 21 Jul 2020 17:11:23 +0000 (13:11 -0400)
Author: Jürgen Purtz <juergen@purtz.de>
Discussion: https://postgr.es/m/95f90a5d-7692-701d-2c0c-0c88eb5cea7d@purtz.de

doc/src/sgml/glossary.sgml

index abb6f56668e76bf20989832766c7dcbc2feed52f..9d2385031ca4948f34e35aaf48c709aa8fc10785 100644 (file)
    </glossdef>
   </glossentry>
 
+  <glossentry id="glossary-basebackup">
+   <glossterm>Base Backup</glossterm>
+   <glossdef>
+    <para>
+     A binary copy of all
+     <glossterm linkend="glossary-db-cluster">database cluster</glossterm>
+     files. It is generated by the tool <xref linkend="app-pgbasebackup"/>.
+     In combination with WAL files it can be used as the starting point
+     for recovery, log shipping, or streaming replication.
+    </para>
+   </glossdef>
+  </glossentry>
+
   <glossentry id="glossary-bloat">
    <glossterm>Bloat</glossterm>
    <glossdef>