Skip to content

Commit

Permalink
Merge pull request #3225 from EnterpriseDB/release/2022-10-06
Browse files Browse the repository at this point in the history
Release: 2022-10-06
  • Loading branch information
drothery-edb authored Oct 6, 2022
2 parents 630b0b4 + 1f60ee0 commit dbbc5d9
Show file tree
Hide file tree
Showing 87 changed files with 3,516 additions and 2,080 deletions.
670 changes: 342 additions & 328 deletions advocacy_docs/pg_extensions/index.mdx

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions install_template/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,49 +311,49 @@ products:
platforms:
- name: CentOS 7
arch: x86_64
supported versions: [13, 14]
supported versions: [11, 12, 13, 14]
- name: AlmaLinux 8 or Rocky Linux 8
arch: x86_64
supported versions: [13, 14]
supported versions: [11, 12, 13, 14]
- name: RHEL 7 or OL 7
arch: x86_64
supported versions: [13, 14]
supported versions: [11, 12, 13, 14]
- name: RHEL 8 or OL 8
arch: x86_64
supported versions: [13, 14]
supported versions: [11, 12, 13, 14]
- name: RHEL 8
arch: ppc64le
supported versions: [13, 14]
supported versions: [11, 12, 13, 14]
- name: RHEL 7
arch: ppc64le
supported versions: [13, 14]
supported versions: [11, 12, 13, 14]
- name: Ubuntu 18.04
arch: x86_64
supported versions: [13, 14]
supported versions: [11, 12, 13, 14]
- name: Debian 11
arch: x86_64
supported versions: [13, 14]
supported versions: [11, 12, 13, 14]
- name: Debian 10
arch: x86_64
supported versions: [13, 14]
supported versions: [11, 12, 13, 14]
- name: Ubuntu 22.04
arch: x86_64
supported versions: [14]
- name: Ubuntu 20.04
arch: x86_64
supported versions: [13, 14]
supported versions: [11, 12, 13, 14]
- name: SLES 12
arch: x86_64
supported versions: [13, 14]
supported versions: [11, 12, 13, 14]
- name: SLES 15
arch: x86_64
supported versions: [13, 14]
supported versions: [11, 12, 13, 14]
- name: SLES 12
arch: ppc64le
supported versions: [13, 14]
supported versions: [11, 12, 13, 14]
- name: SLES 15
arch: ppc64le
supported versions: [13, 14]
supported versions: [11, 12, 13, 14]
- name: EDB*Plus
platforms:
- name: CentOS 7
Expand Down
51 changes: 51 additions & 0 deletions install_template/deploy.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,57 @@ const moveDoc = async (product, platform, version) => {
when({product: {name: "EDB Postgres Advanced Server", version: 13}, platform: {name: "Ubuntu 20.04"}},
(ctx) => `epas/13/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_ubuntu20_${fmtArchFilename(ctx)}.mdx`),

when({product: {name: "EDB Postgres Advanced Server", version: 12}, platform: {name: "CentOS 7"}},
(ctx) => `epas/12/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_centos7_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 12}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}},
(ctx) => `epas/12/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_other_linux8_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 12}, platform: {name: "RHEL 7 or OL 7"}},
(ctx) => `epas/12/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_rhel7_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 12}, platform: {name: "RHEL 8 or OL 8"}},
(ctx) => `epas/12/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_rhel8_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 12}, platform: {name: "RHEL 8"}},
(ctx) => `epas/12/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_rhel8_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 12}, platform: {name: "RHEL 7"}},
(ctx) => `epas/12/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_rhel7_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 12}, platform: {name: "SLES 12"}},
(ctx) => `epas/12/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_sles12_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 12}, platform: {name: "SLES 15"}},
(ctx) => `epas/12/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_sles15_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 12}, platform: {name: "Debian 10"}},
(ctx) => `epas/12/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_deb10_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 12}, platform: {name: "Debian 11"}},
(ctx) => `epas/12/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_deb11_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 12}, platform: {name: "Ubuntu 18.04"}},
(ctx) => `epas/12/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_ubuntu18_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 12}, platform: {name: "Ubuntu 20.04"}},
(ctx) => `epas/12/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_ubuntu20_${fmtArchFilename(ctx)}.mdx`),

when({product: {name: "EDB Postgres Advanced Server", version: 11}, platform: {name: "CentOS 7"}},
(ctx) => `epas/11/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_centos7_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 11}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}},
(ctx) => `epas/11/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_other_linux8_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 11}, platform: {name: "RHEL 7 or OL 7"}},
(ctx) => `epas/11/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_rhel7_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 11}, platform: {name: "RHEL 8 or OL 8"}},
(ctx) => `epas/11/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_rhel8_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 11}, platform: {name: "RHEL 8"}},
(ctx) => `epas/11/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_rhel8_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 11}, platform: {name: "RHEL 7"}},
(ctx) => `epas/11/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_rhel7_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 11}, platform: {name: "SLES 12"}},
(ctx) => `epas/11/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_sles12_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 11}, platform: {name: "SLES 15"}},
(ctx) => `epas/11/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_sles15_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 11}, platform: {name: "Debian 10"}},
(ctx) => `epas/11/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_deb10_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 11}, platform: {name: "Debian 11"}},
(ctx) => `epas/11/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_deb11_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 11}, platform: {name: "Ubuntu 18.04"}},
(ctx) => `epas/11/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_ubuntu18_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "EDB Postgres Advanced Server", version: 11}, platform: {name: "Ubuntu 20.04"}},
(ctx) => `epas/11/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_ubuntu20_${fmtArchFilename(ctx)}.mdx`),


