Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbcec58c

Browse files
committed
pg_upgrade: document use of file system and COW snapshots
1 parent4a6f136 commitbcec58c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎doc/src/sgml/pgupgrade.sgml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,10 @@ psql --username postgres --file script.sql postgres
569569
the old server and run <command>rsync</> again to update the copy with any
570570
changes to make it consistent. You might want to exclude some
571571
files, e.g. <filename>postmaster.pid</>, as documented in <xref
572-
linkend="backup-lowlevel-base-backup">.
572+
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.
573576
</para>
574577

575578
<refsect2>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp