The repository contains many different packages including third party
@@ -82,11 +87,11 @@ version number as required):
-
postgresql-client-11
+
postgresql-client-12
client libraries and client binaries
-
postgresql-11
+
postgresql-12
core database server
@@ -98,7 +103,7 @@ version number as required):
libraries and headers for C language frontend development
-
postgresql-server-dev-11
+
postgresql-server-dev-12
libraries and headers for C language backend development
diff --git a/templates/pages/download/linux/ubuntu.html b/templates/pages/download/linux/ubuntu.html
index a1b7e253..138f2c87 100644
--- a/templates/pages/download/linux/ubuntu.html
+++ b/templates/pages/download/linux/ubuntu.html
@@ -22,13 +22,15 @@ updates for all supported versions of PostgreSQL throughout the support
The PostgreSQL Apt Repository supports the current LTS versions of Ubuntu:
+
20.04
18.04
16.04
on the following architectures:
amd64
-
i386
+
arm64 (18.04 and newer)
+
i386 (18.04 and older)
ppc64el
@@ -42,6 +44,7 @@ To use the apt repository, follow these steps:
@@ -68,7 +71,7 @@ Ubuntu includes PostgreSQL by default. To install PostgreSQL on
Ubuntu, use the apt-get (or other apt-driving) command:
-apt-get install postgresql-11
+apt-get install postgresql-12
The repository contains many different packages including third party
@@ -78,11 +81,11 @@ version number as required):
-
postgresql-client-11
+
postgresql-client-12
client libraries and client binaries
-
postgresql-11
+
postgresql-12
core database server
@@ -94,7 +97,7 @@ version number as required):
libraries and headers for C language frontend development
-
postgresql-server-dev-11
+
postgresql-server-dev-12
libraries and headers for C language backend development