fedora32 install guide error: "initdb" --> "--initdb"

From: Geoffrey Gordon Ashbrook <geoffreygordonashbrook(at)gmail(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: fedora32 install guide error: "initdb" --> "--initdb"
Date: 2020-06-29 16:49:03
Message-ID: CAFcdjhmy5wVref9CM8CPVch9=is5CmtjyrT9LD_SNuEiFzmkQg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

bug: on this page: https://www.postgresql.org/download/linux/redhat/

The line in your guide which produces an error in fedora32 is:

$ postgresql-setup initdb

The line corrected in the error message is:

$ sudo postgresql-setup --initdb

The issue is that "initdb" has been deprecated

and the new command is "--initdb"

Thanks!!

Geoffrey Gordon Ashbrook
linkedin.com/in/geoffrey-gordon-ashbrook
<https://www.linkedin.com/in/geoffrey-gordon-ashbrook> (Linked-In)

- github.com/lineality <https://github.com/lineality>(Github)
- geoffreygordonashbrook.com (Portfolio)
- geoffreygordonashbrook(at)gmail(dot)com (email)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Hamid Akhtar 2020-06-30 04:28:43 Re: BUG #16516: when testing jit get terminate called after throwing an instance of 'std::bad_function_call'
Previous Message PG Bug reporting form 2020-06-29 13:31:22 BUG #16517: Fast Shutdown sometimes is not working if we use logical decoding.