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 4a6f136 commit bcec58cCopy full SHA for bcec58c
doc/src/sgml/pgupgrade.sgml
@@ -569,7 +569,10 @@ psql --username postgres --file script.sql postgres
569
the old server and run <command>rsync</> again to update the copy with any
570
changes to make it consistent. You might want to exclude some
571
files, e.g. <filename>postmaster.pid</>, as documented in <xref
572
- linkend="backup-lowlevel-base-backup">.
+ linkend="backup-lowlevel-base-backup">. If your file system supports
573
+ file system snapshots or copy-on-write file copying, you can use that
574
+ to make a backup of the old cluster, though the snapshot and copies
575
+ must be created simultaneously or while the database server is down.
576
</para>
577
578
<refsect2>
0 commit comments