mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
doc: Move mention of rsync of temp tables to better place
This commit is contained in:
@ -501,11 +501,11 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d
|
|||||||
<application>rsync</> will be fast when <application>pg_upgrade</>'s
|
<application>rsync</> will be fast when <application>pg_upgrade</>'s
|
||||||
<option>--link</> mode is used because it will create hard links
|
<option>--link</> mode is used because it will create hard links
|
||||||
on the remote server rather than transferring user data.
|
on the remote server rather than transferring user data.
|
||||||
|
Unfortunately, <application>rsync</> needlessly copies the
|
||||||
|
files associated with temporary and unlogged tables.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Unfortunately, <application>rsync</> also needlessly copies the
|
|
||||||
files associated with temporary and unlogged tables.
|
|
||||||
If you have tablespaces, you will need to run a similar
|
If you have tablespaces, you will need to run a similar
|
||||||
<application>rsync</> command for each tablespace directory. If you
|
<application>rsync</> command for each tablespace directory. If you
|
||||||
have relocated <filename>pg_xlog</> outside the data directories,
|
have relocated <filename>pg_xlog</> outside the data directories,
|
||||||
|
Reference in New Issue
Block a user