You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/pgprobackup.sgml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -371,7 +371,8 @@ doc/src/sgml/pgprobackup.sgml
371
371
<listitem>
372
372
<para>
373
373
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>.
375
376
</para>
376
377
</listitem>
377
378
</varlistentry>
@@ -380,7 +381,8 @@ doc/src/sgml/pgprobackup.sgml
380
381
<term><option>window</option></term>
381
382
<listitem>
382
383
<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>.
384
386
</para>
385
387
</listitem>
386
388
</varlistentry>
@@ -664,7 +666,7 @@ pg_probackup show
664
666
665
667
<listitem>
666
668
<para>
667
-
Recovery time — theleast momentof time, the database cluster'sstatecan be restored at.
669
+
Recovery time — theearliest momentfor which you can restore thestateof the database cluster.