From: Bruce Momjian Date: Thu, 26 Jul 2012 18:30:07 +0000 (-0400) Subject: Document that the pg_upgrade user of rsync might want to skip some X-Git-Tag: REL9_3_BETA1~1158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69451b09686e591468e6b7b959544974b724cbe8;p=postgresql Document that the pg_upgrade user of rsync might want to skip some files, like postmaster.pid. Backpatch to 9.2. --- diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index cffcebb307..fcbe551e76 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -530,7 +530,9 @@ psql --username postgres --file script.sql postgres of the old cluster, use rsync to create a dirty copy of the old cluster while the server is running, then shut down the old server and run 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. postmaster.pid, as documented in .