mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
Remove more RHEL 7 stuff, also remove Oracle Linux support. We don't test it
This commit is contained in:
@ -15,7 +15,6 @@ The Red Hat family of distributions includes:
|
|||||||
<li>Rocky Linux</li>
|
<li>Rocky Linux</li>
|
||||||
<li>AlmaLinux</li>
|
<li>AlmaLinux</li>
|
||||||
<li>Fedora</li>
|
<li>Fedora</li>
|
||||||
<li>Oracle Linux</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
<p>and others.</p>
|
<p>and others.</p>
|
||||||
@ -44,7 +43,6 @@ The PostgreSQL Yum Repository currently supports:
|
|||||||
<li>Red Hat Enterprise Linux</li>
|
<li>Red Hat Enterprise Linux</li>
|
||||||
<li>Rocky Linux</li>
|
<li>Rocky Linux</li>
|
||||||
<li>AlmaLinux</li>
|
<li>AlmaLinux</li>
|
||||||
<li>Oracle Linux</li>
|
|
||||||
<li>Fedora<sup>*</sup></li>
|
<li>Fedora<sup>*</sup></li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
@ -70,7 +68,7 @@ To use the PostgreSQL Yum Repository, follow these steps:
|
|||||||
<h2>Included in Distribution</h2>
|
<h2>Included in Distribution</h2>
|
||||||
<p>
|
<p>
|
||||||
These distributions all include PostgreSQL by default. To install
|
These distributions all include PostgreSQL by default. To install
|
||||||
PostgreSQL from these repositories, use the <var>dnf</var> command on RHEL 8 and Fedora:
|
PostgreSQL from these repositories, use the <var>dnf</var> command on RHEL and Fedora:
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<code>
|
<code>
|
||||||
@ -78,14 +76,6 @@ dnf install postgresql-server
|
|||||||
</code>
|
</code>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
or <var>yum</var> command on RHEL / CentOS 7:
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<code>
|
|
||||||
yum install postgresql-server
|
|
||||||
</code>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Which version of PostgreSQL you get will depend on the version of
|
Which version of PostgreSQL you get will depend on the version of
|
||||||
the distribution:
|
the distribution:
|
||||||
</p>
|
</p>
|
||||||
@ -156,7 +146,7 @@ Due to policies for Red Hat family distributions, the PostgreSQL installation
|
|||||||
will not be enabled for automatic start or have the database initialized
|
will not be enabled for automatic start or have the database initialized
|
||||||
automatically. To make your database installation complete, you need to
|
automatically. To make your database installation complete, you need to
|
||||||
perform the following steps, based on your distribution:
|
perform the following steps, based on your distribution:
|
||||||
<h4>For RHEL / Rocky Linux / AlmaLinux / CentOS / OL 10, 9, 8 or Fedora 41 and later derived distributions:</h4>
|
<h4>For RHEL / Rocky Linux / AlmaLinux 10, 9, 8 or Fedora 41 and later derived distributions:</h4>
|
||||||
<pre class="code">
|
<pre class="code">
|
||||||
postgresql-setup --initdb
|
postgresql-setup --initdb
|
||||||
systemctl enable postgresql.service
|
systemctl enable postgresql.service
|
||||||
|
Reference in New Issue
Block a user