File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ NET STOP pgsql-8.3 (<productname>PostgreSQL</> 8.3 and older used a different s
272
272
<title>Run <application>pg_upgrade</></title>
273
273
274
274
<para>
275
- Always run the <application>pg_upgrade</> binary in the new server, not the old one.
275
+ Always run the <application>pg_upgrade</> binary of the new server, not the old one.
276
276
<application>pg_upgrade</> requires the specification of the old and new cluster's
277
277
data and executable (<filename>bin</>) directories. You can also specify separate
278
278
user and port values, and whether you want the data linked instead of
@@ -306,6 +306,7 @@ pg_upgrade.exe
306
306
to perform only the checks, even if the old server is still
307
307
running. <command>pg_upgrade --check</> will also outline any
308
308
manual adjustments you will need to make after the migration.
309
+ <command>pg_upgrade</> requires write permission in the current directory.
309
310
</para>
310
311
311
312
<para>
You can’t perform that action at this time.
0 commit comments