File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Mon Apr 18 10:42:34 EDT 2005
11
+ Last updated: Mon Apr 18 11:03:14 EDT 2005
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at the PostgreSQL web< br />
14
14
site, < a href ="http://www.PostgreSQL.org "> http://www.PostgreSQL.org</ a > .
@@ -103,10 +103,10 @@ <h1><a name="section_2">Administration</a></h1>
103
103
logs
104
104
< p > Currently only full WAL files are archived. This means that the most
105
105
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.
107
107
</ p >
108
- </ li > < li > Force archiving of partially-full WAL files when pg_stop_backup() is
109
- called or the server is stopped
108
+ </ li > < li > Automatically force archiving of partially-filled WAL files when
109
+ pg_stop_backup() is called or the server is stopped
110
110
< p > Doing this will allow administrators to know more easily when the
111
111
archive contins all the files needed for point-in-time recovery.
112
112
</ p >
Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.63 2005/04/18 13:11:04 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.64 2005/04/18 17:40:40 momjian Exp $
3
3
-->
4
4
<chapter id="backup">
5
5
<title>Backup and Restore</title>
@@ -741,10 +741,10 @@ SELECT pg_stop_backup();
741
741
<literal>0000000100001234000055CD.007C9330.backup</>. (The second
742
742
number in the file name stands for an exact position within the WAL
743
743
file, and can ordinarily be ignored.) Once you have safely archived
744
- the WAL segment files used during the file system backup (as
745
- specified in the backup history file), you can delete all archived
746
- WAL segments with names numerically less. Keep in mind that only
747
- completed WAL segment files are archived, so there will be delay
744
+ the file system backup and the WAL segment files used during the
745
+ backup (as specified in the backup history file), you can delete all
746
+ archived WAL segments with names numerically less. Keep in mind that
747
+ only completed WAL segment files are archived, so there will be delay
748
748
between running <function>pg_stop_backup</> and the archiving of
749
749
all WAL segment files needed to make the file system backup
750
750
consistent.
You can’t perform that action at this time.
0 commit comments