Skip to content

Commit 6161fe4

Browse files
Merge pull request #6468 from EnterpriseDB/epas/template_removal
EPAS: removing 11 and 12 templates
2 parents ae3eaf5 + 42962cf commit 6161fe4

File tree

2 files changed

+51
-11
lines changed

2 files changed

+51
-11
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
navTitle: Ubuntu 20.04
3+
title: Installing PostgreSQL on Ubuntu 20.04 x86_64
4+
---
5+
6+
## Prerequisites
7+
8+
Before you begin the installation process:
9+
10+
- Set up the EDB repository.
11+
12+
!!! Note
13+
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/).
14+
!!!
15+
16+
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.
17+
18+
To determine if your repository exists, enter this command:
19+
20+
`apt-cache search enterprisedb`
21+
22+
If no output is generated, the repository isn't installed.
23+
24+
To set up the EDB repository:
25+
26+
1. Go to [EDB repositories](https://www.enterprisedb.com/repos-downloads).
27+
28+
1. Select the button that provides access to the EDB repository.
29+
30+
1. Select the platform and software that you want to download.
31+
32+
1. Follow the instructions for setting up the EDB repository.
33+
34+
## Install the package
35+
36+
```shell
37+
sudo apt-get -y install postgresql-<xx>
38+
```
39+
40+
Where `<xx>` is the version of PostgreSQL you are installing. For example, if you are installing version 16, the package name would be `postgresql-16`.

install_template/config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -340,25 +340,25 @@ products:
340340
platforms:
341341
- name: AlmaLinux 8 or Rocky Linux 8
342342
arch: x86_64
343-
supported versions: [11, 12, 13, 14, 15, 16, 17]
343+
supported versions: [13, 14, 15, 16, 17]
344344
- name: AlmaLinux 9 or Rocky Linux 9
345345
arch: x86_64
346-
supported versions: [11, 12, 13, 14, 15, 16, 17]
346+
supported versions: [13, 14, 15, 16, 17]
347347
- name: RHEL 8 or OL 8
348348
arch: x86_64
349-
supported versions: [11, 12, 13, 14, 15, 16, 17]
349+
supported versions: [13, 14, 15, 16, 17]
350350
- name: RHEL 9 or OL 9
351351
arch: x86_64
352-
supported versions: [11, 12, 13, 14, 15, 16, 17]
352+
supported versions: [13, 14, 15, 16, 17]
353353
- name: RHEL 9 or OL 9
354354
arch: arm64
355355
supported versions: [13, 14, 15, 16, 17]
356356
- name: RHEL 9
357357
arch: ppc64le
358-
supported versions: [11, 12, 13, 14, 15, 16, 17]
358+
supported versions: [13, 14, 15, 16, 17]
359359
- name: RHEL 8
360360
arch: ppc64le
361-
supported versions: [11, 12, 13, 14, 15, 16, 17]
361+
supported versions: [13, 14, 15, 16, 17]
362362
- name: Debian 12
363363
arch: x86_64
364364
supported versions: [16, 17]
@@ -367,19 +367,19 @@ products:
367367
supported versions: [16, 17]
368368
- name: Debian 11
369369
arch: x86_64
370-
supported versions: [11, 12, 13, 14, 15, 16, 17]
370+
supported versions: [13, 14, 15, 16, 17]
371371
- name: Ubuntu 22.04
372372
arch: x86_64
373-
supported versions: [11, 12, 13, 14, 15, 16, 17]
373+
supported versions: [13, 14, 15, 16, 17]
374374
- name: Ubuntu 20.04
375375
arch: x86_64
376-
supported versions: [11, 12, 13, 14, 15, 16]
376+
supported versions: [13, 14, 15, 16]
377377
- name: SLES 15
378378
arch: x86_64
379-
supported versions: [11, 12, 13, 14, 15, 16, 17]
379+
supported versions: [13, 14, 15, 16, 17]
380380
- name: SLES 15
381381
arch: ppc64le
382-
supported versions: [11, 12, 13, 14, 15, 16, 17]
382+
supported versions: [13, 14, 15, 16, 17]
383383
- name: EDB Postgres Extended Server
384384
platforms:
385385
- name: AlmaLinux 8 or Rocky Linux 8

0 commit comments

Comments
 (0)