Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
dd39dd23
Commit
dd39dd23
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update PITR wording, per Simon.
parent
c822fe05
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/backup.sgml
+10
-8
10 additions, 8 deletions
doc/src/sgml/backup.sgml
with
10 additions
and
8 deletions
doc/src/sgml/backup.sgml
+
10
−
8
View file @
dd39dd23
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.6
4
2005/04/1
8 17:40:4
0 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.6
5
2005/04/1
9 01:39:5
0 momjian Exp $
-->
-->
<chapter id="backup">
<chapter id="backup">
<title>Backup and Restore</title>
<title>Backup and Restore</title>
...
@@ -742,12 +742,14 @@ SELECT pg_stop_backup();
...
@@ -742,12 +742,14 @@ SELECT pg_stop_backup();
number in the file name stands for an exact position within the WAL
number in the file name stands for an exact position within the WAL
file, and can ordinarily be ignored.) Once you have safely archived
file, and can ordinarily be ignored.) Once you have safely archived
the file system backup and the WAL segment files used during the
the file system backup and the WAL segment files used during the
backup (as specified in the backup history file), you can delete all
backup (as specified in the backup history file), all archived WAL
archived WAL segments with names numerically less. Keep in mind that
segments with names numerically less are no longer needed to recover
only completed WAL segment files are archived, so there will be delay
the file system backup and may be deleted. However, you should
between running <function>pg_stop_backup</> and the archiving of
consider keeping several backup sets to be absolutely certain that
all WAL segment files needed to make the file system backup
you are can recover your data. Keep in mind that only completed WAL
consistent.
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.
</para>
</para>
<para>
<para>
The backup history file is just a small text file. It contains the
The backup history file is just a small text file. It contains the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment