From eed1bd808ebd39a3eba9bd75b322afe134641edf Mon Sep 17 00:00:00 2001 From: Simon Notley <43099400+sonotley@users.noreply.github.com> Date: Tue, 29 Nov 2022 14:01:01 +0000 Subject: [PATCH 1/6] Added release notes for LC2.4 --- .../docs/livecompare/2/rel_notes/2.4_rel_notes.mdx | 14 ++++++++++++++ .../docs/livecompare/2/rel_notes/index.mdx | 6 +++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 product_docs/docs/livecompare/2/rel_notes/2.4_rel_notes.mdx diff --git a/product_docs/docs/livecompare/2/rel_notes/2.4_rel_notes.mdx b/product_docs/docs/livecompare/2/rel_notes/2.4_rel_notes.mdx new file mode 100644 index 00000000000..e290cc136b5 --- /dev/null +++ b/product_docs/docs/livecompare/2/rel_notes/2.4_rel_notes.mdx @@ -0,0 +1,14 @@ +--- +title: "Version 2.4" +--- + +LiveCompare 2.4 includes the following new features, enhancements, bug fixes, and other changes: + +| Type | Description | ID | +| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- | +| Bug fix | Fixed an issue where QueryTablePKColumns would run slowly on tables with composite primary keys | +| Bug fix | Fixed an issue where LiveCompare was not handling time columns correctly | +| Bug fix | Fixed an issue where connection strings containg single-quotes or apostrophes were not handled correctly | +| Bug fix | Fixed issue whereby the `--recheck` option could throw an unhandled exception in some circumstances | + + diff --git a/product_docs/docs/livecompare/2/rel_notes/index.mdx b/product_docs/docs/livecompare/2/rel_notes/index.mdx index 2e79eeb1ffe..c144ca84cec 100644 --- a/product_docs/docs/livecompare/2/rel_notes/index.mdx +++ b/product_docs/docs/livecompare/2/rel_notes/index.mdx @@ -6,11 +6,14 @@ redirects: - ../2.1/release_notes - ../2.2/release_notes - ../2.3/release_notes +- ../2.4/release_notes +- ../latest/release_notes/#240-2022-11-29 - ../latest/release_notes/#230-2022-08-15 - ../latest/release_notes/#220-2022-06-14 - ../latest/release_notes/#210-2022-03-31 - ../latest/release_notes/#200-2022-02-15 -navigation: +navigation: +- 2.4_rel_notes - 2.3_rel_notes - 2.2_rel_notes - 2.1_rel_notes @@ -21,6 +24,7 @@ The LiveCompare documentation describes the latest version of LiveCompare 2 incl | Version | Release Date | | ---------------------------- | ------------ | +| [2.4](2.4_rel_notes.mdx) | Nov 29 2022 | | [2.3](2.3_rel_notes.mdx) | Aug 15 2022 | | [2.2](2.2_rel_notes.mdx) | Jun 14 2022 | | [2.1](2.1_rel_notes.mdx) | Mar 31 2022 | From 6ec0c1a2b0a837e84db35936ceccd4805bdccd74 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Tue, 29 Nov 2022 11:11:08 -0500 Subject: [PATCH 2/6] minor copy edits and removed empty ID column added punctuation and fixed typo --- .../docs/livecompare/2/rel_notes/2.4_rel_notes.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/product_docs/docs/livecompare/2/rel_notes/2.4_rel_notes.mdx b/product_docs/docs/livecompare/2/rel_notes/2.4_rel_notes.mdx index e290cc136b5..40883857bba 100644 --- a/product_docs/docs/livecompare/2/rel_notes/2.4_rel_notes.mdx +++ b/product_docs/docs/livecompare/2/rel_notes/2.4_rel_notes.mdx @@ -4,11 +4,11 @@ title: "Version 2.4" LiveCompare 2.4 includes the following new features, enhancements, bug fixes, and other changes: -| Type | Description | ID | -| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- | -| Bug fix | Fixed an issue where QueryTablePKColumns would run slowly on tables with composite primary keys | -| Bug fix | Fixed an issue where LiveCompare was not handling time columns correctly | -| Bug fix | Fixed an issue where connection strings containg single-quotes or apostrophes were not handled correctly | -| Bug fix | Fixed issue whereby the `--recheck` option could throw an unhandled exception in some circumstances | +| Type | Description | +| ------- | ----------------------------------------------------------------------------------------------------------- | +| Bug fix | Fixed an issue where QueryTablePKColumns would run slowly on tables with composite primary keys. | +| Bug fix | Fixed an issue where LiveCompare was not handling time columns correctly. | +| Bug fix | Fixed an issue where connection strings containing single-quotes or apostrophes were not handled correctly. | +| Bug fix | Fixed issue whereby the `--recheck` option could throw an unhandled exception in some circumstances. | From 0b03c28cb569806848bdeaae00c8cfd151d33ab8 Mon Sep 17 00:00:00 2001 From: Chris Estes <106166814+ccestes@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:32:13 -0500 Subject: [PATCH 3/6] removed full version from install package --- advocacy_docs/pg_extensions/pg_tuner/installing.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advocacy_docs/pg_extensions/pg_tuner/installing.mdx b/advocacy_docs/pg_extensions/pg_tuner/installing.mdx index 410d7a36023..9aed09cc28b 100644 --- a/advocacy_docs/pg_extensions/pg_tuner/installing.mdx +++ b/advocacy_docs/pg_extensions/pg_tuner/installing.mdx @@ -33,7 +33,7 @@ Before you begin the installation process: The syntax for the RPM package install command is: ```shell -sudo -y install edb--postgres-tuner- +sudo -y install edb--postgres-tuner ``` And the syntax for the Debian package install command is: @@ -69,7 +69,7 @@ where: For example, to install EDB Postgres Tuner 1.0.0 for EDB Postgres Advanced Server 14 on a RHEL 8 platform: ```shell -sudo dnf -y install edb-as14-postgres-tuner1-1.0.0 +sudo dnf -y install edb-as14-postgres-tuner1 ``` And to install EDB Postgres Tuner 1.0.0 for EDB Postgres Advanced Server 14 on a Debian 11 platform: From 94bcd60c30415f112e6e474d8ed1b34b7be3ebd9 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:57:32 -0500 Subject: [PATCH 4/6] standardized URLs for EDB*Plus --- install_template/deploy.mjs | 26 +--------- .../templates/products/edb*plus/base.njk | 12 +++++ .../products/edb*plus/ubuntu-22.04.njk | 5 +- .../40/03_installing_edb_plus/index.mdx | 15 ------ .../ibm_power_ppc64le/index.mdx | 18 ------- .../install_on_linux/index.mdx | 50 ------------------- .../install_on_linux/x86_amd64/index.mdx | 31 ------------ product_docs/docs/edb_plus/40/index.mdx | 2 +- .../configuring_linux_installation.mdx | 2 + .../docs/edb_plus/40/installing/index.mdx | 32 ++++++++++++ .../linux_ppc64le/edbplus_rhel_8.mdx} | 4 +- .../linux_ppc64le/edbplus_sles_12.mdx} | 4 +- .../linux_ppc64le/edbplus_sles_15.mdx} | 4 +- .../40/installing/linux_ppc64le/index.mdx | 20 ++++++++ .../linux_x86_64/edbplus_centos_7.mdx} | 4 +- .../linux_x86_64/edbplus_debian_10.mdx} | 4 +- .../linux_x86_64/edbplus_debian_11.mdx} | 4 +- .../linux_x86_64/edbplus_other_linux_8.mdx} | 4 +- .../linux_x86_64/edbplus_rhel_7.mdx} | 4 +- .../linux_x86_64/edbplus_rhel_8.mdx} | 4 +- .../linux_x86_64/edbplus_sles_12.mdx} | 4 +- .../linux_x86_64/edbplus_sles_15.mdx} | 4 +- .../linux_x86_64/edbplus_ubuntu_18.mdx} | 4 +- .../linux_x86_64/edbplus_ubuntu_20.mdx} | 4 +- .../40/installing/linux_x86_64/index.mdx | 33 ++++++++++++ .../windows.mdx} | 2 + 26 files changed, 146 insertions(+), 154 deletions(-) delete mode 100644 product_docs/docs/edb_plus/40/03_installing_edb_plus/index.mdx delete mode 100644 product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/index.mdx delete mode 100644 product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/index.mdx delete mode 100644 product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/index.mdx rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_linux => installing}/configuring_linux_installation.mdx (95%) create mode 100644 product_docs/docs/edb_plus/40/installing/index.mdx rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_rhel8_ppcle.mdx => installing/linux_ppc64le/edbplus_rhel_8.mdx} (94%) rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles12_ppcle.mdx => installing/linux_ppc64le/edbplus_sles_12.mdx} (93%) rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles15_ppcle.mdx => installing/linux_ppc64le/edbplus_sles_15.mdx} (93%) create mode 100644 product_docs/docs/edb_plus/40/installing/linux_ppc64le/index.mdx rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_centos7_x86.mdx => installing/linux_x86_64/edbplus_centos_7.mdx} (93%) rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb10_x86.mdx => installing/linux_x86_64/edbplus_debian_10.mdx} (93%) rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb11_x86.mdx => installing/linux_x86_64/edbplus_debian_11.mdx} (93%) rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_other_linux8_x86.mdx => installing/linux_x86_64/edbplus_other_linux_8.mdx} (94%) rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_rhel7_x86.mdx => installing/linux_x86_64/edbplus_rhel_7.mdx} (94%) rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_rhel8_x86.mdx => installing/linux_x86_64/edbplus_rhel_8.mdx} (94%) rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles12_x86.mdx => installing/linux_x86_64/edbplus_sles_12.mdx} (94%) rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles15_x86.mdx => installing/linux_x86_64/edbplus_sles_15.mdx} (93%) rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_ubuntu18_x86.mdx => installing/linux_x86_64/edbplus_ubuntu_18.mdx} (93%) rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_ubuntu20_x86.mdx => installing/linux_x86_64/edbplus_ubuntu_20.mdx} (93%) create mode 100644 product_docs/docs/edb_plus/40/installing/linux_x86_64/index.mdx rename product_docs/docs/edb_plus/40/{03_installing_edb_plus/install_on_windows.mdx => installing/windows.mdx} (96%) diff --git a/install_template/deploy.mjs b/install_template/deploy.mjs index abd7cc359f4..a34bcd3a4c2 100644 --- a/install_template/deploy.mjs +++ b/install_template/deploy.mjs @@ -150,31 +150,7 @@ const moveDoc = async (product, platform, version) => { const [srcContent, integralDeploymentPath] = await readSource(srcFilepath); // prettier-ignore - const destFilename = integralDeploymentPath || match(context, - when({product: {name: "EDB*Plus", version: 40}, platform: {name: "SLES 12"}}, - (ctx) => `edb_plus/40/03_installing_edb_plus/install_on_linux/${fmtArchPath(ctx)}/edbplus_sles12_${fmtArchFilename(ctx)}.mdx`), - when({product: {name: "EDB*Plus", version: 40}, platform: {name: "SLES 15"}}, - (ctx) => `edb_plus/40/03_installing_edb_plus/install_on_linux/${fmtArchPath(ctx)}/edbplus_sles15_${fmtArchFilename(ctx)}.mdx`), - when({product: {name: "EDB*Plus", version: 40}, platform: {name: "Debian 10"}}, - (ctx) => `edb_plus/40/03_installing_edb_plus/install_on_linux/${fmtArchPath(ctx)}/edbplus_deb10_${fmtArchFilename(ctx)}.mdx`), - when({product: {name: "EDB*Plus", version: 40}, platform: {name: "Debian 11"}}, - (ctx) => `edb_plus/40/03_installing_edb_plus/install_on_linux/${fmtArchPath(ctx)}/edbplus_deb11_${fmtArchFilename(ctx)}.mdx`), - when({product: {name: "EDB*Plus", version: 40}, platform: {name: "Ubuntu 18.04"}}, - (ctx) => `edb_plus/40/03_installing_edb_plus/install_on_linux/${fmtArchPath(ctx)}/edbplus_ubuntu18_${fmtArchFilename(ctx)}.mdx`), - when({product: {name: "EDB*Plus", version: 40}, platform: {name: "Ubuntu 20.04"}}, - (ctx) => `edb_plus/40/03_installing_edb_plus/install_on_linux/${fmtArchPath(ctx)}/edbplus_ubuntu20_${fmtArchFilename(ctx)}.mdx`), - when({product: {name: "EDB*Plus", version: 40}, platform: {name: "CentOS 7"}}, - (ctx) => `edb_plus/40/03_installing_edb_plus/install_on_linux/${fmtArchPath(ctx)}/edbplus_centos7_${fmtArchFilename(ctx)}.mdx`), - when({product: {name: "EDB*Plus", version: 40}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}}, - (ctx) => `edb_plus/40/03_installing_edb_plus/install_on_linux/${fmtArchPath(ctx)}/edbplus_other_linux8_${fmtArchFilename(ctx)}.mdx`), - when({product: {name: "EDB*Plus", version: 40}, platform: {name: "RHEL 7 or OL 7"}}, - (ctx) => `edb_plus/40/03_installing_edb_plus/install_on_linux/${fmtArchPath(ctx)}/edbplus_rhel7_${fmtArchFilename(ctx)}.mdx`), - when({product: {name: "EDB*Plus", version: 40}, platform: {name: "RHEL 8"}}, - (ctx) => `edb_plus/40/03_installing_edb_plus/install_on_linux/${fmtArchPath(ctx)}/edbplus_rhel8_${fmtArchFilename(ctx)}.mdx`), - when({product: {name: "EDB*Plus", version: 40}, platform: {name: "RHEL 8 or OL 8"}}, - (ctx) => `edb_plus/40/03_installing_edb_plus/install_on_linux/${fmtArchPath(ctx)}/edbplus_rhel8_${fmtArchFilename(ctx)}.mdx`), - - + const destFilename = integralDeploymentPath || match(context, when({product: {name: "EDB Postgres Advanced Server", version: 14}, platform: {name: "CentOS 7"}}, (ctx) => `epas/14/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_centos7_${fmtArchFilename(ctx)}.mdx`), when({product: {name: "EDB Postgres Advanced Server", version: 14}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}}, diff --git a/install_template/templates/products/edb*plus/base.njk b/install_template/templates/products/edb*plus/base.njk index a485b5c52b2..df8f1f2fa03 100644 --- a/install_template/templates/products/edb*plus/base.njk +++ b/install_template/templates/products/edb*plus/base.njk @@ -1,5 +1,17 @@ {% extends "platformBase/" + platformBaseTemplate + '.njk' %} {% set packageName %}edb-as-edbplus{% endset %} +{% import "platformBase/_deploymentConstants.njk" as deploy %} +{% block frontmatter %} +{# + If you modify deployment path here, please first copy the old expression + and add it to the list under "redirects:" below - this ensures we don't + break any existing links. +#} +deployPath: edb_plus/{{ product.version }}/installing/linux_{{platform.arch}}/edbplus_{{deploy.map_platform[platform.name]}}.mdx +redirects: + - edb_plus/{{ product.version }}/03_installing_edb_plus/install_on_linux/{{deploy.expand_arch[platform.arch]}}/edbplus_{{deploy.map_platform_old[platform.name]}}_{{platform.arch | replace(r/_?64/g, "")}}.mdx +{% endblock frontmatter %} + {% block prodprereq %} {% include "platformBase/_javainstall.njk" %} diff --git a/install_template/templates/products/edb*plus/ubuntu-22.04.njk b/install_template/templates/products/edb*plus/ubuntu-22.04.njk index df0bcc5187c..5d768070f6a 100644 --- a/install_template/templates/products/edb*plus/ubuntu-22.04.njk +++ b/install_template/templates/products/edb*plus/ubuntu-22.04.njk @@ -1,2 +1,5 @@ {% extends "products/edb*plus/base.njk" %} -{% set platformBaseTemplate = "ubuntu-22.04" %} \ No newline at end of file +{% set platformBaseTemplate = "ubuntu-22.04" %} +{% block frontmatter %} +{# remove this block when Ubuntu 22 is released #} +{% endblock frontmatter %} \ No newline at end of file diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/index.mdx b/product_docs/docs/edb_plus/40/03_installing_edb_plus/index.mdx deleted file mode 100644 index 1211d0b74be..00000000000 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/index.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Installing EDB*Plus" -navigation: - -- install_on_linux -- install_on_windows ---- - -Before installing EDB*Plus, you must install Java (version 1.8.0 or later). - -You can install EDB*Plus on: - -- [Linux x86-64 (amd64)](install_on_linux/x86_amd64) and [IBM Power (ppc64le)](install_on_linux/ibm_power_ppc64le) -- [Windows x86-64](install_on_windows) - diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/index.mdx b/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/index.mdx deleted file mode 100644 index c18ce10ed12..00000000000 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/index.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Installing EDB*Plus on IBM Power (ppc64le)" -navTitle: "IBM Power (ppc64le)" -navigation: - - edbplus_rhel8_ppcle - - edbplus_sles15_ppcle - - edbplus_sles12_ppcle ---- - -For operating system-specific install instructions, see: - - - [RHEL 8](edbplus_rhel8_ppcle) - - - [SLES 15](edbplus_sles15_ppcle) - - - [SLES 12](edbplus_sles12_ppcle) - - diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/index.mdx b/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/index.mdx deleted file mode 100644 index 90d80a2855a..00000000000 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/index.mdx +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: "Installing EDB*Plus on Linux" -navTitle: "On Linux" -navigation: -- x86_amd64 -- ibm_power_ppc64le -- configuring_linux_installation ---- - -Before installing EDB\*Plus, you must first install Java (version 1.8 or later). On a Linux system, you can use the `yum` package manager to install Java. Open a terminal window, assume superuser privileges, and enter: - -- On RHEL or CentOS 7: - - ```text - # yum -y install java - ``` - -- On RHEL or Rocky Linux/AlmaLinux 8: - - ```text - # dnf -y install java - ``` - -To install EDB\*Plus, you must also have credentials that allow access to the EnterpriseDB repository. To request credentials that allow you to access an EnterpriseDB repository, see the [EDB Repository Access instructions](https://www.enterprisedb.com/repository-access-request). - -For platform-specific install instructions, see: - -- Linux x86-64 (amd64): - - [RHEL 8/OL 8](x86_amd64/edbplus_rhel8_x86) - - - [Rocky Linux 8/AlmaLinux 8](x86_amd64/edbplus_other_linux8_x86) - - [RHEL 7/OL 7](x86_amd64/edbplus_rhel7_x86) - - [CentOS 7](x86_amd64/edbplus_centos7_x86) - - [SLES 15](x86_amd64/edbplus_sles15_x86) - - [SLES 12](x86_amd64/edbplus_sles12_x86) - - [Ubuntu 20.04](x86_amd64/edbplus_ubuntu20_x86) - - [Ubuntu 18.04](x86_amd64/edbplus_ubuntu18_x86) - - [Debian 11](x86_amd64/edbplus_deb11_x86) - - [Debian 10](x86_amd64/edbplus_deb10_x86) - - -- Linux on IBM Power (ppc64le): - - - [RHEL 8](ibm_power_ppc64le/edbplus_rhel8_ppcle) - - - [SLES 15](ibm_power_ppc64le/edbplus_sles15_ppcle) - - - [SLES 12](ibm_power_ppc64le/edbplus_sles12_ppcle) - - After performing a Linux installation, you must set the values of environment variables that allow EDB\*Plus to locate your Java installation. diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/index.mdx b/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/index.mdx deleted file mode 100644 index b0882e1f24b..00000000000 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/index.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Installing EDB*Plus on Linux x86 (amd64)" -navTitle: "Intel x86 (amd64)" -navigation: - - edbplus_rhel8_x86 - - edbplus_other_linux8_x86 - - edbplus_rhel7_x86 - - edbplus_centos7_x86 - - edbplus_sles15_x86 - - edbplus_sles12_x86 - - edbplus_ubuntu22_x86 - - edbplus_ubuntu20_x86 - - edbplus_ubuntu18_x86 - - edbplus_deb11_x86 - - edbplus_deb10_x86 ---- - -For operating system-specific install instructions, see: - - - [RHEL 8/OL 8](edbplus_rhel8_x86) - - - [Rocky Linux 8/AlmaLinux 8](edbplus_other_linux8_x86) - - [RHEL 7/OL 7](edbplus_rhel7_x86) - - [CentOS 7](edbplus_centos7_x86) - - [SLES 15](edbplus_sles15_x86) - - [SLES 12](edbplus_sles12_x86) - - [Ubuntu 20.04](edbplus_ubuntu20_x86) - - [Ubuntu 18.04](edbplus_ubuntu18_x86) - - [Debian 11](edbplus_deb11_x86) - - [Debian 10](edbplus_deb10_x86) - diff --git a/product_docs/docs/edb_plus/40/index.mdx b/product_docs/docs/edb_plus/40/index.mdx index 90e5c2fdc35..999c44dc2c5 100644 --- a/product_docs/docs/edb_plus/40/index.mdx +++ b/product_docs/docs/edb_plus/40/index.mdx @@ -6,7 +6,7 @@ redirects: navigation: - 02_release_notes - 02a_supported_platforms -- 03_installing_edb_plus +- installing - 04_using_edb_plus - 05_using_edb_plus_with_ssl - 06_command_summary diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/configuring_linux_installation.mdx b/product_docs/docs/edb_plus/40/installing/configuring_linux_installation.mdx similarity index 95% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/configuring_linux_installation.mdx rename to product_docs/docs/edb_plus/40/installing/configuring_linux_installation.mdx index 730604b2172..2b9248443fe 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/configuring_linux_installation.mdx +++ b/product_docs/docs/edb_plus/40/installing/configuring_linux_installation.mdx @@ -1,6 +1,8 @@ --- title: "Configuring IDENT authentication on Linux" navTitle: "Configuring IDENT authentication" +redirects: + - /edb_plus/latest/03_installing_edb_plus/install_on_linux/configuring_linux_installation/ --- By default, the `pg_hba.conf` file for the RPM installer enforces `IDENT` authentication. Before invoking EDB\*Plus, you must either modify the `pg_hba.conf` file, changing the authentication method to a form other than `IDENT` (and restarting the server), or perform the following steps to ensure that an `IDENT` server is accessible: diff --git a/product_docs/docs/edb_plus/40/installing/index.mdx b/product_docs/docs/edb_plus/40/installing/index.mdx new file mode 100644 index 00000000000..c1e76028508 --- /dev/null +++ b/product_docs/docs/edb_plus/40/installing/index.mdx @@ -0,0 +1,32 @@ +--- +title: "Installing" +navigation: +- linux_x86_64 +- linux_ppc64le +- windows +- configuring_linux_installation +redirects: + - /edb_plus/latest/03_installing_edb_plus/ + - /edb_plus/latest/03_installing_edb_plus/install_on_linux/ +--- + +## [Linux x86-64 (amd64)](linux_x86_64) +### Red Hat Enterprise Linux (RHEL) and derivatives +- [RHEL 8](linux_x86_64/edbplus_rhel_8), [RHEL 7](linux_x86_64/edbplus_rhel_7) +- [Oracle Linux (OL) 8](linux_x86_64/edbplus_rhel_8), [Oracle Linux (OL) 7](linux_x86_64/edbplus_rhel_7) +- [Rocky Linux 8](linux_x86_64/edbplus_other_linux_8) +- [AlmaLinux 8](linux_x86_64/edbplus_other_linux_8) +- [CentOS 7](linux_x86_64/edbplus_centos_7) +### SUSE Linux Enterprise (SLES) +- [SLES 15](linux_x86_64/edbplus_sles_15), [SLES 12](linux_x86_64/edbplus_sles_12) +### Debian and derivatives +- [Ubuntu 20.04](linux_x86_64/edbplus_ubuntu_20), [Ubuntu 18.04](linux_x86_64/edbplus_ubuntu_18) +- [Debian 11](linux_x86_64/edbplus_debian_11), [Debian 10](linux_x86_64/edbplus_debian_10) +## [Linux on IBM Power (ppc64le)](linux_ppc64le) +### Red Hat Enterprise Linux (RHEL) +- [RHEL 8](linux_ppc64le/edbplus_rhel_8) +### SUSE Linux Enterprise (SLES) +- [SLES 15](linux_ppc64le/edbplus_sles_15), [SLES 12](linux_ppc64le/edbplus_sles_12) +## [Windows](windows) + + diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_rhel8_ppcle.mdx b/product_docs/docs/edb_plus/40/installing/linux_ppc64le/edbplus_rhel_8.mdx similarity index 94% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_rhel8_ppcle.mdx rename to product_docs/docs/edb_plus/40/installing/linux_ppc64le/edbplus_rhel_8.mdx index 3f86a7b225f..1b1c9d59349 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_rhel8_ppcle.mdx +++ b/product_docs/docs/edb_plus/40/installing/linux_ppc64le/edbplus_rhel_8.mdx @@ -1,10 +1,12 @@ --- navTitle: RHEL 8 title: Installing EDB*Plus on RHEL 8 ppc64le - # This topic is generated from templates. If you have feedback on it, instead of # editing the page and creating a pull request, please enter a GitHub issue and # the documentation team will update the templates accordingly. + +redirects: + - /edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_rhel8_ppcle --- ## Prerequisites diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles12_ppcle.mdx b/product_docs/docs/edb_plus/40/installing/linux_ppc64le/edbplus_sles_12.mdx similarity index 93% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles12_ppcle.mdx rename to product_docs/docs/edb_plus/40/installing/linux_ppc64le/edbplus_sles_12.mdx index 725c1dd448a..7a25ce520ff 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles12_ppcle.mdx +++ b/product_docs/docs/edb_plus/40/installing/linux_ppc64le/edbplus_sles_12.mdx @@ -1,10 +1,12 @@ --- navTitle: SLES 12 title: Installing EDB*Plus on SLES 12 ppc64le - # This topic is generated from templates. If you have feedback on it, instead of # editing the page and creating a pull request, please enter a GitHub issue and # the documentation team will update the templates accordingly. + +redirects: + - /edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles12_ppcle --- ## Prerequisites diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles15_ppcle.mdx b/product_docs/docs/edb_plus/40/installing/linux_ppc64le/edbplus_sles_15.mdx similarity index 93% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles15_ppcle.mdx rename to product_docs/docs/edb_plus/40/installing/linux_ppc64le/edbplus_sles_15.mdx index 5c2b5ac0f06..fcc6b71166b 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles15_ppcle.mdx +++ b/product_docs/docs/edb_plus/40/installing/linux_ppc64le/edbplus_sles_15.mdx @@ -1,10 +1,12 @@ --- navTitle: SLES 15 title: Installing EDB*Plus on SLES 15 ppc64le - # This topic is generated from templates. If you have feedback on it, instead of # editing the page and creating a pull request, please enter a GitHub issue and # the documentation team will update the templates accordingly. + +redirects: + - /edb_plus/40/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles15_ppcle --- ## Prerequisites diff --git a/product_docs/docs/edb_plus/40/installing/linux_ppc64le/index.mdx b/product_docs/docs/edb_plus/40/installing/linux_ppc64le/index.mdx new file mode 100644 index 00000000000..d4e4e78ec1f --- /dev/null +++ b/product_docs/docs/edb_plus/40/installing/linux_ppc64le/index.mdx @@ -0,0 +1,20 @@ +--- +title: "Installing EDB*Plus on IBM Power (ppc64le)" +navTitle: "On Linux ppc64le" +redirects: + - /edb_plus/latest/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/ +navigation: + - edbplus_rhel_8 + - edbplus_sles_15 + - edbplus_sles_12 +--- + +For operating system-specific install instructions, see: + + - [RHEL 8](edbplus_rhel_8) + + - [SLES 15](edbplus_sles_15) + + - [SLES 12](edbplus_sles_12) + + diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_centos7_x86.mdx b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_centos_7.mdx similarity index 93% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_centos7_x86.mdx rename to product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_centos_7.mdx index 12b07e6a589..5fca017765d 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_centos7_x86.mdx +++ b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_centos_7.mdx @@ -1,10 +1,12 @@ --- navTitle: CentOS 7 title: Installing EDB*Plus on CentOS 7 x86_64 - # This topic is generated from templates. If you have feedback on it, instead of # editing the page and creating a pull request, please enter a GitHub issue and # the documentation team will update the templates accordingly. + +redirects: + - /edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_centos7_x86 --- ## Prerequisites diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb10_x86.mdx b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_debian_10.mdx similarity index 93% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb10_x86.mdx rename to product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_debian_10.mdx index ad8a5438609..ed9cf205663 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb10_x86.mdx +++ b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_debian_10.mdx @@ -1,10 +1,12 @@ --- navTitle: Debian 10 title: Installing EDB*Plus on Debian 10 x86_64 - # This topic is generated from templates. If you have feedback on it, instead of # editing the page and creating a pull request, please enter a GitHub issue and # the documentation team will update the templates accordingly. + +redirects: + - /edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb10_x86 --- ## Prerequisites diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb11_x86.mdx b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_debian_11.mdx similarity index 93% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb11_x86.mdx rename to product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_debian_11.mdx index b197f49f6f9..e059f64015d 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb11_x86.mdx +++ b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_debian_11.mdx @@ -1,10 +1,12 @@ --- navTitle: Debian 11 title: Installing EDB*Plus on Debian 11 x86_64 - # This topic is generated from templates. If you have feedback on it, instead of # editing the page and creating a pull request, please enter a GitHub issue and # the documentation team will update the templates accordingly. + +redirects: + - /edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb11_x86 --- ## Prerequisites diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_other_linux8_x86.mdx b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_other_linux_8.mdx similarity index 94% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_other_linux8_x86.mdx rename to product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_other_linux_8.mdx index c11ce094d05..eddd935ce24 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_other_linux8_x86.mdx +++ b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_other_linux_8.mdx @@ -1,10 +1,12 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing EDB*Plus on AlmaLinux 8 or Rocky Linux 8 x86_64 - # This topic is generated from templates. If you have feedback on it, instead of # editing the page and creating a pull request, please enter a GitHub issue and # the documentation team will update the templates accordingly. + +redirects: + - /edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_other_linux8_x86 --- ## Prerequisites diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_rhel7_x86.mdx b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_rhel_7.mdx similarity index 94% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_rhel7_x86.mdx rename to product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_rhel_7.mdx index a5c2ff70623..2b15ef8ef80 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_rhel7_x86.mdx +++ b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_rhel_7.mdx @@ -1,10 +1,12 @@ --- navTitle: RHEL 7 or OL 7 title: Installing EDB*Plus on RHEL 7 or OL 7 x86_64 - # This topic is generated from templates. If you have feedback on it, instead of # editing the page and creating a pull request, please enter a GitHub issue and # the documentation team will update the templates accordingly. + +redirects: + - /edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_rhel7_x86 --- ## Prerequisites diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_rhel8_x86.mdx b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_rhel_8.mdx similarity index 94% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_rhel8_x86.mdx rename to product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_rhel_8.mdx index 3889e3ea525..c94187a0927 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_rhel8_x86.mdx +++ b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_rhel_8.mdx @@ -1,10 +1,12 @@ --- navTitle: RHEL 8 or OL 8 title: Installing EDB*Plus on RHEL 8 or OL 8 x86_64 - # This topic is generated from templates. If you have feedback on it, instead of # editing the page and creating a pull request, please enter a GitHub issue and # the documentation team will update the templates accordingly. + +redirects: + - /edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_rhel8_x86 --- ## Prerequisites diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles12_x86.mdx b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_sles_12.mdx similarity index 94% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles12_x86.mdx rename to product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_sles_12.mdx index 7656a9d48cb..539db09fc5b 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles12_x86.mdx +++ b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_sles_12.mdx @@ -1,10 +1,12 @@ --- navTitle: SLES 12 title: Installing EDB*Plus on SLES 12 x86_64 - # This topic is generated from templates. If you have feedback on it, instead of # editing the page and creating a pull request, please enter a GitHub issue and # the documentation team will update the templates accordingly. + +redirects: + - /edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles12_x86 --- ## Prerequisites diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles15_x86.mdx b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_sles_15.mdx similarity index 93% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles15_x86.mdx rename to product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_sles_15.mdx index dd6f7e704b9..c95e2b2392b 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles15_x86.mdx +++ b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_sles_15.mdx @@ -1,10 +1,12 @@ --- navTitle: SLES 15 title: Installing EDB*Plus on SLES 15 x86_64 - # This topic is generated from templates. If you have feedback on it, instead of # editing the page and creating a pull request, please enter a GitHub issue and # the documentation team will update the templates accordingly. + +redirects: + - /edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles15_x86 --- ## Prerequisites diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_ubuntu18_x86.mdx b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_ubuntu_18.mdx similarity index 93% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_ubuntu18_x86.mdx rename to product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_ubuntu_18.mdx index bf70143b2b1..5195afe88ca 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_ubuntu18_x86.mdx +++ b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_ubuntu_18.mdx @@ -1,10 +1,12 @@ --- navTitle: Ubuntu 18.04 title: Installing EDB*Plus on Ubuntu 18.04 x86_64 - # This topic is generated from templates. If you have feedback on it, instead of # editing the page and creating a pull request, please enter a GitHub issue and # the documentation team will update the templates accordingly. + +redirects: + - /edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_ubuntu18_x86 --- ## Prerequisites diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_ubuntu20_x86.mdx b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_ubuntu_20.mdx similarity index 93% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_ubuntu20_x86.mdx rename to product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_ubuntu_20.mdx index 446f517b521..5b7c127f4e6 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_ubuntu20_x86.mdx +++ b/product_docs/docs/edb_plus/40/installing/linux_x86_64/edbplus_ubuntu_20.mdx @@ -1,10 +1,12 @@ --- navTitle: Ubuntu 20.04 title: Installing EDB*Plus on Ubuntu 20.04 x86_64 - # This topic is generated from templates. If you have feedback on it, instead of # editing the page and creating a pull request, please enter a GitHub issue and # the documentation team will update the templates accordingly. + +redirects: + - /edb_plus/40/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_ubuntu20_x86 --- ## Prerequisites diff --git a/product_docs/docs/edb_plus/40/installing/linux_x86_64/index.mdx b/product_docs/docs/edb_plus/40/installing/linux_x86_64/index.mdx new file mode 100644 index 00000000000..4ad98b93a82 --- /dev/null +++ b/product_docs/docs/edb_plus/40/installing/linux_x86_64/index.mdx @@ -0,0 +1,33 @@ +--- +title: "Installing EDB*Plus on Linux x86 (amd64)" +navTitle: "On Linux x86" +redirects: + - /edb_plus/latest/03_installing_edb_plus/install_on_linux/x86_amd64/ +navigation: + - edbplus_rhel_8 + - edbplus_other_linux_8 + - edbplus_rhel_7 + - edbplus_centos_7 + - edbplus_sles_15 + - edbplus_sles_12 + - edbplus_ubuntu_22 + - edbplus_ubuntu_20 + - edbplus_ubuntu_18 + - edbplus_debian_11 + - edbplus_debian_10 +--- + +For operating system-specific install instructions, see: + + - [RHEL 8/OL 8](edbplus_rhel_8) + + - [Rocky Linux 8/AlmaLinux 8](edbplus_other_linux_8) + - [RHEL 7/OL 7](edbplus_rhel_7) + - [CentOS 7](edbplus_centos_7) + - [SLES 15](edbplus_sles_15) + - [SLES 12](edbplus_sles_12) + - [Ubuntu 20.04](edbplus_ubuntu_20) + - [Ubuntu 18.04](edbplus_ubuntu_18) + - [Debian 11](edbplus_debian_11) + - [Debian 10](edbplus_debian_10) + diff --git a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_windows.mdx b/product_docs/docs/edb_plus/40/installing/windows.mdx similarity index 96% rename from product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_windows.mdx rename to product_docs/docs/edb_plus/40/installing/windows.mdx index 655b8cf7ff7..72ee9e3abd8 100644 --- a/product_docs/docs/edb_plus/40/03_installing_edb_plus/install_on_windows.mdx +++ b/product_docs/docs/edb_plus/40/installing/windows.mdx @@ -1,6 +1,8 @@ --- title: "Installing EDB*Plus on Windows" navTitle: "On Windows" +redirects: + - /edb_plus/latest/03_installing_edb_plus/install_on_windows/ --- Before installing EDB\*Plus, you must first install Java (version 1.8 or later). For Windows, Java installers and instructions are available online at: From 57a8d34e372005de790d5eff614bd968576e50d1 Mon Sep 17 00:00:00 2001 From: Chris Estes <106166814+ccestes@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:58:49 -0500 Subject: [PATCH 5/6] removed full version for other two extensions --- .../pg_extensions/advanced_storage_pack/installing.mdx | 4 ++-- advocacy_docs/pg_extensions/ldap_sync/installing.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx b/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx index 3ca631fe087..e0a02439391 100644 --- a/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx +++ b/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx @@ -33,7 +33,7 @@ Before you begin the installation process: The syntax for the RPM package install command is: ```shell -sudo -y install edb--advanced-storage-pack- +sudo -y install edb--advanced-storage-pack ``` And the syntax for the Debian package install command is: @@ -69,7 +69,7 @@ where: For example, to install Advanced Storage Pack 1.0.0 for EDB Postgres Advanced Server 14 on a RHEL 8 platform: ```shell -sudo dnf -y install edb-as14-advanced-storage-pack1-1.0.0 +sudo dnf -y install edb-as14-advanced-storage-pack1 ``` And to install Advanced Storage Pack 1.0.0 for EDB Postgres Advanced Server 14 on a Debian 11 platform: diff --git a/advocacy_docs/pg_extensions/ldap_sync/installing.mdx b/advocacy_docs/pg_extensions/ldap_sync/installing.mdx index a8613fbc53e..11b45e43e21 100644 --- a/advocacy_docs/pg_extensions/ldap_sync/installing.mdx +++ b/advocacy_docs/pg_extensions/ldap_sync/installing.mdx @@ -34,7 +34,7 @@ Before you begin the installation process: The syntax for the RPM package install command is: ```shell -sudo -y install edb-ldap-sync- +sudo -y install edb-ldap-sync ``` And the syntax for the Debian package install command is: @@ -61,7 +61,7 @@ where: For example, to install EDB LDAP Sync version 1.0.0 on a RHEL 8 platform: ```shell -sudo dnf -y install edb-ldap-sync1-1.0.0 +sudo dnf -y install edb-ldap-sync1 ``` And to install EDB LDAP Sync version 1.0.0 on a Debian 11 platform: From 21bcb797e3fead3bb44df9eaf5aa4789cb087853 Mon Sep 17 00:00:00 2001 From: Chris Estes <106166814+ccestes@users.noreply.github.com> Date: Tue, 29 Nov 2022 13:49:02 -0500 Subject: [PATCH 6/6] removed full version for debian install packages --- .../pg_extensions/advanced_storage_pack/installing.mdx | 8 +++----- advocacy_docs/pg_extensions/ldap_sync/installing.mdx | 8 +++----- advocacy_docs/pg_extensions/pg_tuner/installing.mdx | 8 +++----- 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx b/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx index e0a02439391..1425ae0db60 100644 --- a/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx +++ b/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx @@ -39,7 +39,7 @@ sudo -y install edb--advanced-stor And the syntax for the Debian package install command is: ```shell -sudo -y install edb--advanced-storage-pack-- +sudo -y install edb--advanced-storage-pack- ``` where: @@ -62,9 +62,7 @@ where: - `` is the version of Postgres you are using. -- `` is the major version of the extension you are installing. - -- `` is the full version of the extension you are installing. +- `` is the major version of Advanced Storage Pack you are installing. For example, to install Advanced Storage Pack 1.0.0 for EDB Postgres Advanced Server 14 on a RHEL 8 platform: @@ -75,5 +73,5 @@ sudo dnf -y install edb-as14-advanced-storage-pack1 And to install Advanced Storage Pack 1.0.0 for EDB Postgres Advanced Server 14 on a Debian 11 platform: ```shell -sudo apt-get -y install edb-pg15-advanced-storage-pack-1-1.0.0 +sudo apt-get -y install edb-pg15-advanced-storage-pack-1 ``` diff --git a/advocacy_docs/pg_extensions/ldap_sync/installing.mdx b/advocacy_docs/pg_extensions/ldap_sync/installing.mdx index 11b45e43e21..a30fe1803d5 100644 --- a/advocacy_docs/pg_extensions/ldap_sync/installing.mdx +++ b/advocacy_docs/pg_extensions/ldap_sync/installing.mdx @@ -40,7 +40,7 @@ sudo -y install edb-ldap-sync And the syntax for the Debian package install command is: ```shell -sudo -y install edb-ldap-sync-- +sudo -y install edb-ldap-sync- ``` where: @@ -54,9 +54,7 @@ where: | zypper | SLES | | apt-get | Debian and derivatives | -- `` is the major version of the extension you are installing. - -- `` is the full version of the extension you are installing. +- `` is the major version of EDB LDAP Sync you are installing. For example, to install EDB LDAP Sync version 1.0.0 on a RHEL 8 platform: @@ -67,5 +65,5 @@ sudo dnf -y install edb-ldap-sync1 And to install EDB LDAP Sync version 1.0.0 on a Debian 11 platform: ```shell -sudo apt-get -y install edb-ldap-sync-1-1.0.0 +sudo apt-get -y install edb-ldap-sync-1 ``` diff --git a/advocacy_docs/pg_extensions/pg_tuner/installing.mdx b/advocacy_docs/pg_extensions/pg_tuner/installing.mdx index 9aed09cc28b..b4f61042532 100644 --- a/advocacy_docs/pg_extensions/pg_tuner/installing.mdx +++ b/advocacy_docs/pg_extensions/pg_tuner/installing.mdx @@ -39,7 +39,7 @@ sudo -y install edb--postgres-tune And the syntax for the Debian package install command is: ```shell -sudo -y install edb--postgres-tuner-- +sudo -y install edb--postgres-tuner- ``` where: @@ -62,9 +62,7 @@ where: - `` is the version of Postgres you are using. -- `` is the major version of the extension you are installing. - -- `` is the full version of the extension you are installing. +- `` is the major version of EDB Postgres Tuner you are installing. For example, to install EDB Postgres Tuner 1.0.0 for EDB Postgres Advanced Server 14 on a RHEL 8 platform: @@ -75,6 +73,6 @@ sudo dnf -y install edb-as14-postgres-tuner1 And to install EDB Postgres Tuner 1.0.0 for EDB Postgres Advanced Server 14 on a Debian 11 platform: ```shell -sudo apt-get -y install edb-as14-postgres-tuner-1-1.0.0 +sudo apt-get -y install edb-as14-postgres-tuner-1 ```