Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e2cfb47

Browse files
author
Liudmila Mantrova
committed
Doc fix for probackup retention options
1 parent bdb6677 commit e2cfb47

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/src/sgml/pgprobackup.sgml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@ doc/src/sgml/pgprobackup.sgml
371371
<listitem>
372372
<para>
373373
Specifies the number of full backup
374-
copies to keep in the data directory. Must be a positive integer.
374+
copies to keep in the data directory. Must be a positive integer.</para>
375+
<para>You can use this option with the <command>retention purge</command> command to override the default retention policy set in <filename>pg_probackup.conf</filename>.
375376
</para>
376377
</listitem>
377378
</varlistentry>
@@ -380,7 +381,8 @@ doc/src/sgml/pgprobackup.sgml
380381
<term><option>window</option></term>
381382
<listitem>
382383
<para>
383-
Defines the earliest point in time for which <application>pg_probackup</application> can complete the recovery. This option is set in the number of days from the current moment. For example, if <option>window</option>=7, <application>pg_probackup</application> must keep at least one full backup copy that is older than seven days, with all the corresponding WAL files.
384+
Defines the recovery point, in the number of days from the current moment. This is the earliest point in time for which <application>pg_probackup</application> can complete the recovery. For example, if <option>window</option>=7, <application>pg_probackup</application> must keep at least one full backup copy that is older than seven days, with all the corresponding WAL files.</para>
385+
<para>You can use this option with the <command>retention purge</command> command to override the default retention policy set in <filename>pg_probackup.conf</filename>.
384386
</para>
385387
</listitem>
386388
</varlistentry>
@@ -664,7 +666,7 @@ pg_probackup show
664666

665667
<listitem>
666668
<para>
667-
Recovery time &mdash; the least moment of time, the database cluster's state can be restored at.
669+
Recovery time &mdash; the earliest moment for which you can restore the state of the database cluster.
668670
</para>
669671
</listitem>
670672

0 commit comments

Comments
 (0)