aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-04-18 13:11:04 +0000
committerBruce Momjian <bruce@momjian.us>2005-04-18 13:11:04 +0000
commit68d2f9283d1fecc82eb34e881180a4b4ae0588c9 (patch)
treef0978cdf1a7cf0c304fb62334327116c3e6c1fdc
parentc68f6d79634166534f3d89060c811adabd09c0e3 (diff)
downloadpostgresql-68d2f9283d1fecc82eb34e881180a4b4ae0588c9.tar.gz
postgresql-68d2f9283d1fecc82eb34e881180a4b4ae0588c9.zip
Add description that WAL files used during backup have to be archived
before you are done.
-rw-r--r--doc/src/sgml/backup.sgml10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml
index 8cf1ee377c5..1a5d1c66c32 100644
--- a/doc/src/sgml/backup.sgml
+++ b/doc/src/sgml/backup.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.62 2005/04/18 01:29:00 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.63 2005/04/18 13:11:04 momjian Exp $
-->
<chapter id="backup">
<title>Backup and Restore</title>
@@ -688,7 +688,13 @@ SELECT pg_start_backup('label');
<programlisting>
SELECT pg_stop_backup();
</programlisting>
- If this returns successfully, you're done.
+ This should return successfully.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Once the WAL segment files used during the backup are archived as part
+ of normal database activity, you are done.
</para>
</listitem>
</orderedlist>