mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
Clarify language in incremental backup glossary entry.
These changes were intended to be included in commit
7b1dbf0a8d, but I goofed.
This commit is contained in:
parent
c120550edb
commit
0a157a4d44
1 changed files with 3 additions and 2 deletions
|
|
@ -904,8 +904,9 @@
|
|||
</para>
|
||||
<para>
|
||||
To restore incremental backups the tool <xref linkend="app-pgcombinebackup"/>
|
||||
is used, which combines incremental backups with a base backup and
|
||||
<glossterm linkend="glossary-wal">WAL</glossterm> to restore a
|
||||
is used, which combines incremental backups with a base backup.
|
||||
Afterwards, recovery can use
|
||||
<glossterm linkend="glossary-wal">WAL</glossterm> to bring the
|
||||
<glossterm linkend="glossary-db-cluster">database cluster</glossterm> to
|
||||
a consistent state.
|
||||
</para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue