File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -533,12 +533,11 @@ NET STOP postgresql-&majorversion;
533
533
</para>
534
534
535
535
<para>
536
- The <option>--jobs</option> option allows multiple CPU cores to be used
537
- for copying/linking of files, dumping and restoring database schemas
538
- in parallel, etc.; a good place to start is the maximum of the number of
539
- CPU cores and tablespaces. This option can dramatically reduce the
540
- time to upgrade a multi-database server running on a multiprocessor
541
- machine.
536
+ Setting <option>--jobs</option> to 2 or higher allows pg_upgrade to
537
+ process multiple databases and tablespaces in parallel. A good starting
538
+ point is the number of CPU cores on the machine. This option can
539
+ substantially reduce the upgrade time for multi-database and
540
+ multi-tablespace servers.
542
541
</para>
543
542
544
543
<para>
You can’t perform that action at this time.
0 commit comments