8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b4386 commit 69451b0Copy full SHA for 69451b0
doc/src/sgml/pgupgrade.sgml
@@ -530,7 +530,9 @@ psql --username postgres --file script.sql postgres
530
of the old cluster, use <command>rsync</> to create a dirty
531
copy of the old cluster while the server is running, then shut down
532
the old server and run <command>rsync</> again to update the copy with any
533
- changes to make it consistent.
+ changes to make it consistent. You might want to exclude some
534
+ files, e.g. <filename>postmaster.pid</>, as documented in <xref
535
+ linkend="backup-lowlevel-base-backup">.
536
</para>
537
538
<refsect2>
0 commit comments