PostgreSQL Updating Instructions: Use -d instead of -D here.

Without this, the install command will ask for an additional destination
file. We're just creating a directory, so let's use the right option.

Tested on an upgrade to 15.0 from 14.x
This commit is contained in:
Douglas R. Reno 2022-11-05 11:44:04 -05:00
parent d7ba6b4ddd
commit 27abacc077

View File

@ -199,7 +199,7 @@ make</userinput></screen>
<systemitem class="username">postgres</systemitem> user, as the
<systemitem class="username">root</systemitem> user:</para>
<screen role="nodump"><userinput>install -D -o postgres $(pwd)/DESTDIR/tmp</userinput></screen>
<screen role="nodump"><userinput>install -d -o postgres $(pwd)/DESTDIR/tmp</userinput></screen>
<para>Now, stop the existing instance of <application>PostgreSQL</application>
and start the upgrade process as the