Update list of supported versions of Debian and Ubuntu
authorMagnus Hagander <magnus@hagander.net>
Mon, 16 Aug 2021 12:14:09 +0000 (14:14 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 16 Aug 2021 12:17:10 +0000 (14:17 +0200)
Per request from Christophe Berg

Discussion: https://postgr.es/m/CAFX21E+xUSZyJd_A6vVuqmnSLTgDf_4=cgTo9W+T8sdXP4j5ww@mail.gmail.com

templates/pages/download/linux/debian.html
templates/pages/download/linux/ubuntu.html

index a2883423a8e6ea2a7d735336883bde73877dd8c3..0c61cb08e99a4dfcb79382929bb085d981a11d21 100644 (file)
@@ -28,10 +28,9 @@ The PostgreSQL apt repository supports the currently supported stable
 versions of Debian:
 </p>
 <ul>
+  <li>Bullseye (11.x)</li>
   <li>Buster (10.x)</li>
   <li>Stretch (9.x)</li>
-  <li>Jessie (8.x)</li>
-  <li>Bullseye (11.x, testing)</li>
   <li>Sid (unstable)</li>
 </ul>
 <p>on the following architectures:</p>
index 2efd2ff199e23a6bdbfdbdc51d197634c2890ae0..5acf8f46d167d77610c194e81b850a4ab1fa5169 100644 (file)
@@ -23,23 +23,24 @@ updates for all supported versions of PostgreSQL throughout the support
 <a href="/support/versioning/">lifetime</a> of PostgreSQL.
 </p>
 <p>
-The PostgreSQL Apt Repository supports the current LTS versions of Ubuntu:
+The PostgreSQL Apt Repository supports the current versions of Ubuntu:
+</p>
 <ul>
-  <li>20.04</li>
-  <li>18.04</li>
-  <li>16.04</li>
+  <li>impish (21.10)</li>
+  <li>hirsute (21.04)</li>
+  <li>focal (20.04)</li>
+  <li>bionic (18.04)</li>
 </ul>
+<p>
 on the following architectures:
+</p>
 <ul>
   <li>amd64</li>
-  <li>arm64 (18.04 and newer)</li>
+  <li>arm64 (18.04 and newer; LTS releases only)</li>
   <li>i386 (18.04 and older)</li>
-  <li>ppc64el</li>
+  <li>ppc64el (LTS releases only)</li>
 </ul>
 
-While not fully supported, the packages often work on other non-LTS versions as well,
-by using the closest LTS version available.
-</p>
 <p>
 To use the apt repository, follow these steps:
 </p>