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

Commit68d2f92

Browse files
committed
Add description that WAL files used during backup have to be archived
before you are done.
1 parentc68f6d7 commit68d2f92

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.62 2005/04/1801:29:00 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.63 2005/04/1813:11:04 momjian Exp $
33
-->
44
<chapter id="backup">
55
<title>Backup and Restore</title>
@@ -688,7 +688,13 @@ SELECT pg_start_backup('label');
688688
<programlisting>
689689
SELECT pg_stop_backup();
690690
</programlisting>
691-
If this returns successfully, you're done.
691+
This should return successfully.
692+
</para>
693+
</listitem>
694+
<listitem>
695+
<para>
696+
Once the WAL segment files used during the backup are archived as part
697+
of normal database activity, you are done.
692698
</para>
693699
</listitem>
694700
</orderedlist>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp