Changeset 27abacc


Ignore:
Timestamp:
11/05/2022 04:44:04 PM (18 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
bb1c8d8
Parents:
d7ba6b4d
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql.xml

    rd7ba6b4d r27abacc  
    200200      <systemitem class="username">root</systemitem> user:</para>
    201201
    202 <screen role="nodump"><userinput>install -D -o postgres $(pwd)/DESTDIR/tmp</userinput></screen>
     202<screen role="nodump"><userinput>install -d -o postgres $(pwd)/DESTDIR/tmp</userinput></screen>
    203203
    204204      <para>Now, stop the existing instance of <application>PostgreSQL</application>
Note: See TracChangeset for help on using the changeset viewer.