1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Glossary: Add term "base backup"

Author: Jürgen Purtz <juergen@purtz.de>
Discussion: https://postgr.es/m/95f90a5d-7692-701d-2c0c-0c88eb5cea7d@purtz.de
This commit is contained in:
Alvaro Herrera 2020-07-21 13:11:23 -04:00
parent a0b2d583db
commit 606c384598
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE

View File

@ -178,6 +178,19 @@
</glossdef> </glossdef>
</glossentry> </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"> <glossentry id="glossary-bloat">
<glossterm>Bloat</glossterm> <glossterm>Bloat</glossterm>
<glossdef> <glossdef>