Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68d2f92

Browse files
committed
Add description that WAL files used during backup have to be archived
before you are done.
1 parent c68f6d7 commit 68d2f92

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/18 01:29:00 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.63 2005/04/18 13: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)