mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
CentOS 8 is out of support now
This commit is contained in:
@ -10,7 +10,7 @@ function get_platform_name(plat, ver) {
|
||||
if (parseFloat(ver) <= 7)
|
||||
return "Red Hat Enterprise, CentOS, Scientific or Oracle";
|
||||
else
|
||||
return "Red Hat Enterprise, Rocky, CentOS or Oracle";
|
||||
return "Red Hat Enterprise, Rocky, or Oracle";
|
||||
}
|
||||
else if (plat == 'F')
|
||||
return "Fedora";
|
||||
|
@ -8,7 +8,7 @@ Please select your distribution below:
|
||||
</p>
|
||||
|
||||
<a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/debian/">Debian<br/><img class="logo" src="/media/img/debian.svg" alt="Debian Logo" /></a>
|
||||
<a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/redhat">Red Hat/Rocky/CentOS<br/><img class="logo" src="/media/img/redhat.svg" alt="Red Hat Logo" /></a>
|
||||
<a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/redhat">Red Hat/Rocky<br/><img class="logo" src="/media/img/redhat.svg" alt="Red Hat Logo" /></a>
|
||||
<a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/suse">SUSE<br/><img class="logo" src="/media/img/suse.png" alt="SUSE Logo" /></a>
|
||||
<a role="button" class="btn btn-outline-dark btn-download" href="/download/linux/ubuntu">Ubuntu<br/><img class="logo" src="/media/img/ubuntu.svg" alt="Ubuntu Logo" /></a>
|
||||
<a role="button" class="btn btn-outline-dark btn-download" href="#generic">Other Linux<br/><img class="logo" src="/media/img/linux.svg" alt="Linux Logo" /></a>
|
||||
|
@ -13,9 +13,8 @@ The Red Hat family of distributions includes:
|
||||
<ul>
|
||||
<li>Red Hat Enterprise Linux</li>
|
||||
<li>Rocky Linux</li>
|
||||
<li>CentOS</li>
|
||||
<li>CentOS (7 and 6 only)</li>
|
||||
<li>Fedora</li>
|
||||
<li>Scientific Linux</li>
|
||||
<li>Oracle Linux</li>
|
||||
</ul>
|
||||
</p>
|
||||
@ -44,8 +43,7 @@ The PostgreSQL Yum Repository currently supports:
|
||||
<ul>
|
||||
<li>Red Hat Enterprise Linux</li>
|
||||
<li>Rocky Linux</li>
|
||||
<li>CentOS</li>
|
||||
<li>Scientific Linux</li>
|
||||
<li>CentOS (7 and 6 only)</li>
|
||||
<li>Oracle Linux</li>
|
||||
<li>Fedora<sup>*</sup></li>
|
||||
</ul>
|
||||
@ -100,7 +98,7 @@ the distribution:
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">RHEL/Rocky Linux/CentOS/OL 8</th>
|
||||
<th scope="row">RHEL/Rocky Linux/OL 8</th>
|
||||
<td>13, 12, 10 and 9.6 via modules</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user