From 34765f9f797056bc33f614f05304e9947ef2d175 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Tue, 22 Sep 2020 14:39:00 -0400 Subject: [PATCH 5/5] Remove the cross-platform Linux installer This installer is only supported up to PostgreSQL 10 and based on the overall outbound traffic numbers to the installer, it makes sense to remove it instead of carrying the overall maintenance burden. --- templates/pages/download/linux.html | 16 --------- templates/pages/download/linux/debian.html | 34 ------------------ .../pages/download/linux/linux_oneclick.inc | 36 ------------------- templates/pages/download/linux/redhat.html | 34 ------------------ templates/pages/download/linux/suse.html | 34 ------------------ templates/pages/download/linux/ubuntu.html | 34 ------------------ 6 files changed, 188 deletions(-) delete mode 100644 templates/pages/download/linux/linux_oneclick.inc diff --git a/templates/pages/download/linux.html b/templates/pages/download/linux.html index b3aaae7..e1e1b40 100644 --- a/templates/pages/download/linux.html +++ b/templates/pages/download/linux.html @@ -28,20 +28,4 @@ issues with your package manager, there are graphical installers available.

Finally, most Linux systems make it easy to build from source.

- -

Integrated installation

-

-For information about how to perform this installation, please consult -the documentation for your Linux distribution. -

- -{%include "pages/download/linux/linux_oneclick.inc" %} - -

Platform support

- -

The installers are not specifically tested on Linux distributions other than those - listed on the Red Hat, Debian, - Ubuntu and SUSE - pages, but can be expected to work on reasonably modern distributions in most cases.

- {%endblock%} diff --git a/templates/pages/download/linux/debian.html b/templates/pages/download/linux/debian.html index 1875271..6dc1123 100644 --- a/templates/pages/download/linux/debian.html +++ b/templates/pages/download/linux/debian.html @@ -108,38 +108,4 @@ version number as required): - -{%include "pages/download/linux/linux_oneclick.inc" %} - -

Platform support

- -

The installers are tested by EDB on the following platforms. - They may also work on other variations or versions:

- - - - - - - - - - - - - - - - - - - - - - - - - - -
PostgreSQL Version64 Bit Platforms32 Bit Platforms
10Debian 8.x & 7.x 
9.6Debian 8.x & 7.x 
9.5Debian 7.xDebian 7.x
{%endblock%} diff --git a/templates/pages/download/linux/linux_oneclick.inc b/templates/pages/download/linux/linux_oneclick.inc deleted file mode 100644 index 295add7..0000000 --- a/templates/pages/download/linux/linux_oneclick.inc +++ /dev/null @@ -1,36 +0,0 @@ -

Interactive installer by EDB

-

- Download the installer - certified by EDB for PostgreSQL 10.x and earlier. -

- -

Note: Installers for Linux are no longer being product for PostgreSQL 11 and later. -Users are advised to use platform native packages instead.

- -

This installer includes the PostgreSQL server, pgAdmin; a graphical tool for managing and developing -your databases, and StackBuilder; a package manager that can be used to download and install -additional PostgreSQL tools and drivers. Stackbuilder includes management, -integration, migration, replication, geospatial, connectors and other tools. -

- -

-This installer can run in graphical, command line, or silent install modes. -

- -

-The installer is designed to be a straightforward, fast way to get up and running with -PostgreSQL on Linux (Red Hat family Linux including CentOS/Fedora/Scientific/Oracle variants), -Debian GNU/Linux and derivatives, Ubuntu Linux and derivatives, SuSE and OpenSuSE. -

- -

-Advanced users can also download a -tar.gz archive -of the binaries, without the installer. -This download is intended for users who wish to include PostgreSQL as part of another application installer. -

- -

-Note: The installers do not integrate with -platform-specific packaging systems. -

diff --git a/templates/pages/download/linux/redhat.html b/templates/pages/download/linux/redhat.html index dc71e9b..3ae4acc 100644 --- a/templates/pages/download/linux/redhat.html +++ b/templates/pages/download/linux/redhat.html @@ -180,38 +180,4 @@ all the RPMs that are in the yum repository are available for direct download and manual installation as well.

- -{%include "pages/download/linux/linux_oneclick.inc" %} - -

Platform support

- -

The installers are tested by EDB on the following platforms. - They may also work on other variations or versions:

- - - - - - - - - - - - - - - - - - - - - - - - - - -
PostgreSQL Version64 Bit Platforms32 Bit Platforms
10RHEL / CentOS / OEL 7.x & 6.xRHEL / CentOS / OEL 6.x
9.6RHEL / CentOS / OEL 7.x & 6.xRHEL / CentOS / OEL 6.x
9.5RHEL / CentOS / OEL 7.x & 6.xRHEL / CentOS / OEL 6.x
{%endblock%} diff --git a/templates/pages/download/linux/suse.html b/templates/pages/download/linux/suse.html index dd19ac4..37a29d8 100644 --- a/templates/pages/download/linux/suse.html +++ b/templates/pages/download/linux/suse.html @@ -31,38 +31,4 @@ as well as a variety of related software. Use the search facility to find suitable packages. Documentation is also available there.

- -{%include "pages/download/linux/linux_oneclick.inc" %} - -

Platform support

- -

The installers are tested by EDB on the following platforms. - They may also work on other variations or versions:

- - - - - - - - - - - - - - - - - - - - - - - - - - -
PostgreSQL Version64 Bit Platforms32 Bit Platforms
10SLES 12.xSLES 12.x
9.6SLES 12.xSLES 12.x
9.5SLES 12.xSLES 12.x
{%endblock%} diff --git a/templates/pages/download/linux/ubuntu.html b/templates/pages/download/linux/ubuntu.html index 5d226db..d19549a 100644 --- a/templates/pages/download/linux/ubuntu.html +++ b/templates/pages/download/linux/ubuntu.html @@ -107,38 +107,4 @@ version number as required): - -{%include "pages/download/linux/linux_oneclick.inc" %} - -

Platform support

- -

The installers are tested by EDB on the following platforms. - They may also work on other variations or versions:

- - - - - - - - - - - - - - - - - - - - - - - - - - -
PostgreSQL Version64 Bit Platforms32 Bit Platforms
10Ubuntu 14.04 LTSUbuntu 14.04 LTS
9.6Ubuntu 14.04 LTSUbuntu 14.04 LTS
9.5Ubuntu 14.04 LTSUbuntu 14.04 LTS
{%endblock%} -- 2.21.1 (Apple Git-122.3)