Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
01979d1b
Commit
01979d1b
authored
Apr 18, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PITR setence to mention WAL and file system dump.
parent
7aa066f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
doc/src/FAQ/TODO.html
doc/src/FAQ/TODO.html
+4
-4
doc/src/sgml/backup.sgml
doc/src/sgml/backup.sgml
+5
-5
No files found.
doc/src/FAQ/TODO.html
View file @
01979d1b
...
...
@@ -8,7 +8,7 @@
<body
bgcolor=
"#FFFFFF"
text=
"#000000"
link=
"#FF0000"
vlink=
"#A00000"
alink=
"#0000FF"
>
<h1><a
name=
"section_1"
>
PostgreSQL TODO List
</a></h1>
<p>
Current maintainer: Bruce Momjian (
<a
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</a>
)
<br/>
Last updated: Mon Apr 18 1
0:42:3
4 EDT 2005
Last updated: Mon Apr 18 1
1:03:1
4 EDT 2005
</p>
<p>
The most recent version of this document can be viewed at the PostgreSQL web
<br/>
site,
<a
href=
"http://www.PostgreSQL.org"
>
http://www.PostgreSQL.org
</a>
.
...
...
@@ -103,10 +103,10 @@ first.
logs
<p>
Currently only full WAL files are archived. This means that the most
recent transactions aren't available for recovery in case of a disk
failure.
failure.
This could be triggered by a user command or a timer.
</p>
</li><li>
Force archiving of partially-full WAL files when pg_stop_backup() is
called or the server is stopped
</li><li>
Automatically force archiving of partially-filled WAL files when
pg_stop_backup() is
called or the server is stopped
<p>
Doing this will allow administrators to know more easily when the
archive contins all the files needed for point-in-time recovery.
</p>
...
...
doc/src/sgml/backup.sgml
View file @
01979d1b
<!--
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.6
3 2005/04/18 13:11:04
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.6
4 2005/04/18 17:40:40
momjian Exp $
-->
<chapter id="backup">
<title>Backup and Restore</title>
...
...
@@ -741,10 +741,10 @@ SELECT pg_stop_backup();
<literal>0000000100001234000055CD.007C9330.backup</>. (The second
number in the file name stands for an exact position within the WAL
file, and can ordinarily be ignored.) Once you have safely archived
the
WAL segment files used during the file system backup (as
specified in the backup history file), you can delete all archived
WAL segments with names numerically less. Keep in mind that only
completed WAL segment files are archived, so there will be delay
the
file system backup and the WAL segment files used during the
backup (as specified in the backup history file), you can delete all
archived WAL segments with names numerically less. Keep in mind that
only
completed WAL segment files are archived, so there will be delay
between running <function>pg_stop_backup</> and the archiving of
all WAL segment files needed to make the file system backup
consistent.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment