Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite2cfb47

Browse files
author
Liudmila Mantrova
committed
Doc fix for probackup retention options
1 parentbdb6677 commite2cfb47

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; theleast momentof time, the database cluster'sstatecan be restored at.
669+
Recovery time &mdash; theearliest momentfor which you can restore thestateof the database cluster.
668670
</para>
669671
</listitem>
670672

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp