mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
docs: mention rsync of temp and unlogged tables
This happens when using rsync to pg_upgrade slaves. Reported-by: Jerry Sievers Discussion: 20160726161946.GA3511@momjian.us
This commit is contained in:
@ -504,6 +504,8 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d
|
|||||||
</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