10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b2d58 commit 606c384Copy full SHA for 606c384
doc/src/sgml/glossary.sgml
@@ -178,6 +178,19 @@
178
</glossdef>
179
</glossentry>
180
181
+ <glossentry id="glossary-basebackup">
182
+ <glossterm>Base Backup</glossterm>
183
+ <glossdef>
184
+ <para>
185
+ A binary copy of all
186
+ <glossterm linkend="glossary-db-cluster">database cluster</glossterm>
187
+ files. It is generated by the tool <xref linkend="app-pgbasebackup"/>.
188
+ In combination with WAL files it can be used as the starting point
189
+ for recovery, log shipping, or streaming replication.
190
+ </para>
191
+ </glossdef>
192
+ </glossentry>
193
+
194
<glossentry id="glossary-bloat">
195
<glossterm>Bloat</glossterm>
196
<glossdef>
0 commit comments