From 2239cc1f2c1f8697f275e8ab8d868ac08f3d6788 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Fri, 24 Apr 2020 12:11:43 -0400 Subject: [PATCH] Update Debian and Ubuntu versions - Debian: Add bullseye and sid - Ubuntu: Add focal (20.04) - Add arm64 architecture to each package page - Modify examples to use PostgreSQL 12 Author: Christoph Berg --- templates/pages/download/linux/debian.html | 15 ++++++++++----- templates/pages/download/linux/ubuntu.html | 13 ++++++++----- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/templates/pages/download/linux/debian.html b/templates/pages/download/linux/debian.html index f5ab13ce..370a32f8 100644 --- a/templates/pages/download/linux/debian.html +++ b/templates/pages/download/linux/debian.html @@ -28,11 +28,14 @@ versions of Debian:
  • Buster (10.x)
  • Stretch (9.x)
  • Jessie (8.x)
  • +
  • Bullseye (11.x, testing)
  • +
  • Sid (unstable)
  • on the following architectures:

    @@ -45,6 +48,8 @@ To use the apt repository, follow these steps: + +

  • @@ -72,7 +77,7 @@ Debian includes PostgreSQL by default. To install PostgreSQL on Debian, 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 @@ -82,11 +87,11 @@ version number as required): - + - + @@ -98,7 +103,7 @@ version number as required): - + 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-11postgresql-client-12 client libraries and client binaries
    postgresql-11postgresql-12 core database server
    libraries and headers for C language frontend development
    postgresql-server-dev-11postgresql-server-dev-12 libraries and headers for C language backend development
    - + - + @@ -94,7 +97,7 @@ version number as required): - + -- 2.39.5
    postgresql-client-11postgresql-client-12 client libraries and client binaries
    postgresql-11postgresql-12 core database server
    libraries and headers for C language frontend development
    postgresql-server-dev-11postgresql-server-dev-12 libraries and headers for C language backend development