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
eb8f9cc0
Commit
eb8f9cc0
authored
19 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Mention that the archive history file has the wal start/stop file names.
parent
268c1b60
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
+5
-4
5 additions, 4 deletions
doc/src/sgml/backup.sgml
with
5 additions
and
4 deletions
doc/src/sgml/backup.sgml
+
5
−
4
View file @
eb8f9cc0
<!--
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.7
6
200
5/11/07 17:36:44 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.7
7
200
6/02/24 14:03:01 momjian
Exp $
-->
<chapter id="backup">
<title>Backup and Restore</title>
...
...
@@ -744,12 +744,13 @@ SELECT pg_stop_backup();
<function>pg_stop_backup</> and the archiving of all WAL segment
files needed to make the file system backup consistent.
</para>
<para>
The backup history file is just a small text file. It contains the
label string you gave to <function>pg_start_backup</>, as well as
the starting and ending times
of the backup. If you used the label
to identify where the associated dump file is kept,
then the
archived history file is enough to tell you which dump file to
the starting and ending times
and WAL segments of the backup.
If you used the label
to identify where the associated dump file is kept,
then the
archived history file is enough to tell you which dump file to
restore, should you need to do so.
</para>
...
...
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