File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -494,10 +494,10 @@ pg_upgrade.exe
494
494
server:
495
495
496
496
<programlisting>
497
- rsync --archive --delete --hard-links --size-only --no-inc-recursive old_pgdata new_pgdata remote_dir
497
+ rsync --archive --delete --hard-links --size-only --no-inc-recursive old_cluster new_cluster remote_dir
498
498
</programlisting>
499
499
500
- where <option>old_pgdata </option> and <option>new_pgdata </option> are relative
500
+ where <option>old_cluster </option> and <option>new_cluster </option> are relative
501
501
to the current directory on the primary, and <option>remote_dir</option>
502
502
is <emphasis>above</emphasis> the old and new cluster directories
503
503
on the standby. The directory structure under the specified
@@ -506,8 +506,8 @@ rsync --archive --delete --hard-links --size-only --no-inc-recursive old_pgdata
506
506
remote directory, e.g.
507
507
508
508
<programlisting>
509
- rsync --archive --delete --hard-links --size-only --no-inc-recursive /opt/PostgreSQL/9.5/data \
510
- /opt/PostgreSQL/9.6/data standby.example.com:/opt/PostgreSQL
509
+ rsync --archive --delete --hard-links --size-only --no-inc-recursive /opt/PostgreSQL/9.5 \
510
+ /opt/PostgreSQL/9.6 standby.example.com:/opt/PostgreSQL
511
511
</programlisting>
512
512
513
513
You can verify what the command will do using
You can’t perform that action at this time.
0 commit comments