Skip to content

Commit

Permalink
Merge pull request #3006 from EnterpriseDB/release/2022-08-04a
Browse files Browse the repository at this point in the history
Release: 2022-08-04a
  • Loading branch information
drothery-edb authored Aug 4, 2022
2 parents 55ff29a + 339ba13 commit a38696c
Show file tree
Hide file tree
Showing 103 changed files with 379 additions and 134 deletions.
26 changes: 13 additions & 13 deletions install_template/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -530,43 +530,43 @@ products:
platforms:
- name: CentOS 7
arch: x86_64
supported versions: [3.1]
supported versions: [3.2]
- name: CentOS 7
arch: ppc64le
supported versions: [3.1]
supported versions: [3.2]
- name: AlmaLinux 8 or Rocky Linux 8
arch: x86_64
supported versions: [3.1]
supported versions: [3.2]
- name: RHEL 7 or OL 7
arch: x86_64
supported versions: [3.1]
supported versions: [3.2]
- name: RHEL 8 or OL 8
arch: x86_64
supported versions: [3.1]
supported versions: [3.2]
- name: RHEL 8
arch: ppc64le
supported versions: [3.1]
supported versions: [3.2]
- name: Ubuntu 18.04
arch: x86_64
supported versions: [3.1]
supported versions: [3.2]
- name: Ubuntu 20.04
arch: x86_64
supported versions: [3.1]
supported versions: [3.2]
- name: Debian 10
arch: x86_64
supported versions: [3.1]
supported versions: [3.2]
- name: SLES 12
arch: x86_64
supported versions: [3.1]
supported versions: [3.2]
- name: SLES 12
arch: ppc64le
supported versions: [3.1]
supported versions: [3.2]
- name: SLES 15
arch: x86_64
supported versions: [3.1]
supported versions: [3.2]
- name: SLES 15
arch: ppc64le
supported versions: [3.1]
supported versions: [3.2]
- name: Postgres Enterprise Manager server
platforms:
- name: CentOS 7
Expand Down
28 changes: 18 additions & 10 deletions install_template/deploy.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -312,16 +312,24 @@ const moveDoc = async (product, platform, version) => {
(ctx) => `pem/8/installing_pem_agent/installing_on_linux/${fmtArchPath(ctx)}/pem_agent_ubuntu18_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "Postgres Enterprise Manager agent", version: 8}, platform: {name: "Ubuntu 20.04"}},
(ctx) => `pem/8/installing_pem_agent/installing_on_linux/${fmtArchPath(ctx)}/pem_agent_ubuntu20_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "PostGIS", version: 3.1}, platform: {name: "SLES 12"}},
(ctx) => `postgis/3.1/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_sles12_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "PostGIS", version: 3.1}, platform: {name: "SLES 15"}},
(ctx) => `postgis/3.1/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_sles15_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "PostGIS", version: 3.1}, platform: {name: "Ubuntu 20.04"}},
(ctx) => `postgis/3.1/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_ubuntu20_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "PostGIS", version: 3.1}, platform: {name: "Ubuntu 18.04"}},
(ctx) => `postgis/3.1/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_ubuntu18_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "PostGIS", version: 3.1}, platform: {name: "Debian 10"}},
(ctx) => `postgis/3.1/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_deb10_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "PostGIS", version: 3.2}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}},
(ctx) => `postgis/3.2/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_other_linux8_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "PostGIS", version: 3.2}, platform: {name: "RHEL 7 or OL 7"}},
(ctx) => `postgis/3.2/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_rhel7_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "PostGIS", version: 3.2}, platform: {name: "RHEL 8 or OL 8"}},
(ctx) => `postgis/3.2/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_rhel_8_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "PostGIS", version: 3.2}, platform: {name: "RHEL 8"}},
(ctx) => `postgis/3.2/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_rhel8_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "PostGIS", version: 3.2}, platform: {name: "SLES 12"}},
(ctx) => `postgis/3.2/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_sles12_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "PostGIS", version: 3.2}, platform: {name: "SLES 15"}},
(ctx) => `postgis/3.2/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_sles15_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "PostGIS", version: 3.2}, platform: {name: "Ubuntu 20.04"}},
(ctx) => `postgis/3.2/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_ubuntu20_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "PostGIS", version: 3.2}, platform: {name: "Ubuntu 18.04"}},
(ctx) => `postgis/3.2/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_ubuntu18_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "PostGIS", version: 3.2}, platform: {name: "Debian 10"}},
(ctx) => `postgis/3.2/01a_installing_postgis/installing_on_linux/${fmtArchPath(ctx)}/postgis_deb10_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "Replication Server", version: 7}, platform: {name: "SLES 12"}},
(ctx) => `eprs/7/03_installation/03_installing_rpm_package/${fmtArchPath(ctx)}/eprs_sles12_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "Replication Server", version: 7}, platform: {name: "SLES 15"}},
Expand Down
6 changes: 3 additions & 3 deletions install_template/templates/products/postgis/base.njk
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% extends "platformBase/" + platformBaseTemplate + '.njk' %}
{% set packageName %}edb-as14-postgis3{% endset %}
{% set packageName %}edb-as14-postgis32{% endset %}
{% block installCommand %}
```shell
# If you are using EDB Postgres Advanced Server 13 or 14, use this format
# of the command:
apt-get install edb-as14-postgis32
{{ packageManager }} install edb-as14-postgis32
# Where `14` is the version of EDB Postgres Advanced Server. Replace `14`
# with `13` if that is the version of EDB Postgres Advanced Server you
# are using.

