<td>8.4 (also supplies package rh-postgresql96, via SCL)</td>
</tr>
<tr>
- <th scope="row">Fedora 34</th>
+ <th scope="row">Fedora 35</th>
<td>13</td>
</tr>
<tr>
- <th scope="row">Fedora 33</th>
- <td>12</td>
+ <th scope="row">Fedora 34</th>
+ <td>13</td>
</tr>
</tbody>
</table>
will not be enabled for automatic start or have the database initialized
automatically. To make your database installation complete, you need to
perform the following steps, based on your distribution:
-<h4>For RHEL / CentOS / SL / OL 6</h4>
-<pre class="code">
- service postgresql initdb
- chkconfig postgresql on
-</pre>
-<h4>For RHEL / Rocky Linux / CentOS / SL / OL 7, 8 or Fedora 31 and later derived distributions:</h4>
+<h4>For RHEL / Rocky Linux / CentOS / SL / OL 7, 8 or Fedora 34 and later derived distributions:</h4>
<pre class="code">
postgresql-setup --initdb
systemctl enable postgresql.service
systemctl start postgresql.service
</pre>
+<h4>For RHEL / CentOS / SL / OL 6</h4>
+<pre class="code">
+ service postgresql initdb
+ chkconfig postgresql on
+</pre>
</p>
<h2>Direct RPM download</h2>