|
104 | 104 | <varlistentry>
|
105 | 105 | <term><option>initdb [<replaceable>initdb_options</replaceable>]</option></term>
|
106 | 106 | <listitem><para>Initialize the database cluster on behalf of the
|
107 |
| - <literal>postgres</literal> user. Optionally, you can provide |
108 |
| - any <xref linkend="app-initdb"> options to customize the installation. |
| 107 | + <literal>postgres</literal> user. |
109 | 108 | </para>
|
110 |
| - <para>If no <application>initdb</application> |
111 |
| - options are provided, the database cluster is initialized in the |
| 109 | + <para>By default, the database cluster is initialized in the |
112 | 110 | <filename>/var/lib/pgpro/&edition;-&majorversion;/data</filename> directory,
|
113 |
| - using localization settings specified in the <envar>LANG</envar> |
| 111 | + with checksums enabled, <literal>auth-local</literal> parameter |
| 112 | + set to <literal>peer</literal>, and <literal>auth-host</literal> |
| 113 | + parameter set to <literal>md5</literal>. |
| 114 | + Localization settings are inherited from the <envar>LANG</envar> |
114 | 115 | environment variable for the current session.
|
115 | 116 | All the <literal>LC_*</literal> environment variables are ignored.
|
| 117 | + Optionally, you can provide <xref linkend="app-initdb"> options |
| 118 | + to customize the installation. |
116 | 119 | </para>
|
117 |
| - <note> |
| 120 | + <important> |
118 | 121 | <para>
|
119 |
| - <application>pg-setup</application> initializes the database cluster |
120 |
| - with checksums enabled. If this is not what you expect, do not |
| 122 | + With <application>pg-setup</application>, you cannot |
| 123 | + initialize the database cluster with checksums disabled or |
| 124 | + choose the data directory. If this is not what you expect, do not |
121 | 125 | use <application>pg-setup</application> for cluster initialization
|
122 | 126 | and run <xref linkend="app-initdb"> directly instead.
|
123 | 127 | </para>
|
124 |
| - </note> |
| 128 | + </important> |
125 | 129 | </listitem>
|
126 | 130 | </varlistentry>
|
127 | 131 |
|
|
0 commit comments