diff options
author | Bruce Momjian <bruce@momjian.us> | 2016-08-04 18:55:16 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2016-08-04 18:55:36 -0400 |
commit | 4eb4b3f24561cb115b24984c755b2a75155afedf (patch) | |
tree | d5aeba6457f19acdf1af1b6cb6acc2c32faae3f8 /doc/src | |
parent | 8d498a5c8a4c702ca71463a5c76bb4f319872378 (diff) |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pgupgrade.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index fcc94ee592a..7f1c52a8334 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -504,6 +504,8 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d </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 <application>rsync</> command for each tablespace directory. If you have relocated <filename>pg_xlog</> outside the data directories, |