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

Commit01979d1

Browse files
committed
Update PITR setence to mention WAL and file system dump.
1 parent7aa066f commit01979d1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

‎doc/src/FAQ/TODO.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Mon Apr 1810:42:34 EDT 2005
11+
Last updated: Mon Apr 1811:03:14 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at the PostgreSQL web<br/>
1414
site,<ahref="http://www.PostgreSQL.org">http://www.PostgreSQL.org</a>.
@@ -103,10 +103,10 @@ <h1><a name="section_2">Administration</a></h1>
103103
logs
104104
<p> Currently only full WAL files are archived. This means that the most
105105
recent transactions aren't available for recovery in case of a disk
106-
failure.
106+
failure. This could be triggered by a user command or a timer.
107107
</p>
108-
</li><li>Forcearchiving of partially-full WAL files whenpg_stop_backup() is
109-
called or the server is stopped
108+
</li><li>Automatically forcearchiving of partially-filled WAL files when
109+
pg_stop_backup() iscalled or the server is stopped
110110
<p> Doing this will allow administrators to know more easily when the
111111
archive contins all the files needed for point-in-time recovery.
112112
</p>

‎doc/src/sgml/backup.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.63 2005/04/1813:11:04 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.64 2005/04/1817:40:40 momjian Exp $
33
-->
44
<chapter id="backup">
55
<title>Backup and Restore</title>
@@ -741,10 +741,10 @@ SELECT pg_stop_backup();
741741
<literal>0000000100001234000055CD.007C9330.backup</>. (The second
742742
number in the file name stands for an exact position within the WAL
743743
file, and can ordinarily be ignored.) Once you have safely archived
744-
the WAL segment files used during thefile system backup (as
745-
specified in the backup history file), you can delete allarchived
746-
WAL segments with names numerically less. Keep in mind thatonly
747-
completed WAL segment files are archived, so there will be delay
744+
thefile system backup and theWAL segment files used during the
745+
backup (asspecified in the backup history file), you can delete all
746+
archivedWAL segments with names numerically less. Keep in mind that
747+
onlycompleted WAL segment files are archived, so there will be delay
748748
between running <function>pg_stop_backup</> and the archiving of
749749
all WAL segment files needed to make the file system backup
750750
consistent.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp