File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -501,11 +501,11 @@ rsync --archive --delete --hard-links --size-only old_pgdata new_pgdata remote_d
501
501
<application>rsync</> will be fast when <application>pg_upgrade</>'s
502
502
<option>--link</> mode is used because it will create hard links
503
503
on the remote server rather than transferring user data.
504
+ Unfortunately, <application>rsync</> needlessly copies the
505
+ files associated with temporary and unlogged tables.
504
506
</para>
505
507
506
508
<para>
507
- Unfortunately, <application>rsync</> also needlessly copies the
508
- files associated with temporary and unlogged tables.
509
509
If you have tablespaces, you will need to run a similar
510
510
<application>rsync</> command for each tablespace directory. If you
511
511
have relocated <filename>pg_xlog</> outside the data directories,
You can’t perform that action at this time.
0 commit comments