projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d498a5
)
docs: mention rsync of temp and unlogged tables
author
Bruce Momjian
Thu, 4 Aug 2016 22:55:16 +0000
(18:55 -0400)
committer
Bruce Momjian
Thu, 4 Aug 2016 22:55:36 +0000
(18:55 -0400)
This happens when using rsync to pg_upgrade slaves.
Reported-by: Jerry Sievers
Discussion:
20160726161946
[email protected]
doc/src/sgml/ref/pgupgrade.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pgupgrade.sgml
b/doc/src/sgml/ref/pgupgrade.sgml
index fcc94ee592a4ff7dacf9e1886e44008693c43a21..7f1c52a8334e139a93442ee3554ddfbc727fc910 100644
(file)
--- 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,