Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4eb4b3f

Browse files
committed
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
1 parent 8d498a5 commit 4eb4b3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/sgml/ref/pgupgrade.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,8 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d
504504
</para>
505505

506506
<para>
507+
Unfortunately, <application>rsync</> also needlessly copies the
508+
files associated with temporary and unlogged tables.
507509
If you have tablespaces, you will need to run a similar
508510
<application>rsync</> command for each tablespace directory. If you
509511
have relocated <filename>pg_xlog</> outside the data directories,

0 commit comments

Comments
 (0)