# If you are using EDB Postgres Advanced Server 11 or 12, use this format
# of the command:
apt-get install edb-as12-postgis-3.2
{{ packageManager }} install edb-as12-postgis-3.2

# Where `12` is the version of EDB Postgres Advanced Server. Replace `12`
# with `11` if that is the version of EDB Postgres Advanced Server you
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ sed -i "s@<username>:<password>@USERNAME:PASSWORD@" /etc/yum.repos.d/edb.repo

# Install the EPEL repository:
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm


```

## Install the package
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Version 1.17.0.0"
---

EDB PgBouncer 1.17.0.0 includes the following upstream merge and security fix:

| Type | Description |
| ------------ |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Upstream merge | Merged with community PgBouncer 1.17.0.0. See the community [Release Notes](https://www.pgbouncer.org/changelog.html#pgbouncer-117x) for details. |
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The EDB PgBouncer documentation describes the latest version of EDB PgBouncer 1.

| Version | Release date | Upstream merges |
| ------------------------------ | ------------ | --------------------------------------------------------------------------------- |
| [1.17.0.0](09_11700_rel_notes) | 2022 Aug 04 | Upstream [1.17.0.0](https://www.pgbouncer.org/changelog.html#pgbouncer-117x)
| [1.16.1.0](09_11610_rel_notes) | 2021 Dec 11 | Upstream [1.16.1.0](https://www.pgbouncer.org/changelog.html#pgbouncer-116x) |
| [1.16.0.1](10_11601_rel_notes) | 2021 Jun 10 | Upstream [1.16.0.1](https://www.pgbouncer.org/changelog.html#pgbouncer-116x) |

15 changes: 0 additions & 15 deletions product_docs/docs/postgis/3.1/01_release_notes/index.mdx

This file was deleted.

25 changes: 25 additions & 0 deletions product_docs/docs/postgis/3.2/01_release_notes/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "Release notes"
navigation:
- rel_notes321
- rel_notes32
- rel_notes315
- rel_notes314
- rel_notes312
---
The EDB PostGIS documentation describes the latest version of EDB PostGIS 3.2,
including minor releases and patches. These release notes
cover what was new in each release.

| Version | Release date |
| ------------------------ | ------------ |
| [3.2.1](rel_notes321) | 2022 Aug 04 |
| [3.2.0](rel_notes32) | 2022 Dec 01 |
| [3.1.5](rel_notes315) | 2022 Aug 03 |
| [3.1.4](rel_notes314) | 2021 Dec 01 |
| [3.1.2](rel_notes312) | 2021 Jun 24|





Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "3.1.2"
title: "Version 3.1.2"
---
EDB PostGIS is a PostgreSQL extension that allows you to store geographic information systems (GIS) objects in an EDB Posgres Advanced Server database.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "3.1.4"
title: "Version 3.1.4"
---
EDB PostGIS is a PostgreSQL extension that allows you to store geographic information systems (GIS) objects in an EDB Postgres Advanced Server database.

Expand Down
12 changes: 12 additions & 0 deletions product_docs/docs/postgis/3.2/01_release_notes/rel_notes315.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Version 3.1.5"
---
EDB PostGIS is a PostgreSQL extension that allows you to store geographic information systems (GIS) objects in an EDB Postgres Advanced Server database.

New features, enhancements, bug fixes, and other changes in PostGIS 3.1.5 include:

| Type | Description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Upstream merges | Merged with community PostGIS 3.1.5. See the community [Release Notes](https://postgis.net/docs/manual-3.1/release_notes.html#idm41935) for details. |

https://postgis.net/docs/manual-3.1/release_notes.html#idm41935
10 changes: 10 additions & 0 deletions product_docs/docs/postgis/3.2/01_release_notes/rel_notes32.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Version 3.2.0"
---
EDB PostGIS is a PostgreSQL extension that allows you to store geographic information systems (GIS) objects in an EDB Postgres Advanced Server database.

New features, enhancements, bug fixes, and other changes in PostGIS 3.2.0 include:

| Type | Description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Upstream merges | Merged with community PostGIS 3.2.0. See the community [Release Notes](https://postgis.net/docs/release_notes.html#idm43376) for details. |
10 changes: 10 additions & 0 deletions product_docs/docs/postgis/3.2/01_release_notes/rel_notes321.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Version 3.2.1"
---
EDB PostGIS is a PostgreSQL extension that allows you to store geographic information systems (GIS) objects in an EDB Postgres Advanced Server database.

New features, enhancements, bug fixes, and other changes in PostGIS 3.2.1 include:

| Type | Description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Upstream merges | Merged with community PostGIS 3.2.1. See the community [Release Notes](https://postgis.net/docs/release_notes.html#idm43522) for details. |
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Installing PostGIS on IBM Power (ppc64le)"
navTitle: "IBM Power (ppc64le)"
navigation:
- postgis_rhel8_ppcle
- postgis_rhel7_ppcle
- postgis_sles15_ppcle
- postgis_sles12_ppcle
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,18 @@ dnf -qy module disable postgresql
## Install the package

```shell
dnf -y install edb-as14-postgis3
# If you are using EDB Postgres Advanced Server 13 or 14, use this format
# of the command:
dnf install edb-as14-postgis32
# Where `14` is the version of EDB Postgres Advanced Server. Replace `14`
# with `13` if that is the version of EDB Postgres Advanced Server you
# are using.

