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 + Unfortunately, rsync also needlessly copies the + files associated with temporary and unlogged tables. If you have tablespaces, you will need to run a similar rsync command for each tablespace directory. If you have relocated pg_xlog outside the data directories,