mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +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)
|
if (parseFloat(ver) <= 7)
|
||||||
return "Red Hat Enterprise, CentOS, Scientific or Oracle";
|
return "Red Hat Enterprise, CentOS, Scientific or Oracle";
|
||||||
else
|
else
|
||||||
return "Red Hat Enterprise, Rocky, CentOS or Oracle";
|
return "Red Hat Enterprise, Rocky, or Oracle";
|
||||||
}
|
}
|
||||||
else if (plat == 'F')
|
else if (plat == 'F')
|
||||||
return "Fedora";
|
return "Fedora";
|
||||||
|
@ -8,7 +8,7 @@ Please select your distribution below:
|
|||||||
</p>
|
</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/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/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="/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>
|
<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>
|
<ul>
|
||||||
<li>Red Hat Enterprise Linux</li>
|
<li>Red Hat Enterprise Linux</li>
|
||||||
<li>Rocky Linux</li>
|
<li>Rocky Linux</li>
|
||||||
<li>CentOS</li>
|
<li>CentOS (7 and 6 only)</li>
|
||||||
<li>Fedora</li>
|
<li>Fedora</li>
|
||||||
<li>Scientific Linux</li>
|
|
||||||
<li>Oracle Linux</li>
|
<li>Oracle Linux</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
@ -44,8 +43,7 @@ The PostgreSQL Yum Repository currently supports:
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Red Hat Enterprise Linux</li>
|
<li>Red Hat Enterprise Linux</li>
|
||||||
<li>Rocky Linux</li>
|
<li>Rocky Linux</li>
|
||||||
<li>CentOS</li>
|
<li>CentOS (7 and 6 only)</li>
|
||||||
<li>Scientific Linux</li>
|
|
||||||
<li>Oracle Linux</li>
|
<li>Oracle Linux</li>
|
||||||
<li>Fedora<sup>*</sup></li>
|
<li>Fedora<sup>*</sup></li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -100,7 +98,7 @@ the distribution:
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<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>
|
<td>13, 12, 10 and 9.6 via modules</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Reference in New Issue
Block a user