# If you are using EDB Postgres Advanced Server 11 or 12, use this format
# of the command:
dnf install edb-as12-postgis-3.2

# Where `12` is the version of EDB Postgres Advanced Server. Replace `12`
# with `11` if that is the version of EDB Postgres Advanced Server you
# are using.
```

Where `14` is the version of EDB Postgres Advanced Server. Replace `14` with the version of EDB Postgres Advanced Server you are using.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,18 @@ zypper refresh
## Install the package

```shell
dnf -y install edb-as14-postgis3
# If you are using EDB Postgres Advanced Server 13 or 14, use this format
# of the command:
zypper install edb-as14-postgis32
# Where `14` is the version of EDB Postgres Advanced Server. Replace `14`
# with `13` if that is the version of EDB Postgres Advanced Server you
# are using.

# If you are using EDB Postgres Advanced Server 11 or 12, use this format
# of the command:
zypper install edb-as12-postgis-3.2

# Where `12` is the version of EDB Postgres Advanced Server. Replace `12`
# with `11` if that is the version of EDB Postgres Advanced Server you
# are using.
```

Where `14` is the version of EDB Postgres Advanced Server. Replace `14` with the version of EDB Postgres Advanced Server you are using.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,18 @@ zypper refresh
## Install the package

```shell
dnf -y install edb-as14-postgis3
# If you are using EDB Postgres Advanced Server 13 or 14, use this format
# of the command:
zypper install edb-as14-postgis32
# Where `14` is the version of EDB Postgres Advanced Server. Replace `14`
# with `13` if that is the version of EDB Postgres Advanced Server you
# are using.