when({product: {name: "Failover Manager", version: 4}, platform: {name: "CentOS 7"}},
(ctx) => `efm/4/03_installing_efm/${fmtArchPath(ctx)}/efm4_centos7_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "Failover Manager", version: 4}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{% extends "products/edb-jdbc-connector/base.njk" %}
{% set platformBaseTemplate = "Ubuntu-22.04" %}
{% set platformBaseTemplate = "ubuntu-22.04" %}
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{% extends "platformBase/" + platformBaseTemplate + '.njk' %}
{% set packageName %}edb-migrationtoolkit{% endset %}
{% block prodprereq %}{% include "platformBase/_epasinstallsameserver.njk" %}
{% block prodprereq %}
{% endblock prodprereq %}
{% block postinstall %}
## Initial configuration
Before invoking Migration Toolkit, you must download and install a freely available source-specific driver. To download a driver, or for a link to a vendor download site, see the [Third Party JDBC Drivers](https://www.enterprisedb.com/software-downloads-postgres#third-party-jdbc-drivers) on the Downloads page.

After downloading the source-specific driver, move the driver file into the `<mtk_install_dir>/lib` directory.
{% endblock postinstall %}
Before invoking Migration Toolkit, you must download and install JDBC drivers for connecting to the source and target databases. See [Installing a JDBC driver](/migration_toolkit/latest/05_installing_mtk/installing_jdbc_driver/) for details.
{% endblock postinstall %}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
{% set platformBaseTemplate = "sles-12" %}
{% block pemslesnote %}
!!! Note

Postgres Enterprise Manager 8.3 and later is supported on SLES.

{% endblock pemslesnote %}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{% set platformBaseTemplate = "sles-15" %}
{% block pemslesnote %}
!!! Note

Postgres Enterprise Manager 8.3 and later is supported on SLES.
{% endblock pemslesnote %}
{% block activateSUSEmodule %}# You can use SLES 15 SP3 for PEM 8.3 and later:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
{% block pemslesnote %}
!!! Note
Postgres Enterprise Manager 8.3 and later is supported on SLES.

{% endblock pemslesnote %}
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{% extends "products/postgres-enterprise-manager-server/base.njk" %}
{% set platformBaseTemplate = "sles-15" %}
{% block pemslesnote %}!!! Note
Postgres Enterprise Manager 8.3 and later is supported on SLES.
{% block pemslesnote %}
!!! Note
Postgres Enterprise Manager 8.3 and later is supported on SLES.

{% endblock pemslesnote %}
{% block activateSUSEmodule %}# You can use SLES 15 SP3 for PEM 8.3 and later:
sudo SUSEConnect -p PackageHub/15.3/{{ platform.arch }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ After installing on each node of the cluster:
1. Modify the [cluster properties file](../../04_configuring_efm/01_cluster_properties/#cluster_properties) on each node.
2. Modify the [cluster members file](../../04_configuring_efm/03_cluster_members/#cluster_members) on each node.
3. If applicable, configure and test virtual IP address settings and any scripts that are identified in the cluster properties file.
4. Start the agent on each node of the cluster. For more information, see [Controlling the Failover Manager service](../../08_controlling_efm_service).
4. Start the agent on each node of the cluster. For more information, see [Controlling the Failover Manager service](../../08_controlling_efm_service/).
Loading

0 comments on commit dbbc5d9

Please sign in to comment.