diff options
-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, |