File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/pgarchivecleanup.sgml,v 1.2 2010/07/29 19:34:40 petere Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/pgarchivecleanup.sgml,v 1.3 2010/08/15 20:20:30 tgl Exp $ -->
2
2
3
3
<sect1 id="pgarchivecleanup">
4
4
<title>pg_archivecleanup</title>
@@ -106,7 +106,7 @@ pg_archivecleanup: removing "archive/00000001000000370000000E"
106
106
107
107
<para>On Linux or Unix systems, you might use:
108
108
<programlisting>
109
- archive_cleanup_command = 'pg_archivecleanup -d ... /archive %r 2>>cleanup.log'
109
+ archive_cleanup_command = 'pg_archivecleanup -d /mnt/standby /archive %r 2>>cleanup.log'
110
110
</programlisting>
111
111
where the archive directory is physically located on the standby server,
112
112
so that the <literal>archive_command</> is accessing it across NFS,
@@ -116,7 +116,7 @@ archive_cleanup_command = 'pg_archivecleanup -d .../archive %r 2>>cleanup.log'
116
116
<itemizedlist>
117
117
<listitem>
118
118
<para>
119
- produce debugging output in <filename>standby .log</>
119
+ produce debugging output in <filename>cleanup .log</>
120
120
</para>
121
121
</listitem>
122
122
<listitem>
You can’t perform that action at this time.
0 commit comments