# If you are using EDB Postgres Advanced Server 11 or 12, use this format
# of the command:
zypper install edb-as12-postgis-3.2

# Where `12` is the version of EDB Postgres Advanced Server. Replace `12`
# with `11` if that is the version of EDB Postgres Advanced Server you
# are using.
```

Where `14` is the version of EDB Postgres Advanced Server. Replace `14` with the version of EDB Postgres Advanced Server you are using.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ For platform-specific install instructions, see:

- Linux on IBM Power (ppc64le):
- [RHEL 8](ibm_power_ppc64le/postgis_rhel8_ppcle)
- [RHEL 7](ibm_power_ppc64le/postgis_rhel7_ppcle)

- [SLES 15](ibm_power_ppc64le/postgis_sles15_ppcle)
- [SLES 12](ibm_power_ppc64le/postgis_sles12_ppcle)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,18 @@ apt-get update
## Install the package

```shell
dnf -y install edb-as14-postgis3
# If you are using EDB Postgres Advanced Server 13 or 14, use this format
# of the command:
apt-get install edb-as14-postgis32
# Where `14` is the version of EDB Postgres Advanced Server. Replace `14`
# with `13` if that is the version of EDB Postgres Advanced Server you
# are using.

# If you are using EDB Postgres Advanced Server 11 or 12, use this format
# of the command:
apt-get install edb-as12-postgis-3.2

# Where `12` is the version of EDB Postgres Advanced Server. Replace `12`
# with `11` if that is the version of EDB Postgres Advanced Server you
# are using.
```

Where `14` is the version of EDB Postgres Advanced Server. Replace `14` with the version of EDB Postgres Advanced Server you are using.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,18 @@ dnf -qy module disable postgresql
## Install the package

```shell
dnf -y install edb-as14-postgis3
# If you are using EDB Postgres Advanced Server 13 or 14, use this format
# of the command:
dnf install edb-as14-postgis32
# Where `14` is the version of EDB Postgres Advanced Server. Replace `14`
# with `13` if that is the version of EDB Postgres Advanced Server you
# are using.

# If you are using EDB Postgres Advanced Server 11 or 12, use this format
# of the command:
dnf install edb-as12-postgis-3.2

# Where `12` is the version of EDB Postgres Advanced Server. Replace `12`
# with `11` if that is the version of EDB Postgres Advanced Server you
# are using.
```

Where `14` is the version of EDB Postgres Advanced Server. Replace `14` with the version of EDB Postgres Advanced Server you are using.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,18 @@ subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extr
## Install the package

```shell
dnf -y install edb-as14-postgis3
# If you are using EDB Postgres Advanced Server 13 or 14, use this format
# of the command:
yum install edb-as14-postgis32
# Where `14` is the version of EDB Postgres Advanced Server. Replace `14`
# with `13` if that is the version of EDB Postgres Advanced Server you
# are using.

# If you are using EDB Postgres Advanced Server 11 or 12, use this format
# of the command:
yum install edb-as12-postgis-3.2

# Where `12` is the version of EDB Postgres Advanced Server. Replace `12`
# with `11` if that is the version of EDB Postgres Advanced Server you
# are using.
```

Where `14` is the version of EDB Postgres Advanced Server. Replace `14` with the version of EDB Postgres Advanced Server you are using.
Loading

0 comments on commit a38696c

Please sign in to comment.