|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.114 2008/02/13 22:44:06 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.115 2008/03/07 01:46:41 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="backup">
|
4 | 4 | <title>Backup and Restore</title>
|
@@ -1814,7 +1814,7 @@ if (!triggered)
|
1814 | 1814 | </para>
|
1815 | 1815 |
|
1816 | 1816 | <para>
|
1817 |
| - If we take a backup of the standby server'sfileswhile it isfollowing |
| 1817 | + If we take a backup of the standby server'sdata directorywhile it isprocessing |
1818 | 1818 | logs shipped from the primary, we will be able to reload that data and
|
1819 | 1819 | restart the standby's recovery process from the last restart point.
|
1820 | 1820 | We no longer need to keep WAL files from before the restart point.
|
|