mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
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:
parent
d7ba6b4ddd
commit
27abacc077
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user