]> granicus.if.org Git - postgresql/commitdiff
Document that the pg_upgrade user of rsync might want to skip some
authorBruce Momjian <bruce@momjian.us>
Thu, 26 Jul 2012 18:30:07 +0000 (14:30 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 26 Jul 2012 18:30:24 +0000 (14:30 -0400)
files, like postmaster.pid.

Backpatch to 9.2.

doc/src/sgml/pgupgrade.sgml

index cffcebb30707c2b2954192e427aa45ab96d02184..fcbe551e7646f4f0ce7978930b438a92791a64f3 100644 (file)
@@ -530,7 +530,9 @@ psql --username postgres --file script.sql postgres
    of the old cluster, use <command>rsync</> to create a dirty
    copy of the old cluster while the server is running, then shut down
    the old server and run <command>rsync</> again to update the copy with any
-   changes to make it consistent.
+   changes to make it consistent.  You might want to exclude some
+   files, e.g. <filename>postmaster.pid</>, as documented in <xref
+   linkend="backup-lowlevel-base-backup">.
   </para>
 
  <refsect2>