diff --git a/advocacy_docs/supported-open-source/postgresql/installing/linux_x86_64/postgresql_ubuntu_20.mdx b/advocacy_docs/supported-open-source/postgresql/installing/linux_x86_64/postgresql_ubuntu_20.mdx deleted file mode 100644 index e742ba3fbcd..00000000000 --- a/advocacy_docs/supported-open-source/postgresql/installing/linux_x86_64/postgresql_ubuntu_20.mdx +++ /dev/null @@ -1,40 +0,0 @@ ---- -navTitle: Ubuntu 20.04 -title: Installing PostgreSQL on Ubuntu 20.04 x86_64 ---- - -## Prerequisites - -Before you begin the installation process: - -- Set up the EDB repository. - - !!! Note - Rather than use the EDB repository, you can obtain PostgreSQL installers and installation packages from the [PostgreSQL community downloads page](https://www.postgresql.org/download/). - !!! - - Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step. - - To determine if your repository exists, enter this command: - - `apt-cache search enterprisedb` - - If no output is generated, the repository isn't installed. - - To set up the EDB repository: - - 1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads). - - 1. Select the button that provides access to the EDB repository. - - 1. Select the platform and software that you want to download. - - 1. Follow the instructions for setting up the EDB repository. - -## Install the package - -```shell -sudo apt-get -y install postgresql- -``` - -Where `` is the version of PostgreSQL you are installing. For example, if you are installing version 16, the package name would be `postgresql-16`. diff --git a/install_template/config.yaml b/install_template/config.yaml index 9068012aff8..b96a12ab589 100644 --- a/install_template/config.yaml +++ b/install_template/config.yaml @@ -742,9 +742,6 @@ products: - name: Debian 11 arch: x86_64 supported versions: [15, 16] - - name: Ubuntu 20.04 - arch: x86_64 - supported versions: [15, 16] - name: Ubuntu 22.04 arch: x86_64 supported versions: [15, 16] diff --git a/install_template/templates/products/postgresql/ubuntu-18.04.njk b/install_template/templates/products/postgresql/ubuntu-18.04.njk deleted file mode 100644 index cd50dafe146..00000000000 --- a/install_template/templates/products/postgresql/ubuntu-18.04.njk +++ /dev/null @@ -1,4 +0,0 @@ -{% extends "products/postgresql/base.njk" %} -{% set platformBaseTemplate = "ubuntu-18.04" %} -{% set packageName %}postgresql-server{% endset %} -{% set packageName %}postgresql-{% endset %} diff --git a/install_template/templates/products/postgresql/ubuntu-20.04.njk b/install_template/templates/products/postgresql/ubuntu-20.04.njk deleted file mode 100644 index 90b188fd95d..00000000000 --- a/install_template/templates/products/postgresql/ubuntu-20.04.njk +++ /dev/null @@ -1,3 +0,0 @@ -{% extends "products/postgresql/base.njk" %} -{% set platformBaseTemplate = "ubuntu-20.04" %} -{% set packageName %}postgresql-{% endset %}