From e2e7ddf53e43351a7e78c3c027709d5ca80b5f3e Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Mon, 24 Oct 2022 13:35:24 -0400 Subject: [PATCH 01/32] All changes necessary for Hadoop except script -driven file generation --- .../ibm_power_ppc64le/index.mdx | 20 ----------- .../index.mdx | 32 ----------------- .../x86_amd64/index.mdx | 32 ----------------- ...adoop_data_adapter.mdx => configuring.mdx} | 2 ++ .../docs/hadoop_data_adapter/2/index.mdx | 10 +++--- .../2/installing/index.mdx | 28 +++++++++++++++ .../linux_ppc64le/hadoop_rhel_8.mdx} | 0 .../linux_ppc64le/hadoop_sles_12.mdx} | 0 .../linux_ppc64le/hadoop_sles_15.mdx} | 0 .../2/installing/linux_ppc64le/index.mdx | 22 ++++++++++++ .../linux_x86_64/hadoop_centos_7.mdx} | 0 .../linux_x86_64/hadoop_deb_10.mdx} | 0 .../linux_x86_64/hadoop_deb_11.mdx} | 0 .../linux_x86_64/hadoop_other_linux_8.mdx} | 0 .../linux_x86_64/hadoop_rhel_7.mdx} | 0 .../linux_x86_64/hadoop_rhel_8.mdx} | 0 .../linux_x86_64/hadoop_sles_12.mdx} | 0 .../linux_x86_64/hadoop_sles_15.mdx} | 0 .../linux_x86_64/hadoop_ubuntu_18.mdx} | 0 .../linux_x86_64/hadoop_ubuntu_20.mdx} | 0 .../2/installing/linux_x86_64/index.mdx | 34 +++++++++++++++++++ ...doop_data_adapter.mdx => uninstalling.mdx} | 2 ++ ..._hadoop_data_adapter.mdx => upgrading.mdx} | 2 ++ 23 files changed, 95 insertions(+), 89 deletions(-) delete mode 100644 product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/index.mdx delete mode 100644 product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/index.mdx delete mode 100644 product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/index.mdx rename product_docs/docs/hadoop_data_adapter/2/{08_configuring_the_hadoop_data_adapter.mdx => configuring.mdx} (99%) create mode 100644 product_docs/docs/hadoop_data_adapter/2/installing/index.mdx rename product_docs/docs/hadoop_data_adapter/2/{05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_rhel8_ppcle.mdx => installing/linux_ppc64le/hadoop_rhel_8.mdx} (100%) rename product_docs/docs/hadoop_data_adapter/2/{05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_sles12_ppcle.mdx => installing/linux_ppc64le/hadoop_sles_12.mdx} (100%) rename product_docs/docs/hadoop_data_adapter/2/{05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_sles15_ppcle.mdx => installing/linux_ppc64le/hadoop_sles_15.mdx} (100%) create mode 100644 product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/index.mdx rename product_docs/docs/hadoop_data_adapter/2/{05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_centos7_x86.mdx => installing/linux_x86_64/hadoop_centos_7.mdx} (100%) rename product_docs/docs/hadoop_data_adapter/2/{05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_deb10_x86.mdx => installing/linux_x86_64/hadoop_deb_10.mdx} (100%) rename product_docs/docs/hadoop_data_adapter/2/{05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_deb11_x86.mdx => installing/linux_x86_64/hadoop_deb_11.mdx} (100%) rename product_docs/docs/hadoop_data_adapter/2/{05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_other_linux8_x86.mdx => installing/linux_x86_64/hadoop_other_linux_8.mdx} (100%) rename product_docs/docs/hadoop_data_adapter/2/{05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_rhel7_x86.mdx => installing/linux_x86_64/hadoop_rhel_7.mdx} (100%) rename product_docs/docs/hadoop_data_adapter/2/{05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_rhel8_x86.mdx => installing/linux_x86_64/hadoop_rhel_8.mdx} (100%) rename product_docs/docs/hadoop_data_adapter/2/{05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_sles12_x86.mdx => installing/linux_x86_64/hadoop_sles_12.mdx} (100%) rename product_docs/docs/hadoop_data_adapter/2/{05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_sles15_x86.mdx => installing/linux_x86_64/hadoop_sles_15.mdx} (100%) rename product_docs/docs/hadoop_data_adapter/2/{05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_ubuntu18_x86.mdx => installing/linux_x86_64/hadoop_ubuntu_18.mdx} (100%) rename product_docs/docs/hadoop_data_adapter/2/{05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_ubuntu20_x86.mdx => installing/linux_x86_64/hadoop_ubuntu_20.mdx} (100%) create mode 100644 product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/index.mdx rename product_docs/docs/hadoop_data_adapter/2/{11_uninstalling_the_hadoop_data_adapter.mdx => uninstalling.mdx} (88%) rename product_docs/docs/hadoop_data_adapter/2/{06_updating_the_hadoop_data_adapter.mdx => upgrading.mdx} (96%) diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/index.mdx b/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/index.mdx deleted file mode 100644 index 2d452f0c4fc..00000000000 --- a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/index.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Installing Hadoop Foreign Data Wrapper on IBM Power (ppc64le)" -navTitle: "IBM Power (ppc64le)" -navigation: -- hadoop_rhel8_ppcle -- hadoop_sles15_ppcle -- hadoop_sles12_ppcle ---- - -For operating system-specific install instructions, see: - - - - [RHEL 8](hadoop_rhel8_ppcle) - - - [SLES 15](hadoop_sles15_ppcle) - - [SLES 12](hadoop_sles12_ppcle) - -After you complete the installation, see [Configuring the Hadoop Foreign Data Wrapper](../../08_configuring_the_hadoop_data_adapter). - - diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/index.mdx b/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/index.mdx deleted file mode 100644 index 51e5858bcf4..00000000000 --- a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/index.mdx +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Installing Hadoop Foreign Data Wrapper" -navTitle: "Installing on Linux" -navigation: -- x86_amd64 -- ibm_power_ppc64le ---- - -For platform-specific install instructions, see: - -- Linux x86 (amd64): - - - [RHEL 8/OL 8](x86_amd64/hadoop_rhel8_x86) - - - [Rocky Linux 8/AlmaLinux 8](x86_amd64/hadoop_other_linux8_x86) - - [RHEL 7/OL 7](x86_amd64/hadoop_rhel7_x86) - - [CentOS 7](x86_amd64/hadoop_centos7_x86) - - [SLES 15](x86_amd64/hadoop_sles15_x86) - - [SLES 12](x86_amd64/hadoop_sles12_x86) - - [Ubuntu 20.04](x86_amd64/hadoop_ubuntu20_x86) - - [Ubuntu 18.04](x86_amd64/hadoop_ubuntu18_x86) - - [Debian 11](x86_amd64/hadoop_deb11_x86) - - [Debian 10](x86_amd64/hadoop_deb10_x86) - -- Linux on IBM Power (ppc64le): - - - [RHEL 8](ibm_power_ppc64le/hadoop_rhel8_ppcle) - - - [SLES 15](ibm_power_ppc64le/hadoop_sles15_ppcle) - - [SLES 12](ibm_power_ppc64le/hadoop_sles12_ppcle) - -After you complete the installation, see [Configuring the Hadoop Foreign Data Wrapper](../08_configuring_the_hadoop_data_adapter). diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/index.mdx b/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/index.mdx deleted file mode 100644 index e6d293bf32e..00000000000 --- a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/index.mdx +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Installing Hadoop Foreign Data Wrapper on Linux x86 (amd64)" -navTitle: "Intel x86 (amd64)" -navigation: -- hadoop_rhel8_x86 -- hadoop_other_linux8_x86 -- hadoop_rhel7_x86 -- hadoop_centos7_x86 -- hadoop_sles15_x86 -- hadoop_sles12_x86 -- hadoop_ubuntu22_x86 -- hadoop_ubuntu20_x86 -- hadoop_ubuntu18_x86 -- hadoop_deb11_x86 -- hadoop_deb10_x86 ---- - -For operating system-specific install instructions, see: - - - [RHEL 8/OL 8](hadoop_rhel8_x86) - - - [Rocky Linux 8/AlmaLinux 8](hadoop_other_linux8_x86) - - [RHEL 7/OL 7](hadoop_rhel7_x86) - - [CentOS 7](hadoop_centos7_x86) - - [SLES 15](hadoop_sles15_x86) - - [SLES 12](hadoop_sles12_x86) - - [Ubuntu 20.04](hadoop_ubuntu20_x86) - - [Ubuntu 18.04](hadoop_ubuntu18_x86) - - [Debian 11](hadoop_deb11_x86) - - [Debian 10](hadoop_deb10_x86) - -After you complete the installation, see [Configuring the Hadoop Foreign Data Wrapper](../../08_configuring_the_hadoop_data_adapter). diff --git a/product_docs/docs/hadoop_data_adapter/2/08_configuring_the_hadoop_data_adapter.mdx b/product_docs/docs/hadoop_data_adapter/2/configuring.mdx similarity index 99% rename from product_docs/docs/hadoop_data_adapter/2/08_configuring_the_hadoop_data_adapter.mdx rename to product_docs/docs/hadoop_data_adapter/2/configuring.mdx index a45200ea013..fb58907c919 100644 --- a/product_docs/docs/hadoop_data_adapter/2/08_configuring_the_hadoop_data_adapter.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/configuring.mdx @@ -1,5 +1,7 @@ --- title: "Initial configuration" +redirects: + - /hadoop_data_adapter/2/08_configuring_the_hadoop_data_adapter/ --- Before creating the extension and the database objects that use the extension, you must modify the Postgres host, providing the location of the supporting libraries. diff --git a/product_docs/docs/hadoop_data_adapter/2/index.mdx b/product_docs/docs/hadoop_data_adapter/2/index.mdx index 02c4765e8ab..845c95f332f 100644 --- a/product_docs/docs/hadoop_data_adapter/2/index.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/index.mdx @@ -8,11 +8,11 @@ navigation: - 07_features_of_hdfs_fdw - "#Planning" - 04_supported_authentication_methods -- "#Installing" -- 05_installing_the_hadoop_data_adapter -- 08_configuring_the_hadoop_data_adapter -- 06_updating_the_hadoop_data_adapter -- 11_uninstalling_the_hadoop_data_adapter +- "#Installing and upgrading" +- installing +- configuring +- upgrading +- uninstalling - "#Using" - 09_using_the_hadoop_data_adapter - 10a_example_join_pushdown diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx new file mode 100644 index 00000000000..8062d191673 --- /dev/null +++ b/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx @@ -0,0 +1,28 @@ +--- +title: "Installing Hadoop Foreign Data Wrapper" +navTitle: "Installing" +redirects: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ +navigation: +- x86_amd64 +- ibm_power_ppc64le +--- + +## [Linux x86-64 (amd64)](linux_x86_64) +### Red Hat Enterprise Linux (RHEL) family +- [RHEL 8](linux_x86_64/hadoop_rhel_8), [RHEL 7](linux_x86_64/hadoop_rhel_7) +- [Oracle Linux (OL) 8](linux_x86_64/hadoop_rhel_8), [Oracle Linux (OL) 7](linux_x86_64/hadoop_rhel_7) +- [Rocky Linux 8](linux_x86_64/hadoop_other_linux_8) +- [AlmaLinux 8](linux_x86_64/hadoop_other_linux_8) +- [CentOS 7](linux_x86_64/hadoop_centos_7) +### SUSE Linux Enterprise (SLES) family +- [SLES 15](linux_x86_64/hadoop_sles_15), [SLES 12](linux_x86_64/hadoop_sles_12) +### Debian family +- [Ubuntu 20.04](linux_x86_64/hadoop_ubuntu_20), [Ubuntu 18.04](linux_x86_64/hadoop_ubuntu_18) +- [Debian 11](linux_x86_64/hadoop_deb_11), [Debian 10](linux_x86_64/hadoop_deb_10) +## [Linux on IBM Power (ppc64le)](linux_ppc64le) +### Red Hat Enterprise Linux (RHEL) family +- [RHEL 8](linux_ppc64le/hadoop_rhel_8) +### SUSE Linux Enterprise (SLES) family +- [SLES 15](linux_ppc64le/hadoop_sles_15), [SLES 12](linux_ppc64le/hadoop_sles_12) + diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_rhel8_ppcle.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_rhel_8.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_rhel8_ppcle.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_rhel_8.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_sles12_ppcle.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_12.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_sles12_ppcle.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_12.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_sles15_ppcle.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_15.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_sles15_ppcle.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_15.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/index.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/index.mdx new file mode 100644 index 00000000000..e04e03c65e7 --- /dev/null +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/index.mdx @@ -0,0 +1,22 @@ +--- +title: "Installing Hadoop Foreign Data Wrapper on IBM Power (ppc64le)" +navTitle: "On Linux ppc64le" +redirects: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le +navigation: +- hadoop_rhel_8 +- hadoop_sles_15 +- hadoop_sles_12 +--- + +For operating system-specific install instructions, see: + + + - [RHEL 8](hadoop_rhel_8) + + - [SLES 15](hadoop_sles_15) + - [SLES 12](hadoop_sles_12) + +After you complete the installation, see [Initial configuration](../../configuring). + + diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_centos7_x86.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_centos_7.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_centos7_x86.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_centos_7.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_deb10_x86.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_deb_10.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_deb10_x86.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_deb_10.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_deb11_x86.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_deb_11.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_deb11_x86.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_deb_11.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_other_linux8_x86.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_other_linux_8.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_other_linux8_x86.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_other_linux_8.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_rhel7_x86.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_rhel_7.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_rhel7_x86.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_rhel_7.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_rhel8_x86.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_rhel_8.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_rhel8_x86.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_rhel_8.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_sles12_x86.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_sles_12.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_sles12_x86.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_sles_12.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_sles15_x86.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_sles_15.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_sles15_x86.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_sles_15.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_ubuntu18_x86.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_ubuntu_18.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_ubuntu18_x86.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_ubuntu_18.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_ubuntu20_x86.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_ubuntu_20.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_ubuntu20_x86.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_ubuntu_20.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/index.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/index.mdx new file mode 100644 index 00000000000..6a47c227a44 --- /dev/null +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/index.mdx @@ -0,0 +1,34 @@ +--- +title: "Installing Hadoop Foreign Data Wrapper on Linux x86 (amd64)" +navTitle: "On Linux x86" +redirects: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64 +navigation: +- hadoop_rhel_8 +- hadoop_other_linux_8 +- hadoop_rhel_7 +- hadoop_centos_7 +- hadoop_sles_15 +- hadoop_sles_12 +- hadoop_ubuntu_22 +- hadoop_ubuntu_20 +- hadoop_ubuntu_18 +- hadoop_deb_11 +- hadoop_deb_10 +--- + +For operating system-specific install instructions, see: + + - [RHEL 8/OL 8](hadoop_rhel_8) + + - [Rocky Linux 8/AlmaLinux 8](hadoop_other_linux_8) + - [RHEL 7/OL 7](hadoop_rhel_7) + - [CentOS 7](hadoop_centos_7) + - [SLES 15](hadoop_sles_15) + - [SLES 12](hadoop_sles_12) + - [Ubuntu 20.04](hadoop_ubuntu_20) + - [Ubuntu 18.04](hadoop_ubuntu_18) + - [Debian 11](hadoop_deb_11) + - [Debian 10](hadoop_deb_10) + +After you complete the installation, see [Initial configuration](../../configuring). diff --git a/product_docs/docs/hadoop_data_adapter/2/11_uninstalling_the_hadoop_data_adapter.mdx b/product_docs/docs/hadoop_data_adapter/2/uninstalling.mdx similarity index 88% rename from product_docs/docs/hadoop_data_adapter/2/11_uninstalling_the_hadoop_data_adapter.mdx rename to product_docs/docs/hadoop_data_adapter/2/uninstalling.mdx index a9768985b9d..dd96bfab7f8 100644 --- a/product_docs/docs/hadoop_data_adapter/2/11_uninstalling_the_hadoop_data_adapter.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/uninstalling.mdx @@ -1,5 +1,7 @@ --- title: "Uninstalling" +redirects: + - /hadoop_data_adapter/2/11_uninstalling_the_hadoop_data_adapter/ --- diff --git a/product_docs/docs/hadoop_data_adapter/2/06_updating_the_hadoop_data_adapter.mdx b/product_docs/docs/hadoop_data_adapter/2/upgrading.mdx similarity index 96% rename from product_docs/docs/hadoop_data_adapter/2/06_updating_the_hadoop_data_adapter.mdx rename to product_docs/docs/hadoop_data_adapter/2/upgrading.mdx index db28129f773..d68f5cae36a 100644 --- a/product_docs/docs/hadoop_data_adapter/2/06_updating_the_hadoop_data_adapter.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/upgrading.mdx @@ -1,5 +1,7 @@ --- title: "Upgrading" +redirects: + - /hadoop_data_adapter/2/06_updating_the_hadoop_data_adapter/ --- From c092043fc1253061402211bf52160a40a8c69e2d Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Mon, 24 Oct 2022 13:49:40 -0400 Subject: [PATCH 02/32] Update deploy.mjs to automatically generate install topics for Hadoop --- install_template/deploy.mjs | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/install_template/deploy.mjs b/install_template/deploy.mjs index 784cba25d3d..ff77823bfae 100644 --- a/install_template/deploy.mjs +++ b/install_template/deploy.mjs @@ -294,29 +294,29 @@ const moveDoc = async (product, platform, version) => { (ctx) => `efm/4/03_installing_efm/${fmtArchPath(ctx)}/efm4_ubuntu18_${fmtArchFilename(ctx)}.mdx`), when({product: {name: "Failover Manager", version: 4}, platform: {name: "Ubuntu 20.04"}}, (ctx) => `efm/4/03_installing_efm/${fmtArchPath(ctx)}/efm4_ubuntu20_${fmtArchFilename(ctx)}.mdx`), - + when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "SLES 12"}}, - (ctx) => `hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/${fmtArchPath(ctx)}/hadoop_sles12_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_sles_12.mdx`), when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "SLES 15"}}, - (ctx) => `hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/${fmtArchPath(ctx)}/hadoop_sles15_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_sles_15.mdx`), when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "Ubuntu 20.04"}}, - (ctx) => `hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/${fmtArchPath(ctx)}/hadoop_ubuntu20_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_ubuntu_20.mdx`), when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "Ubuntu 18.04"}}, - (ctx) => `hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/${fmtArchPath(ctx)}/hadoop_ubuntu18_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_ubuntu_18.mdx`), when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "Debian 11"}}, - (ctx) => `hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/${fmtArchPath(ctx)}/hadoop_deb11_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_deb_11.mdx`), when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "Debian 10"}}, - (ctx) => `hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/${fmtArchPath(ctx)}/hadoop_deb10_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_deb_10.mdx`), when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "CentOS 7"}}, - (ctx) => `hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/${fmtArchPath(ctx)}/hadoop_centos7_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_centos_7.mdx`), when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}}, - (ctx) => `hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/${fmtArchPath(ctx)}/hadoop_other_linux8_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_other_linux_8.mdx`), when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "RHEL 7 or OL 7"}}, - (ctx) => `hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/${fmtArchPath(ctx)}/hadoop_rhel7_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_rhel_7.mdx`), when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "RHEL 8 or OL 8"}}, - (ctx) => `hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/${fmtArchPath(ctx)}/hadoop_rhel8_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_rhel_8.mdx`), when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "RHEL 8"}}, - (ctx) => `hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/${fmtArchPath(ctx)}/hadoop_rhel8_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_rhel_8.mdx`), when({product: {name: "EDB JDBC Connector"}, platform: {name: "CentOS 7"}}, (ctx) => `jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/${fmtArchPath(ctx)}/jdbc42_centos7_${fmtArchFilename(ctx)}.mdx`), From f01ccb00876a7bd5a8a6b36e71bc458fbaa68e1c Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Tue, 25 Oct 2022 09:18:36 -0400 Subject: [PATCH 03/32] All changes required for standard URL for Mongo except changes to deploy.mjs --- .../ibm_power_ppc64le/index.mdx | 17 ---------- .../index.mdx | 31 ------------------ .../x86_amd64/index.mdx | 32 ------------------- ...mongo_data_adapter.mdx => configuring.mdx} | 2 ++ .../docs/mongo_data_adapter/5/index.mdx | 10 +++--- .../mongo_data_adapter/5/installing/index.mdx | 26 +++++++++++++++ .../5/installing/linux_ppc64le/index.mdx | 17 ++++++++++ .../linux_ppc64le/mongo_rhel_8.mdx} | 0 .../linux_ppc64le/mongo_sles_12.mdx} | 0 .../linux_ppc64le/mongo_sles_15.mdx} | 0 .../5/installing/linux_x86_64/index.mdx | 32 +++++++++++++++++++ .../linux_x86_64/mongo_centos_7.mdx} | 0 .../linux_x86_64/mongo_deb_10.mdx} | 0 .../linux_x86_64/mongo_deb_11.mdx} | 0 .../linux_x86_64/mongo_other_linux_8.mdx} | 0 .../linux_x86_64/mongo_rhel_7.mdx} | 0 .../linux_x86_64/mongo_rhel_8.mdx} | 0 .../linux_x86_64/mongo_sles_12.mdx} | 0 .../linux_x86_64/mongo_sles_15.mdx} | 0 .../linux_x86_64/mongo_ubuntu_18.mdx} | 0 .../linux_x86_64/mongo_ubuntu_20.mdx} | 0 ...ongo_data_adapter.mdx => uninstalling.mdx} | 2 ++ ...e_mongo_data_adapter.mdx => upgrading.mdx} | 2 ++ 23 files changed, 86 insertions(+), 85 deletions(-) delete mode 100644 product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/index.mdx delete mode 100644 product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/index.mdx delete mode 100644 product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/index.mdx rename product_docs/docs/mongo_data_adapter/5/{07_configuring_the_mongo_data_adapter.mdx => configuring.mdx} (99%) create mode 100644 product_docs/docs/mongo_data_adapter/5/installing/index.mdx create mode 100644 product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/index.mdx rename product_docs/docs/mongo_data_adapter/5/{04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_rhel8_ppcle.mdx => installing/linux_ppc64le/mongo_rhel_8.mdx} (100%) rename product_docs/docs/mongo_data_adapter/5/{04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_sles12_ppcle.mdx => installing/linux_ppc64le/mongo_sles_12.mdx} (100%) rename product_docs/docs/mongo_data_adapter/5/{04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_sles15_ppcle.mdx => installing/linux_ppc64le/mongo_sles_15.mdx} (100%) create mode 100644 product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/index.mdx rename product_docs/docs/mongo_data_adapter/5/{04_installing_the_mongo_data_adapter/x86_amd64/mongo_centos7_x86.mdx => installing/linux_x86_64/mongo_centos_7.mdx} (100%) rename product_docs/docs/mongo_data_adapter/5/{04_installing_the_mongo_data_adapter/x86_amd64/mongo_deb10_x86.mdx => installing/linux_x86_64/mongo_deb_10.mdx} (100%) rename product_docs/docs/mongo_data_adapter/5/{04_installing_the_mongo_data_adapter/x86_amd64/mongo_deb11_x86.mdx => installing/linux_x86_64/mongo_deb_11.mdx} (100%) rename product_docs/docs/mongo_data_adapter/5/{04_installing_the_mongo_data_adapter/x86_amd64/mongo_other_linux8_x86.mdx => installing/linux_x86_64/mongo_other_linux_8.mdx} (100%) rename product_docs/docs/mongo_data_adapter/5/{04_installing_the_mongo_data_adapter/x86_amd64/mongo_rhel7_x86.mdx => installing/linux_x86_64/mongo_rhel_7.mdx} (100%) rename product_docs/docs/mongo_data_adapter/5/{04_installing_the_mongo_data_adapter/x86_amd64/mongo_rhel8_x86.mdx => installing/linux_x86_64/mongo_rhel_8.mdx} (100%) rename product_docs/docs/mongo_data_adapter/5/{04_installing_the_mongo_data_adapter/x86_amd64/mongo_sles12_x86.mdx => installing/linux_x86_64/mongo_sles_12.mdx} (100%) rename product_docs/docs/mongo_data_adapter/5/{04_installing_the_mongo_data_adapter/x86_amd64/mongo_sles15_x86.mdx => installing/linux_x86_64/mongo_sles_15.mdx} (100%) rename product_docs/docs/mongo_data_adapter/5/{04_installing_the_mongo_data_adapter/x86_amd64/mongo_ubuntu18_x86.mdx => installing/linux_x86_64/mongo_ubuntu_18.mdx} (100%) rename product_docs/docs/mongo_data_adapter/5/{04_installing_the_mongo_data_adapter/x86_amd64/mongo_ubuntu20_x86.mdx => installing/linux_x86_64/mongo_ubuntu_20.mdx} (100%) rename product_docs/docs/mongo_data_adapter/5/{11_uninstalling_the_mongo_data_adapter.mdx => uninstalling.mdx} (90%) rename product_docs/docs/mongo_data_adapter/5/{05_updating_the_mongo_data_adapter.mdx => upgrading.mdx} (96%) diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/index.mdx b/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/index.mdx deleted file mode 100644 index 95692982ec7..00000000000 --- a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/index.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Installing MongoDB Foreign Data Wrapper on IBM Power (ppc64le)" -navTitle: "IBM Power (ppc64le)" -navigation: -- mongo_rhel8_ppcle -- mongo_sles15_ppcle -- mongo_sles12_ppcle ---- - -For operating system-specific install instructions, see: -- [RHEL 8](mongo_rhel8_ppcle) - -- [SLES 15](mongo_sles15_ppcle) -- [SLES 12](mongo_sles12_ppcle) - -After you complete the installation, see [Configuring the MongoDB Foreign Data Wrapper](../../07_configuring_the_mongo_data_adapter). - diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/index.mdx b/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/index.mdx deleted file mode 100644 index 461ea7a0a84..00000000000 --- a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/index.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Installing on Linux" -navigation: -- x86_amd64 -- ibm_power_ppc64le ---- - -For platform-specific install instructions, see: - -- Linux x86 (amd64): - - - [RHEL 8/OL 8](x86_amd64/mongo_rhel8_x86) - - - [Rocky Linux 8/AlmaLinux 8](x86_amd64/mongo_other_linux8_x86) - - [RHEL 7/OL 7](x86_amd64/mongo_rhel7_x86) - - [CentOS 7](x86_amd64/mongo_centos7_x86) - - [SLES 15](x86_amd64/mongo_sles15_x86) - - [SLES 12](x86_amd64/mongo_sles12_x86) - - [Ubuntu 20.04](x86_amd64/mongo_ubuntu20_x86) - - [Ubuntu 18.04](x86_amd64/mongo_ubuntu18_x86) - - [Debian 11](x86_amd64/mongo_deb11_x86) - - [Debian 10](x86_amd64/mongo_deb10_x86) - -- Linux on IBM Power (ppc64le): - - - [RHEL 8](ibm_power_ppc64le/mongo_rhel8_ppcle) - - - [SLES 15](ibm_power_ppc64le/mongo_sles15_ppcle) - - [SLES 12](ibm_power_ppc64le/mongo_sles12_ppcle) - -After you complete the installation, see [Configuring the MongoDB Foreign Data Wrapper](../07_configuring_the_mongo_data_adapter). \ No newline at end of file diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/index.mdx b/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/index.mdx deleted file mode 100644 index f9ee538a550..00000000000 --- a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/index.mdx +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Installing MongoDB Foreign Data Wrapper on Linux x86 (amd64)" -navTitle: "Intel x86 (amd64)" -navigation: -- mongo_rhel8_x86 -- mongo_other_linux8_x86 -- mongo_rhel7_x86 -- mongo_centos7_x86 -- mongo_sles15_x86 -- mongo_sles12_x86 -- mongo_ubuntu22_x86 -- mongo_ubuntu20_x86 -- mongo_ubuntu18_x86 -- mongo_deb11_x86 -- mongo_deb10_x86 ---- - -For operating system-specific install instructions, see: - - - [RHEL 8/OL 8](mongo_rhel8_x86) - - - [Rocky Linux 8/AlmaLinux 8](mongo_other_linux8_x86) - - [RHEL 7/OL 7](mongo_rhel7_x86) - - [CentOS 7](mongo_centos7_x86) - - [SLES 15](mongo_sles15_x86) - - [SLES 12](mongo_sles12_x86) - - [Ubuntu 20.04](mongo_ubuntu20_x86) - - [Ubuntu 18.04](mongo_ubuntu18_x86) - - [Debian 11](mongo_deb11_x86) - - [Debian 10](mongo_deb10_x86) - -After you complete the installation, see [Configuring the MongoDB Foreign Data Wrapper](../../07_configuring_the_mongo_data_adapter). \ No newline at end of file diff --git a/product_docs/docs/mongo_data_adapter/5/07_configuring_the_mongo_data_adapter.mdx b/product_docs/docs/mongo_data_adapter/5/configuring.mdx similarity index 99% rename from product_docs/docs/mongo_data_adapter/5/07_configuring_the_mongo_data_adapter.mdx rename to product_docs/docs/mongo_data_adapter/5/configuring.mdx index 1bf60d94e6f..db9e8cabdf1 100644 --- a/product_docs/docs/mongo_data_adapter/5/07_configuring_the_mongo_data_adapter.mdx +++ b/product_docs/docs/mongo_data_adapter/5/configuring.mdx @@ -1,5 +1,7 @@ --- title: "Initial Configuration" +redirects: +- /mongo_data_adapter/5/07_configuring_the_mongo_data_adapter/ --- diff --git a/product_docs/docs/mongo_data_adapter/5/index.mdx b/product_docs/docs/mongo_data_adapter/5/index.mdx index 30c7ef682f2..cb81864469a 100644 --- a/product_docs/docs/mongo_data_adapter/5/index.mdx +++ b/product_docs/docs/mongo_data_adapter/5/index.mdx @@ -7,11 +7,11 @@ navigation: - "#Planning" - 03_architecture_overview - 06_features_of_mongo_fdw -- "#Installing" -- 04_installing_the_mongo_data_adapter -- 07_configuring_the_mongo_data_adapter -- 05_updating_the_mongo_data_adapter -- 11_uninstalling_the_mongo_data_adapter +- "#Installing and upgrading" +- installing +- configuring +- upgrading +- uninstalling - "#Using" - 08_example_using_the_mongo_data_adapter - 08a_example_join_pushdown diff --git a/product_docs/docs/mongo_data_adapter/5/installing/index.mdx b/product_docs/docs/mongo_data_adapter/5/installing/index.mdx new file mode 100644 index 00000000000..088583f479b --- /dev/null +++ b/product_docs/docs/mongo_data_adapter/5/installing/index.mdx @@ -0,0 +1,26 @@ +--- +title: "Installing" +redirects: +- /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ +navigation: +- linux_x86_64 +- linux_ppc64le +--- + +## [Linux x86-64 (amd64)](linux_x86_64) +### Red Hat Enterprise Linux (RHEL) family +- [RHEL 8](linux_x86_64/mongo_rhel_8), [RHEL 7](linux_x86_64/mongo_rhel_7) +- [Oracle Linux (OL) 8](linux_x86_64/mongo_rhel_8), [Oracle Linux (OL) 7](linux_x86_64/mongo_rhel_7) +- [Rocky Linux 8](linux_x86_64/mongo_other_linux_8) +- [AlmaLinux 8](linux_x86_64/mongo_other_linux_8) +- [CentOS 7](linux_x86_64/mongo_centos_7) +### SUSE Linux Enterprise (SLES) family +- [SLES 15](linux_x86_64/mongo_sles_15), [SLES 12](linux_x86_64/mongo_sles_12) +### Debian family +- [Ubuntu 20.04](linux_x86_64/mongo_ubuntu_20), [Ubuntu 18.04](linux_x86_64/mongo_ubuntu_18) +- [Debian 11](linux_x86_64/mongo_deb_11), [Debian 10](linux_x86_64/mongo_deb_10) +## [Linux on IBM Power (ppc64le)](linux_ppc64le) +### Red Hat Enterprise Linux (RHEL) family +- [RHEL 8](linux_ppc64le/mongo_rhel_8) +### SUSE Linux Enterprise (SLES) family +- [SLES 15](linux_ppc64le/mongo_sles_15), [SLES 12](linux_ppc64le/mongo_sles_12) diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/index.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/index.mdx new file mode 100644 index 00000000000..f92c72c8699 --- /dev/null +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/index.mdx @@ -0,0 +1,17 @@ +--- +title: "Installing MongoDB Foreign Data Wrapper on IBM Power (ppc64le)" +navTitle: "On Linux ppc64le" +navigation: +- mongo_rhel_8 +- mongo_sles_15 +- mongo_sles_12 +--- + +For operating system-specific install instructions, see: +- [RHEL 8](mongo_rhel_8) + +- [SLES 15](mongo_sles_15) +- [SLES 12](mongo_sles_12) + +After you complete the installation, see [Initial configuration](../../configuring). + diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_rhel8_ppcle.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_rhel_8.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_rhel8_ppcle.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_rhel_8.mdx diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_sles12_ppcle.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_12.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_sles12_ppcle.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_12.mdx diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_sles15_ppcle.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_15.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_sles15_ppcle.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_15.mdx diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/index.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/index.mdx new file mode 100644 index 00000000000..3d2456b7173 --- /dev/null +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/index.mdx @@ -0,0 +1,32 @@ +--- +title: "Installing MongoDB Foreign Data Wrapper on Linux x86 (amd64)" +navTitle: "On Linux x86_64" +navigation: +- mongo_rhel_8 +- mongo_other_linux_8 +- mongo_rhel_7 +- mongo_centos_7 +- mongo_sles_15 +- mongo_sles_12 +- mongo_ubuntu_22 +- mongo_ubuntu_20 +- mongo_ubuntu_18 +- mongo_deb_11 +- mongo_deb_10 +--- + +For operating system-specific install instructions, see: + + - [RHEL 8/OL 8](mongo_rhel_8) + + - [Rocky Linux 8/AlmaLinux 8](mongo_other_linux_8) + - [RHEL 7/OL 7](mongo_rhel_7) + - [CentOS 7](mongo_centos_7) + - [SLES 15](mongo_sles_15) + - [SLES 12](mongo_sles_12) + - [Ubuntu 20.04](mongo_ubuntu_20) + - [Ubuntu 18.04](mongo_ubuntu_18) + - [Debian 11](mongo_deb_11) + - [Debian 10](mongo_deb_10) + +After you complete the installation, see [Initial configuration](../../configuring). \ No newline at end of file diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_centos7_x86.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_centos_7.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_centos7_x86.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_centos_7.mdx diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_deb10_x86.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_deb_10.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_deb10_x86.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_deb_10.mdx diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_deb11_x86.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_deb_11.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_deb11_x86.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_deb_11.mdx diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_other_linux8_x86.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_other_linux_8.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_other_linux8_x86.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_other_linux_8.mdx diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_rhel7_x86.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_rhel_7.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_rhel7_x86.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_rhel_7.mdx diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_rhel8_x86.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_rhel_8.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_rhel8_x86.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_rhel_8.mdx diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_sles12_x86.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_sles_12.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_sles12_x86.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_sles_12.mdx diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_sles15_x86.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_sles_15.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_sles15_x86.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_sles_15.mdx diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_ubuntu18_x86.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_ubuntu_18.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_ubuntu18_x86.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_ubuntu_18.mdx diff --git a/product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_ubuntu20_x86.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_ubuntu_20.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_ubuntu20_x86.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_ubuntu_20.mdx diff --git a/product_docs/docs/mongo_data_adapter/5/11_uninstalling_the_mongo_data_adapter.mdx b/product_docs/docs/mongo_data_adapter/5/uninstalling.mdx similarity index 90% rename from product_docs/docs/mongo_data_adapter/5/11_uninstalling_the_mongo_data_adapter.mdx rename to product_docs/docs/mongo_data_adapter/5/uninstalling.mdx index a00f164d43f..6d5647faf96 100644 --- a/product_docs/docs/mongo_data_adapter/5/11_uninstalling_the_mongo_data_adapter.mdx +++ b/product_docs/docs/mongo_data_adapter/5/uninstalling.mdx @@ -1,5 +1,7 @@ --- title: "Uninstalling" +redirects: +- /mongo_data_adapter/5/11_uninstalling_the_mongo_data_adapter/ --- diff --git a/product_docs/docs/mongo_data_adapter/5/05_updating_the_mongo_data_adapter.mdx b/product_docs/docs/mongo_data_adapter/5/upgrading.mdx similarity index 96% rename from product_docs/docs/mongo_data_adapter/5/05_updating_the_mongo_data_adapter.mdx rename to product_docs/docs/mongo_data_adapter/5/upgrading.mdx index 9179c82d7b3..8a3095807a6 100644 --- a/product_docs/docs/mongo_data_adapter/5/05_updating_the_mongo_data_adapter.mdx +++ b/product_docs/docs/mongo_data_adapter/5/upgrading.mdx @@ -1,5 +1,7 @@ --- title: "Upgrading" +redirects: +- /mongo_data_adapter/5/05_updating_the_mongo_data_adapter/ --- From b222b78bb5e5a6c13056f0d6243560578f61c3ef Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Tue, 25 Oct 2022 10:26:26 -0400 Subject: [PATCH 04/32] Modifications to deploy.mjs for Mongo --- install_template/deploy.mjs | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/install_template/deploy.mjs b/install_template/deploy.mjs index ff77823bfae..bbb952a49c2 100644 --- a/install_template/deploy.mjs +++ b/install_template/deploy.mjs @@ -363,29 +363,29 @@ const moveDoc = async (product, platform, version) => { (ctx) => `migration_toolkit/55/05_installing_mtk/install_on_linux/${fmtArchPath(ctx)}/mtk55_centos7_${fmtArchFilename(ctx)}.mdx`), when({product: {name: "Migration Toolkit"}, platform: {name: "RHEL 8"}}, (ctx) => `migration_toolkit/55/05_installing_mtk/install_on_linux/${fmtArchPath(ctx)}/mtk55_rhel8_${fmtArchFilename(ctx)}.mdx`), - + when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "SLES 12"}}, - (ctx) => `mongo_data_adapter/5/04_installing_the_mongo_data_adapter/${fmtArchPath(ctx)}/mongo_sles12_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_sles_12.mdx`), when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "SLES 15"}}, - (ctx) => `mongo_data_adapter/5/04_installing_the_mongo_data_adapter/${fmtArchPath(ctx)}/mongo_sles15_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_sles_15.mdx`), when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "Ubuntu 20.04"}}, - (ctx) => `mongo_data_adapter/5/04_installing_the_mongo_data_adapter/${fmtArchPath(ctx)}/mongo_ubuntu20_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_ubuntu_20.mdx`), when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "Ubuntu 18.04"}}, - (ctx) => `mongo_data_adapter/5/04_installing_the_mongo_data_adapter/${fmtArchPath(ctx)}/mongo_ubuntu18_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_ubuntu_18.mdx`), when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "Debian 11"}}, - (ctx) => `mongo_data_adapter/5/04_installing_the_mongo_data_adapter/${fmtArchPath(ctx)}/mongo_deb11_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_deb_11.mdx`), when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "Debian 10"}}, - (ctx) => `mongo_data_adapter/5/04_installing_the_mongo_data_adapter/${fmtArchPath(ctx)}/mongo_deb10_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_deb_10.mdx`), when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "CentOS 7"}}, - (ctx) => `mongo_data_adapter/5/04_installing_the_mongo_data_adapter/${fmtArchPath(ctx)}/mongo_centos7_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_centos_7.mdx`), when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}}, - (ctx) => `mongo_data_adapter/5/04_installing_the_mongo_data_adapter/${fmtArchPath(ctx)}/mongo_other_linux8_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_other_linux_8.mdx`), when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "RHEL 7 or OL 7"}}, - (ctx) => `mongo_data_adapter/5/04_installing_the_mongo_data_adapter/${fmtArchPath(ctx)}/mongo_rhel7_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_rhel_7.mdx`), when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "RHEL 8 or OL 8"}}, - (ctx) => `mongo_data_adapter/5/04_installing_the_mongo_data_adapter/${fmtArchPath(ctx)}/mongo_rhel8_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_rhel_8.mdx`), when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "RHEL 8"}}, - (ctx) => `mongo_data_adapter/5/04_installing_the_mongo_data_adapter/${fmtArchPath(ctx)}/mongo_rhel8_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_rhel_8.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "RHEL 8 or OL 8"}}, (ctx) => `mysql_data_adapter/2/04_installing_the_mysql_data_adapter/${fmtArchPath(ctx)}/mysql_rhel8_${fmtArchFilename(ctx)}.mdx`), From 86e7e2c3d0596597603fafc4fe1e7a3aa2de954f Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:02:32 -0400 Subject: [PATCH 05/32] All changes for standardized URLs for MySQL except deploy.mjs --- .../ibm_power_ppc64le/index.mdx | 15 --------- .../index.mdx | 31 ------------------ .../x86_amd64/index.mdx | 32 ------------------- ...mysql_data_adapter.mdx => configuring.mdx} | 2 ++ .../docs/mysql_data_adapter/2/index.mdx | 10 +++--- .../mysql_data_adapter/2/installing/index.mdx | 26 +++++++++++++++ .../2/installing/linux_ppc64le/index.mdx | 15 +++++++++ .../linux_ppc64le/mysql_rhel_8.mdx} | 0 .../linux_ppc64le/mysql_sles_12.mdx} | 0 .../linux_ppc64le/mysql_sles_15.mdx} | 0 .../2/installing/linux_x86_64/index.mdx | 32 +++++++++++++++++++ .../linux_x86_64/mysql_centos_7.mdx} | 0 .../linux_x86_64/mysql_deb_10.mdx} | 0 .../linux_x86_64/mysql_deb_11.mdx} | 0 .../linux_x86_64/mysql_other_linux_8.mdx} | 0 .../linux_x86_64/mysql_rhel_7.mdx} | 0 .../linux_x86_64/mysql_rhel_8.mdx} | 0 .../linux_x86_64/mysql_sles_12.mdx} | 0 .../linux_x86_64/mysql_sles_15.mdx} | 0 .../linux_x86_64/mysql_ubuntu_18.mdx} | 0 .../linux_x86_64/mysql_ubuntu_20.mdx} | 0 ...ysql_data_adapter.mdx => uninstalling.mdx} | 2 ++ ...e_mysql_data_adapter.mdx => upgrading.mdx} | 3 ++ 23 files changed, 85 insertions(+), 83 deletions(-) delete mode 100644 product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/index.mdx delete mode 100644 product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/index.mdx delete mode 100644 product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/index.mdx rename product_docs/docs/mysql_data_adapter/2/{07_configuring_the_mysql_data_adapter.mdx => configuring.mdx} (99%) create mode 100644 product_docs/docs/mysql_data_adapter/2/installing/index.mdx create mode 100644 product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/index.mdx rename product_docs/docs/mysql_data_adapter/2/{04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_rhel8_ppcle.mdx => installing/linux_ppc64le/mysql_rhel_8.mdx} (100%) rename product_docs/docs/mysql_data_adapter/2/{04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_sles12_ppcle.mdx => installing/linux_ppc64le/mysql_sles_12.mdx} (100%) rename product_docs/docs/mysql_data_adapter/2/{04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_sles15_ppcle.mdx => installing/linux_ppc64le/mysql_sles_15.mdx} (100%) create mode 100644 product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/index.mdx rename product_docs/docs/mysql_data_adapter/2/{04_installing_the_mysql_data_adapter/x86_amd64/mysql_centos7_x86.mdx => installing/linux_x86_64/mysql_centos_7.mdx} (100%) rename product_docs/docs/mysql_data_adapter/2/{04_installing_the_mysql_data_adapter/x86_amd64/mysql_deb10_x86.mdx => installing/linux_x86_64/mysql_deb_10.mdx} (100%) rename product_docs/docs/mysql_data_adapter/2/{04_installing_the_mysql_data_adapter/x86_amd64/mysql_deb11_x86.mdx => installing/linux_x86_64/mysql_deb_11.mdx} (100%) rename product_docs/docs/mysql_data_adapter/2/{04_installing_the_mysql_data_adapter/x86_amd64/mysql_other_linux8_x86.mdx => installing/linux_x86_64/mysql_other_linux_8.mdx} (100%) rename product_docs/docs/mysql_data_adapter/2/{04_installing_the_mysql_data_adapter/x86_amd64/mysql_rhel7_x86.mdx => installing/linux_x86_64/mysql_rhel_7.mdx} (100%) rename product_docs/docs/mysql_data_adapter/2/{04_installing_the_mysql_data_adapter/x86_amd64/mysql_rhel8_x86.mdx => installing/linux_x86_64/mysql_rhel_8.mdx} (100%) rename product_docs/docs/mysql_data_adapter/2/{04_installing_the_mysql_data_adapter/x86_amd64/mysql_sles12_x86.mdx => installing/linux_x86_64/mysql_sles_12.mdx} (100%) rename product_docs/docs/mysql_data_adapter/2/{04_installing_the_mysql_data_adapter/x86_amd64/mysql_sles15_x86.mdx => installing/linux_x86_64/mysql_sles_15.mdx} (100%) rename product_docs/docs/mysql_data_adapter/2/{04_installing_the_mysql_data_adapter/x86_amd64/mysql_ubuntu18_x86.mdx => installing/linux_x86_64/mysql_ubuntu_18.mdx} (100%) rename product_docs/docs/mysql_data_adapter/2/{04_installing_the_mysql_data_adapter/x86_amd64/mysql_ubuntu20_x86.mdx => installing/linux_x86_64/mysql_ubuntu_20.mdx} (100%) rename product_docs/docs/mysql_data_adapter/2/{12_uninstalling_the_mysql_data_adapter.mdx => uninstalling.mdx} (93%) rename product_docs/docs/mysql_data_adapter/2/{05_updating_the_mysql_data_adapter.mdx => upgrading.mdx} (96%) diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/index.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/index.mdx deleted file mode 100644 index 030e31acda1..00000000000 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/index.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Installing MySQL Foreign Data Wrapper on IBM Power (ppc64le)" -navTitle: "IBM Power (ppc64le)" -navigation: -- mysql_rhel8_ppcle -- mysql_sles15_ppcle -- mysql_sles12_ppcle ---- - -For operating system-specific install instructions, see: - - - [RHEL 8](mysql_rhel8_ppcle) - - - [SLES 15](mysql_sles15_ppcle) - - [SLES 12](mysql_sles12_ppcle) diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/index.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/index.mdx deleted file mode 100644 index 74528bcbda6..00000000000 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/index.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Installing on Linux" -navigation: -- x86_amd64 -- ibm_power_ppc64le ---- - -For platform-specific install instructions, see: - -- Linux x86 (amd64): - - - [RHEL 8/OL 8](x86_amd64/mysql_rhel8_x86) - - - [Rocky Linux 8/AlmaLinux 8](x86_amd64/mysql_other_linux8_x86) - - [RHEL 7/OL 7](x86_amd64/mysql_rhel7_x86) - - [CentOS 7](x86_amd64/mysql_centos7_x86) - - [SLES 15](x86_amd64/mysql_sles15_x86) - - [SLES 12](x86_amd64/mysql_sles12_x86) - - [Ubuntu 20.04](x86_amd64/mysql_ubuntu20_x86) - - [Ubuntu 18.04](x86_amd64/mysql_ubuntu18_x86) - - [Debian 11](x86_amd64/mysql_deb11_x86) - - [Debian 10](x86_amd64/mysql_deb10_x86) - -- Linux on IBM Power (ppc64le): - - - [RHEL 8](ibm_power_ppc64le/mysql_rhel8_ppcle) - - - [SLES 15](ibm_power_ppc64le/mysql_sles15_ppcle) - - [SLES 12](ibm_power_ppc64le/mysql_sles12_ppcle) - - diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/index.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/index.mdx deleted file mode 100644 index 00401f83e97..00000000000 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/index.mdx +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Installing MySQL Foreign Data Wrapper on Linux x86 (amd64)" -navTitle: "Intel x86 (amd64)" -navigation: -- mysql_rhel8_x86 -- mysql_other_linux8_x86 -- mysql_rhel7_x86 -- mysql_centos7_x86 -- mysql_sles15_x86 -- mysql_sles12_x86 -- mysql_ubuntu22_x86 -- mysql_ubuntu20_x86 -- mysql_ubuntu18_x86 -- mysql_deb11_x86 -- mysql_deb10_x86 ---- - -For operating system-specific install instructions, see: - - - [RHEL 8/OL 8](mysql_rhel8_x86) - - - [Rocky Linux 8/AlmaLinux 8](mysql_other_linux8_x86) - - [RHEL 7/OL 7](mysql_rhel7_x86) - - [CentOS 7](mysql_centos7_x86) - - [SLES 15](mysql_sles15_x86) - - [SLES 12](mysql_sles12_x86) - - [Ubuntu 20.04](mysql_ubuntu20_x86) - - [Ubuntu 18.04](mysql_ubuntu18_x86) - - [Debian 11](mysql_deb11_x86) - - [Debian 10](mysql_deb10_x86) - - diff --git a/product_docs/docs/mysql_data_adapter/2/07_configuring_the_mysql_data_adapter.mdx b/product_docs/docs/mysql_data_adapter/2/configuring.mdx similarity index 99% rename from product_docs/docs/mysql_data_adapter/2/07_configuring_the_mysql_data_adapter.mdx rename to product_docs/docs/mysql_data_adapter/2/configuring.mdx index 07de8655c6d..a8f9ee3b20e 100644 --- a/product_docs/docs/mysql_data_adapter/2/07_configuring_the_mysql_data_adapter.mdx +++ b/product_docs/docs/mysql_data_adapter/2/configuring.mdx @@ -1,5 +1,7 @@ --- title: "Initial configuration" +redirects: +- /mysql_data_adapter/5/07_configuring_the_mysql_data_adapter/ --- Before using the MySQL Foreign Data Wrapper: diff --git a/product_docs/docs/mysql_data_adapter/2/index.mdx b/product_docs/docs/mysql_data_adapter/2/index.mdx index a497b6d57f2..174c9908e50 100644 --- a/product_docs/docs/mysql_data_adapter/2/index.mdx +++ b/product_docs/docs/mysql_data_adapter/2/index.mdx @@ -6,11 +6,11 @@ navigation: - "#Planning" - 03_architecture_overview - 06_features_of_mysql_fdw -- "#Installing" -- 04_installing_the_mysql_data_adapter -- 07_configuring_the_mysql_data_adapter -- 05_updating_the_mysql_data_adapter -- 12_uninstalling_the_mysql_data_adapter +- "#Installing and upgrading" +- installing +- configuring +- upgrading +- uninstalling - "#Using" - 08_example_using_the_mysql_data_adapter - 09_example_import_foreign_schema diff --git a/product_docs/docs/mysql_data_adapter/2/installing/index.mdx b/product_docs/docs/mysql_data_adapter/2/installing/index.mdx new file mode 100644 index 00000000000..7f64967f6f3 --- /dev/null +++ b/product_docs/docs/mysql_data_adapter/2/installing/index.mdx @@ -0,0 +1,26 @@ +--- +title: "Installing" +redirects: +- /mysql_data_adapter/5/04_installing_the_mysql_data_adapter/ +navigation: +- linux_x86_64 +- linux_ppc64le +--- + +## [Linux x86-64 (amd64)](linux_x86_64) +### Red Hat Enterprise Linux (RHEL) family +- [RHEL 8](linux_x86_64/mysql_rhel_8), [RHEL 7](linux_x86_64/mysql_rhel_7) +- [Oracle Linux (OL) 8](linux_x86_64/mysql_rhel_8), [Oracle Linux (OL) 7](linux_x86_64/mysql_rhel_7) +- [Rocky Linux 8](linux_x86_64/mysql_other_linux_8) +- [AlmaLinux 8](linux_x86_64/mysql_other_linux_8) +- [CentOS 7](linux_x86_64/mysql_centos_7) +### SUSE Linux Enterprise (SLES) family +- [SLES 15](linux_x86_64/mysql_sles_15), [SLES 12](linux_x86_64/mysql_sles_12) +### Debian family +- [Ubuntu 20.04](linux_x86_64/mysql_ubuntu_20), [Ubuntu 18.04](linux_x86_64/mysql_ubuntu_18) +- [Debian 11](linux_x86_64/mysql_deb_11), [Debian 10](linux_x86_64/mysql_deb_10) +## [Linux on IBM Power (ppc64le)](linux_ppc64le) +### Red Hat Enterprise Linux (RHEL) family +- [RHEL 8](linux_ppc64le/mysql_rhel_8) +### SUSE Linux Enterprise (SLES) family +- [SLES 15](linux_ppc64le/mysql_sles_15), [SLES 12](linux_ppc64le/mysql_sles_12) diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/index.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/index.mdx new file mode 100644 index 00000000000..1fcb7360f65 --- /dev/null +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/index.mdx @@ -0,0 +1,15 @@ +--- +title: "Installing MySQL Foreign Data Wrapper on IBM Power (ppc64le)" +navTitle: "On Linux ppc64le" +navigation: +- mysql_rhel_8 +- mysql_sles_15 +- mysql_sles_12 +--- + +For operating system-specific install instructions, see: + + - [RHEL 8](mysql_rhel_8) + + - [SLES 15](mysql_sles_15) + - [SLES 12](mysql_sles_12) diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_rhel8_ppcle.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_rhel_8.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_rhel8_ppcle.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_rhel_8.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_sles12_ppcle.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_12.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_sles12_ppcle.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_12.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_sles15_ppcle.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_15.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_sles15_ppcle.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_15.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/index.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/index.mdx new file mode 100644 index 00000000000..14fe512a443 --- /dev/null +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/index.mdx @@ -0,0 +1,32 @@ +--- +title: "Installing MySQL Foreign Data Wrapper on Linux x86 (amd64)" +navTitle: "On Linux x86" +navigation: +- mysql_rhel_8 +- mysql_other_linux_8 +- mysql_rhel_7 +- mysql_centos_7 +- mysql_sles_15 +- mysql_sles_12 +- mysql_ubuntu_22 +- mysql_ubuntu_20 +- mysql_ubuntu_18 +- mysql_deb_11 +- mysql_deb_10 +--- + +For operating system-specific install instructions, see: + + - [RHEL 8/OL 8](mysql_rhel_8) + + - [Rocky Linux 8/AlmaLinux 8](mysql_other_linux_8) + - [RHEL 7/OL 7](mysql_rhel_7) + - [CentOS 7](mysql_centos_7) + - [SLES 15](mysql_sles_15) + - [SLES 12](mysql_sles_12) + - [Ubuntu 20.04](mysql_ubuntu_20) + - [Ubuntu 18.04](mysql_ubuntu_18) + - [Debian 11](mysql_deb_11) + - [Debian 10](mysql_deb_10) + + diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_centos7_x86.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_centos_7.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_centos7_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_centos_7.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_deb10_x86.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_deb_10.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_deb10_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_deb_10.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_deb11_x86.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_deb_11.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_deb11_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_deb_11.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_other_linux8_x86.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_other_linux_8.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_other_linux8_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_other_linux_8.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_rhel7_x86.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_rhel_7.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_rhel7_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_rhel_7.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_rhel8_x86.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_rhel_8.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_rhel8_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_rhel_8.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_sles12_x86.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_sles_12.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_sles12_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_sles_12.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_sles15_x86.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_sles_15.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_sles15_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_sles_15.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_ubuntu18_x86.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_ubuntu_18.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_ubuntu18_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_ubuntu_18.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_ubuntu20_x86.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_ubuntu_20.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_ubuntu20_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_ubuntu_20.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/12_uninstalling_the_mysql_data_adapter.mdx b/product_docs/docs/mysql_data_adapter/2/uninstalling.mdx similarity index 93% rename from product_docs/docs/mysql_data_adapter/2/12_uninstalling_the_mysql_data_adapter.mdx rename to product_docs/docs/mysql_data_adapter/2/uninstalling.mdx index 542dd08bfd7..ec99f7b0707 100644 --- a/product_docs/docs/mysql_data_adapter/2/12_uninstalling_the_mysql_data_adapter.mdx +++ b/product_docs/docs/mysql_data_adapter/2/uninstalling.mdx @@ -1,5 +1,7 @@ --- title: "Uninstalling" +redirects: +- /mysql_data_adapter/5/12_uninstalling_the_mysql_data_adapter/ --- diff --git a/product_docs/docs/mysql_data_adapter/2/05_updating_the_mysql_data_adapter.mdx b/product_docs/docs/mysql_data_adapter/2/upgrading.mdx similarity index 96% rename from product_docs/docs/mysql_data_adapter/2/05_updating_the_mysql_data_adapter.mdx rename to product_docs/docs/mysql_data_adapter/2/upgrading.mdx index c01846710aa..2133d54cef0 100644 --- a/product_docs/docs/mysql_data_adapter/2/05_updating_the_mysql_data_adapter.mdx +++ b/product_docs/docs/mysql_data_adapter/2/upgrading.mdx @@ -1,5 +1,8 @@ --- title: "Upgrading" +redirects: +- /mysql_data_adapter/5/05_updating_the_mysql_data_adapter/ + --- From dd0347ecf6eaebfc95808f0244e80d42abb72372 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:15:10 -0400 Subject: [PATCH 06/32] Updates to deploy.mjs for standardized URLs for MySQL --- install_template/deploy.mjs | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/install_template/deploy.mjs b/install_template/deploy.mjs index bbb952a49c2..caad8cf68fd 100644 --- a/install_template/deploy.mjs +++ b/install_template/deploy.mjs @@ -388,28 +388,27 @@ const moveDoc = async (product, platform, version) => { (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_rhel_8.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "RHEL 8 or OL 8"}}, - (ctx) => `mysql_data_adapter/2/04_installing_the_mysql_data_adapter/${fmtArchPath(ctx)}/mysql_rhel8_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_rhel_8.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}}, - (ctx) => `mysql_data_adapter/2/04_installing_the_mysql_data_adapter/${fmtArchPath(ctx)}/mysql_other_linux8_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_other_linux_8.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "RHEL 7 or OL 7"}}, - (ctx) => `mysql_data_adapter/2/04_installing_the_mysql_data_adapter/${fmtArchPath(ctx)}/mysql_rhel7_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_rhel_7.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "CentOS 7"}}, - (ctx) => `mysql_data_adapter/2/04_installing_the_mysql_data_adapter/${fmtArchPath(ctx)}/mysql_centos7_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_centos_7.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "RHEL 8"}}, - (ctx) => `mysql_data_adapter/2/04_installing_the_mysql_data_adapter/${fmtArchPath(ctx)}/mysql_rhel8_${fmtArchFilename(ctx)}.mdx`), - + (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_rhel_8.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "SLES 12"}}, - (ctx) => `mysql_data_adapter/2/04_installing_the_mysql_data_adapter/${fmtArchPath(ctx)}/mysql_sles12_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_sles_12.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "SLES 15"}}, - (ctx) => `mysql_data_adapter/2/04_installing_the_mysql_data_adapter/${fmtArchPath(ctx)}/mysql_sles15_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_sles_15.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "Debian 10"}}, - (ctx) => `mysql_data_adapter/2/04_installing_the_mysql_data_adapter/${fmtArchPath(ctx)}/mysql_deb10_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_deb_10.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "Debian 11"}}, - (ctx) => `mysql_data_adapter/2/04_installing_the_mysql_data_adapter/${fmtArchPath(ctx)}/mysql_deb11_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_deb_11.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "Ubuntu 18.04"}}, - (ctx) => `mysql_data_adapter/2/04_installing_the_mysql_data_adapter/${fmtArchPath(ctx)}/mysql_ubuntu18_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_ubuntu_18.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "Ubuntu 20.04"}}, - (ctx) => `mysql_data_adapter/2/04_installing_the_mysql_data_adapter/${fmtArchPath(ctx)}/mysql_ubuntu20_${fmtArchFilename(ctx)}.mdx`), + (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_ubuntu_20.mdx`), when({product: {name: "EDB OCL Connector"}, platform: {name: "SLES 12"}}, (ctx) => `ocl_connector/${ctx.product.version}/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/${fmtArchPath(ctx)}/ocl_connector14_sles12_${fmtArchFilename(ctx)}.mdx`), From 5270da751ad59fef3bf109b7764faf04cb196127 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:16:08 -0400 Subject: [PATCH 07/32] small commit to remove minor edit that keeps showing up --- .../03_installing_rpm_package/x86_amd64/eprs_centos7_x86.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_centos7_x86.mdx b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_centos7_x86.mdx index f53f41891cc..934844c75f2 100644 --- a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_centos7_x86.mdx +++ b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_centos7_x86.mdx @@ -17,7 +17,7 @@ Before you begin the installation process: ``` !!!note - When Replication Server is installed on a machine where Java is not present, the JDK is installed as part of the installation process. Since, in this case, the JDK was installed via Replication Server as its dependency, if you subsequently remove the JDK, Replication Server is also removed. + When Replication Server is installed on a machine where Java is not present, the JDK is installed as part of the installation process. Since in this case the JDK was installed via Replication Server as its dependency, if you subsequently remove the JDK, Replication Server is also removed. If Java 1.8 or greater exists before installing Replication Server, the installed Replication Server is not removed on removal of the JDK. !!! From 0ac224ba8932df39747a0cb22bebcbf3961a1f9b Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:18:26 -0400 Subject: [PATCH 08/32] small edits to make text of Upgrading topic for MySQL match the topic name --- product_docs/docs/mysql_data_adapter/2/upgrading.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/mysql_data_adapter/2/upgrading.mdx b/product_docs/docs/mysql_data_adapter/2/upgrading.mdx index 2133d54cef0..a0444cad736 100644 --- a/product_docs/docs/mysql_data_adapter/2/upgrading.mdx +++ b/product_docs/docs/mysql_data_adapter/2/upgrading.mdx @@ -7,7 +7,7 @@ redirects: -## Updating an RPM installation +## Upgrading an RPM installation If you have an existing RPM installation of MySQL Foreign Data Wrapper, you can use yum or dnf to upgrade your repository configuration file and upgrade to a more recent product version. yum or dnf will update the `edb.repo` file to enable access to the current EDB repository, configured to connect with the credentials specified in your `edb.repo` file. Then, you can use yum or dnf to upgrade any installed packages: @@ -26,7 +26,7 @@ If you have an existing RPM installation of MySQL Foreign Data Wrapper, you can sudo yum -y upgrade edb-as-mysql5_fdw* mysql-community-devel ``` -## Updating MySQL Foreign Data Wrapper on a Debian or Ubuntu host +## Upgrading MySQL Foreign Data Wrapper on a Debian or Ubuntu host In the previously released version of MySQL FDW, the package name for MySQL FDW was `edb-as*-mysql-fdw`. In the current release, two separate packages have been made available for MySQL 5 and MySQL 8 i.e `edb-as*-mysql5-fdw` and `edb-as*-mysql8-fdw` Respectively. From 7686d22d93ff8b0543f2151e9dd2e68f01eefb44 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Wed, 26 Oct 2022 12:30:18 -0400 Subject: [PATCH 09/32] added "and derivatives" language for all three FDWs --- .../docs/hadoop_data_adapter/2/installing/index.mdx | 10 +++++----- .../docs/mongo_data_adapter/5/installing/index.mdx | 10 +++++----- .../docs/mysql_data_adapter/2/installing/index.mdx | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx index 8062d191673..c05b86ce5c0 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx @@ -9,20 +9,20 @@ navigation: --- ## [Linux x86-64 (amd64)](linux_x86_64) -### Red Hat Enterprise Linux (RHEL) family +### Red Hat Enterprise Linux (RHEL) and derivatives - [RHEL 8](linux_x86_64/hadoop_rhel_8), [RHEL 7](linux_x86_64/hadoop_rhel_7) - [Oracle Linux (OL) 8](linux_x86_64/hadoop_rhel_8), [Oracle Linux (OL) 7](linux_x86_64/hadoop_rhel_7) - [Rocky Linux 8](linux_x86_64/hadoop_other_linux_8) - [AlmaLinux 8](linux_x86_64/hadoop_other_linux_8) - [CentOS 7](linux_x86_64/hadoop_centos_7) -### SUSE Linux Enterprise (SLES) family +### SUSE Linux Enterprise (SLES) and derivatives - [SLES 15](linux_x86_64/hadoop_sles_15), [SLES 12](linux_x86_64/hadoop_sles_12) -### Debian family +### Debian and derivatives - [Ubuntu 20.04](linux_x86_64/hadoop_ubuntu_20), [Ubuntu 18.04](linux_x86_64/hadoop_ubuntu_18) - [Debian 11](linux_x86_64/hadoop_deb_11), [Debian 10](linux_x86_64/hadoop_deb_10) ## [Linux on IBM Power (ppc64le)](linux_ppc64le) -### Red Hat Enterprise Linux (RHEL) family +### Red Hat Enterprise Linux (RHEL) and derivatives - [RHEL 8](linux_ppc64le/hadoop_rhel_8) -### SUSE Linux Enterprise (SLES) family +### SUSE Linux Enterprise (SLES) and derivatives - [SLES 15](linux_ppc64le/hadoop_sles_15), [SLES 12](linux_ppc64le/hadoop_sles_12) diff --git a/product_docs/docs/mongo_data_adapter/5/installing/index.mdx b/product_docs/docs/mongo_data_adapter/5/installing/index.mdx index 088583f479b..27599b3b79c 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/index.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/index.mdx @@ -8,19 +8,19 @@ navigation: --- ## [Linux x86-64 (amd64)](linux_x86_64) -### Red Hat Enterprise Linux (RHEL) family +### Red Hat Enterprise Linux (RHEL) and derivatives - [RHEL 8](linux_x86_64/mongo_rhel_8), [RHEL 7](linux_x86_64/mongo_rhel_7) - [Oracle Linux (OL) 8](linux_x86_64/mongo_rhel_8), [Oracle Linux (OL) 7](linux_x86_64/mongo_rhel_7) - [Rocky Linux 8](linux_x86_64/mongo_other_linux_8) - [AlmaLinux 8](linux_x86_64/mongo_other_linux_8) - [CentOS 7](linux_x86_64/mongo_centos_7) -### SUSE Linux Enterprise (SLES) family +### SUSE Linux Enterprise (SLES) and derivatives - [SLES 15](linux_x86_64/mongo_sles_15), [SLES 12](linux_x86_64/mongo_sles_12) -### Debian family +### Debian and derivatives - [Ubuntu 20.04](linux_x86_64/mongo_ubuntu_20), [Ubuntu 18.04](linux_x86_64/mongo_ubuntu_18) - [Debian 11](linux_x86_64/mongo_deb_11), [Debian 10](linux_x86_64/mongo_deb_10) ## [Linux on IBM Power (ppc64le)](linux_ppc64le) -### Red Hat Enterprise Linux (RHEL) family +### Red Hat Enterprise Linux (RHEL) and derivatives - [RHEL 8](linux_ppc64le/mongo_rhel_8) -### SUSE Linux Enterprise (SLES) family +### SUSE Linux Enterprise (SLES) and derivatives - [SLES 15](linux_ppc64le/mongo_sles_15), [SLES 12](linux_ppc64le/mongo_sles_12) diff --git a/product_docs/docs/mysql_data_adapter/2/installing/index.mdx b/product_docs/docs/mysql_data_adapter/2/installing/index.mdx index 7f64967f6f3..0a4c25c3b20 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/index.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/index.mdx @@ -8,19 +8,19 @@ navigation: --- ## [Linux x86-64 (amd64)](linux_x86_64) -### Red Hat Enterprise Linux (RHEL) family +### Red Hat Enterprise Linux (RHEL) and derivatives - [RHEL 8](linux_x86_64/mysql_rhel_8), [RHEL 7](linux_x86_64/mysql_rhel_7) - [Oracle Linux (OL) 8](linux_x86_64/mysql_rhel_8), [Oracle Linux (OL) 7](linux_x86_64/mysql_rhel_7) - [Rocky Linux 8](linux_x86_64/mysql_other_linux_8) - [AlmaLinux 8](linux_x86_64/mysql_other_linux_8) - [CentOS 7](linux_x86_64/mysql_centos_7) -### SUSE Linux Enterprise (SLES) family +### SUSE Linux Enterprise (SLES) and derivatives - [SLES 15](linux_x86_64/mysql_sles_15), [SLES 12](linux_x86_64/mysql_sles_12) -### Debian family +### Debian and derivatives - [Ubuntu 20.04](linux_x86_64/mysql_ubuntu_20), [Ubuntu 18.04](linux_x86_64/mysql_ubuntu_18) - [Debian 11](linux_x86_64/mysql_deb_11), [Debian 10](linux_x86_64/mysql_deb_10) ## [Linux on IBM Power (ppc64le)](linux_ppc64le) -### Red Hat Enterprise Linux (RHEL) family +### Red Hat Enterprise Linux (RHEL) and derivatives - [RHEL 8](linux_ppc64le/mysql_rhel_8) -### SUSE Linux Enterprise (SLES) family +### SUSE Linux Enterprise (SLES) and derivatives - [SLES 15](linux_ppc64le/mysql_sles_15), [SLES 12](linux_ppc64le/mysql_sles_12) From 23ed893f2cc73bbb35cef2709928a15b6850450c Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Wed, 26 Oct 2022 12:33:15 -0400 Subject: [PATCH 10/32] modified derivatives language to be consistent --- product_docs/docs/hadoop_data_adapter/2/installing/index.mdx | 4 ++-- product_docs/docs/mongo_data_adapter/5/installing/index.mdx | 4 ++-- product_docs/docs/mysql_data_adapter/2/installing/index.mdx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx index c05b86ce5c0..27b9b144dfb 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx @@ -21,8 +21,8 @@ navigation: - [Ubuntu 20.04](linux_x86_64/hadoop_ubuntu_20), [Ubuntu 18.04](linux_x86_64/hadoop_ubuntu_18) - [Debian 11](linux_x86_64/hadoop_deb_11), [Debian 10](linux_x86_64/hadoop_deb_10) ## [Linux on IBM Power (ppc64le)](linux_ppc64le) -### Red Hat Enterprise Linux (RHEL) and derivatives +### Red Hat Enterprise Linux (RHEL) - [RHEL 8](linux_ppc64le/hadoop_rhel_8) -### SUSE Linux Enterprise (SLES) and derivatives +### SUSE Linux Enterprise (SLES) - [SLES 15](linux_ppc64le/hadoop_sles_15), [SLES 12](linux_ppc64le/hadoop_sles_12) diff --git a/product_docs/docs/mongo_data_adapter/5/installing/index.mdx b/product_docs/docs/mongo_data_adapter/5/installing/index.mdx index 27599b3b79c..fc0cda0f45b 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/index.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/index.mdx @@ -20,7 +20,7 @@ navigation: - [Ubuntu 20.04](linux_x86_64/mongo_ubuntu_20), [Ubuntu 18.04](linux_x86_64/mongo_ubuntu_18) - [Debian 11](linux_x86_64/mongo_deb_11), [Debian 10](linux_x86_64/mongo_deb_10) ## [Linux on IBM Power (ppc64le)](linux_ppc64le) -### Red Hat Enterprise Linux (RHEL) and derivatives +### Red Hat Enterprise Linux (RHEL) - [RHEL 8](linux_ppc64le/mongo_rhel_8) -### SUSE Linux Enterprise (SLES) and derivatives +### SUSE Linux Enterprise (SLES) - [SLES 15](linux_ppc64le/mongo_sles_15), [SLES 12](linux_ppc64le/mongo_sles_12) diff --git a/product_docs/docs/mysql_data_adapter/2/installing/index.mdx b/product_docs/docs/mysql_data_adapter/2/installing/index.mdx index 0a4c25c3b20..1a3da0286ea 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/index.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/index.mdx @@ -20,7 +20,7 @@ navigation: - [Ubuntu 20.04](linux_x86_64/mysql_ubuntu_20), [Ubuntu 18.04](linux_x86_64/mysql_ubuntu_18) - [Debian 11](linux_x86_64/mysql_deb_11), [Debian 10](linux_x86_64/mysql_deb_10) ## [Linux on IBM Power (ppc64le)](linux_ppc64le) -### Red Hat Enterprise Linux (RHEL) and derivatives +### Red Hat Enterprise Linux (RHEL) - [RHEL 8](linux_ppc64le/mysql_rhel_8) -### SUSE Linux Enterprise (SLES) and derivatives +### SUSE Linux Enterprise (SLES) - [SLES 15](linux_ppc64le/mysql_sles_15), [SLES 12](linux_ppc64le/mysql_sles_12) From 1a054011e5e2080e61a02f07b5c9c3f227e48ece Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Fri, 28 Oct 2022 08:52:34 -0400 Subject: [PATCH 11/32] changed deb to debian for hadoop, mongo, mysql --- install_template/deploy.mjs | 12 ++++++------ .../docs/hadoop_data_adapter/2/installing/index.mdx | 2 +- .../{hadoop_deb_10.mdx => hadoop_debian_10.mdx} | 0 .../{hadoop_deb_11.mdx => hadoop_debian_11.mdx} | 0 .../2/installing/linux_x86_64/index.mdx | 8 ++++---- .../docs/mongo_data_adapter/5/installing/index.mdx | 2 +- .../5/installing/linux_x86_64/index.mdx | 8 ++++---- .../{mongo_deb_10.mdx => mongo_debian_10.mdx} | 0 .../{mongo_deb_11.mdx => mongo_debian_11.mdx} | 0 .../docs/mysql_data_adapter/2/installing/index.mdx | 2 +- .../2/installing/linux_x86_64/index.mdx | 8 ++++---- .../{mysql_deb_10.mdx => mysql_debian_10.mdx} | 0 .../{mysql_deb_11.mdx => mysql_debian_11.mdx} | 0 13 files changed, 21 insertions(+), 21 deletions(-) rename product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/{hadoop_deb_10.mdx => hadoop_debian_10.mdx} (100%) rename product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/{hadoop_deb_11.mdx => hadoop_debian_11.mdx} (100%) rename product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/{mongo_deb_10.mdx => mongo_debian_10.mdx} (100%) rename product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/{mongo_deb_11.mdx => mongo_debian_11.mdx} (100%) rename product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/{mysql_deb_10.mdx => mysql_debian_10.mdx} (100%) rename product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/{mysql_deb_11.mdx => mysql_debian_11.mdx} (100%) diff --git a/install_template/deploy.mjs b/install_template/deploy.mjs index caad8cf68fd..ca52cf32290 100644 --- a/install_template/deploy.mjs +++ b/install_template/deploy.mjs @@ -304,9 +304,9 @@ const moveDoc = async (product, platform, version) => { when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "Ubuntu 18.04"}}, (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_ubuntu_18.mdx`), when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "Debian 11"}}, - (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_deb_11.mdx`), + (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_debian_11.mdx`), when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "Debian 10"}}, - (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_deb_10.mdx`), + (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_debian_10.mdx`), when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "CentOS 7"}}, (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_centos_7.mdx`), when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}}, @@ -373,9 +373,9 @@ const moveDoc = async (product, platform, version) => { when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "Ubuntu 18.04"}}, (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_ubuntu_18.mdx`), when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "Debian 11"}}, - (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_deb_11.mdx`), + (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_debian_11.mdx`), when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "Debian 10"}}, - (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_deb_10.mdx`), + (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_debian_10.mdx`), when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "CentOS 7"}}, (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_centos_7.mdx`), when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}}, @@ -402,9 +402,9 @@ const moveDoc = async (product, platform, version) => { when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "SLES 15"}}, (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_sles_15.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "Debian 10"}}, - (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_deb_10.mdx`), + (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_debian_10.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "Debian 11"}}, - (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_deb_11.mdx`), + (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_debian_11.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "Ubuntu 18.04"}}, (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_ubuntu_18.mdx`), when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "Ubuntu 20.04"}}, diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx index 27b9b144dfb..0f042778ee2 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx @@ -19,7 +19,7 @@ navigation: - [SLES 15](linux_x86_64/hadoop_sles_15), [SLES 12](linux_x86_64/hadoop_sles_12) ### Debian and derivatives - [Ubuntu 20.04](linux_x86_64/hadoop_ubuntu_20), [Ubuntu 18.04](linux_x86_64/hadoop_ubuntu_18) -- [Debian 11](linux_x86_64/hadoop_deb_11), [Debian 10](linux_x86_64/hadoop_deb_10) +- [Debian 11](linux_x86_64/hadoop_debian_11), [Debian 10](linux_x86_64/hadoop_debian_10) ## [Linux on IBM Power (ppc64le)](linux_ppc64le) ### Red Hat Enterprise Linux (RHEL) - [RHEL 8](linux_ppc64le/hadoop_rhel_8) diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_deb_10.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_debian_10.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_deb_10.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_debian_10.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_deb_11.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_debian_11.mdx similarity index 100% rename from product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_deb_11.mdx rename to product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_debian_11.mdx diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/index.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/index.mdx index 6a47c227a44..e433cfcca07 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/index.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/index.mdx @@ -13,8 +13,8 @@ navigation: - hadoop_ubuntu_22 - hadoop_ubuntu_20 - hadoop_ubuntu_18 -- hadoop_deb_11 -- hadoop_deb_10 +- hadoop_debian_11 +- hadoop_debian_10 --- For operating system-specific install instructions, see: @@ -28,7 +28,7 @@ For operating system-specific install instructions, see: - [SLES 12](hadoop_sles_12) - [Ubuntu 20.04](hadoop_ubuntu_20) - [Ubuntu 18.04](hadoop_ubuntu_18) - - [Debian 11](hadoop_deb_11) - - [Debian 10](hadoop_deb_10) + - [Debian 11](hadoop_debian_11) + - [Debian 10](hadoop_debian_10) After you complete the installation, see [Initial configuration](../../configuring). diff --git a/product_docs/docs/mongo_data_adapter/5/installing/index.mdx b/product_docs/docs/mongo_data_adapter/5/installing/index.mdx index fc0cda0f45b..cd1ba770cca 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/index.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/index.mdx @@ -18,7 +18,7 @@ navigation: - [SLES 15](linux_x86_64/mongo_sles_15), [SLES 12](linux_x86_64/mongo_sles_12) ### Debian and derivatives - [Ubuntu 20.04](linux_x86_64/mongo_ubuntu_20), [Ubuntu 18.04](linux_x86_64/mongo_ubuntu_18) -- [Debian 11](linux_x86_64/mongo_deb_11), [Debian 10](linux_x86_64/mongo_deb_10) +- [Debian 11](linux_x86_64/mongo_debian_11), [Debian 10](linux_x86_64/mongo_debian_10) ## [Linux on IBM Power (ppc64le)](linux_ppc64le) ### Red Hat Enterprise Linux (RHEL) - [RHEL 8](linux_ppc64le/mongo_rhel_8) diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/index.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/index.mdx index 3d2456b7173..cae818a5065 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/index.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/index.mdx @@ -11,8 +11,8 @@ navigation: - mongo_ubuntu_22 - mongo_ubuntu_20 - mongo_ubuntu_18 -- mongo_deb_11 -- mongo_deb_10 +- mongo_debian_11 +- mongo_debian_10 --- For operating system-specific install instructions, see: @@ -26,7 +26,7 @@ For operating system-specific install instructions, see: - [SLES 12](mongo_sles_12) - [Ubuntu 20.04](mongo_ubuntu_20) - [Ubuntu 18.04](mongo_ubuntu_18) - - [Debian 11](mongo_deb_11) - - [Debian 10](mongo_deb_10) + - [Debian 11](mongo_debian_11) + - [Debian 10](mongo_debian_10) After you complete the installation, see [Initial configuration](../../configuring). \ No newline at end of file diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_deb_10.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_debian_10.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_deb_10.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_debian_10.mdx diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_deb_11.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_debian_11.mdx similarity index 100% rename from product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_deb_11.mdx rename to product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_debian_11.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/installing/index.mdx b/product_docs/docs/mysql_data_adapter/2/installing/index.mdx index 1a3da0286ea..de350fac8d8 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/index.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/index.mdx @@ -18,7 +18,7 @@ navigation: - [SLES 15](linux_x86_64/mysql_sles_15), [SLES 12](linux_x86_64/mysql_sles_12) ### Debian and derivatives - [Ubuntu 20.04](linux_x86_64/mysql_ubuntu_20), [Ubuntu 18.04](linux_x86_64/mysql_ubuntu_18) -- [Debian 11](linux_x86_64/mysql_deb_11), [Debian 10](linux_x86_64/mysql_deb_10) +- [Debian 11](linux_x86_64/mysql_debian_11), [Debian 10](linux_x86_64/mysql_debian_10) ## [Linux on IBM Power (ppc64le)](linux_ppc64le) ### Red Hat Enterprise Linux (RHEL) - [RHEL 8](linux_ppc64le/mysql_rhel_8) diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/index.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/index.mdx index 14fe512a443..c3685b478a7 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/index.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/index.mdx @@ -11,8 +11,8 @@ navigation: - mysql_ubuntu_22 - mysql_ubuntu_20 - mysql_ubuntu_18 -- mysql_deb_11 -- mysql_deb_10 +- mysql_debian_11 +- mysql_debian_10 --- For operating system-specific install instructions, see: @@ -26,7 +26,7 @@ For operating system-specific install instructions, see: - [SLES 12](mysql_sles_12) - [Ubuntu 20.04](mysql_ubuntu_20) - [Ubuntu 18.04](mysql_ubuntu_18) - - [Debian 11](mysql_deb_11) - - [Debian 10](mysql_deb_10) + - [Debian 11](mysql_debian_11) + - [Debian 10](mysql_debian_10) diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_deb_10.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_debian_10.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_deb_10.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_debian_10.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_deb_11.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_debian_11.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_deb_11.mdx rename to product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_debian_11.mdx From fbde9b61148ac0e959b8d4c9e4319483fd05cf88 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Mon, 7 Nov 2022 13:18:31 -0500 Subject: [PATCH 12/32] Extensions: refreshing extensions table --- advocacy_docs/pg_extensions/index.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/advocacy_docs/pg_extensions/index.mdx b/advocacy_docs/pg_extensions/index.mdx index 3e21a9b47a5..73570bd91f2 100644 --- a/advocacy_docs/pg_extensions/index.mdx +++ b/advocacy_docs/pg_extensions/index.mdx @@ -1177,8 +1177,7 @@ Categories of extensions: PostgreSQL Compatible Oracle Compatible - - PostGIS + PostGIS @@ -1350,5 +1349,5 @@ Categories of extensions: - +temp change to trigger pr From a812831b21cf5d268bd57718810426c9ba538e1b Mon Sep 17 00:00:00 2001 From: Arthur Nascimento Date: Wed, 9 Nov 2022 11:53:52 -0300 Subject: [PATCH 13/32] Adjust indentation of a !!! Important section Currently, that section shows up literally as `!!! Important Alternatively, you can list namespaces using a label selector, as explained in` in the documentation. I believe that might be caused by the block being 1 space further in, when compared to the rest of the 3. section, so this change tries to handle that. --- product_docs/docs/postgres_for_kubernetes/1/openshift.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/product_docs/docs/postgres_for_kubernetes/1/openshift.mdx b/product_docs/docs/postgres_for_kubernetes/1/openshift.mdx index 8cc4ce79587..f3c52f351d4 100644 --- a/product_docs/docs/postgres_for_kubernetes/1/openshift.mdx +++ b/product_docs/docs/postgres_for_kubernetes/1/openshift.mdx @@ -334,9 +334,9 @@ projects with a simple example, by creating an `OperatorGroup` and a - bi-prod ``` - !!! Important - Alternatively, you can list namespaces using a label selector, as explained in - ["Target namespace selection"](https://docs.openshift.com/container-platform/4.9/operators/understanding/olm/olm-understanding-operatorgroups.html#olm-operatorgroups-target-namespace_olm-understanding-operatorgroups). + !!! Important + Alternatively, you can list namespaces using a label selector, as explained in + ["Target namespace selection"](https://docs.openshift.com/container-platform/4.9/operators/understanding/olm/olm-understanding-operatorgroups.html#olm-operatorgroups-target-namespace_olm-understanding-operatorgroups). 4. Create a `Subscription` object in the `my-operators` namespace to subscribe to the `fast` channel of the `cloud-native-postgresql` operator that is From 74c3cd44f96fdf2969123113f8f583f4c8e7c578 Mon Sep 17 00:00:00 2001 From: amrita-suresh <33535573+amrita-suresh@users.noreply.github.com> Date: Wed, 9 Nov 2022 12:48:37 -0500 Subject: [PATCH 14/32] Fix supported regions link The link previously went to the BA Support Options page, not the page listing supported regions --- .../biganimal/release/getting_started/activating_regions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/biganimal/release/getting_started/activating_regions.mdx b/product_docs/docs/biganimal/release/getting_started/activating_regions.mdx index 4c05369fc58..ba3a53a040d 100644 --- a/product_docs/docs/biganimal/release/getting_started/activating_regions.mdx +++ b/product_docs/docs/biganimal/release/getting_started/activating_regions.mdx @@ -50,4 +50,4 @@ Before you suspend or delete a region you must delete all clusters in that regio ## See also - [Creating your cluster](/biganimal/release/getting_started/creating_a_cluster) -- [Supported regions](/biganimal/release/overview/support) \ No newline at end of file +- [Supported regions](biganimal/release/overview/03a_region_support) From 85005847ea318668ef7e0a3d31e6968d709d47d1 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Wed, 9 Nov 2022 13:06:33 -0500 Subject: [PATCH 15/32] adding slash to path --- .../biganimal/release/getting_started/activating_regions.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/product_docs/docs/biganimal/release/getting_started/activating_regions.mdx b/product_docs/docs/biganimal/release/getting_started/activating_regions.mdx index ba3a53a040d..1d701ed5c77 100644 --- a/product_docs/docs/biganimal/release/getting_started/activating_regions.mdx +++ b/product_docs/docs/biganimal/release/getting_started/activating_regions.mdx @@ -50,4 +50,5 @@ Before you suspend or delete a region you must delete all clusters in that regio ## See also - [Creating your cluster](/biganimal/release/getting_started/creating_a_cluster) -- [Supported regions](biganimal/release/overview/03a_region_support) +- [Supported regions](/biganimal/release/overview/03a_region_support) + From aa35f7b040368a4e2dd3a6c47893728055250902 Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Wed, 26 Oct 2022 20:54:34 +0000 Subject: [PATCH 16/32] integral deployment (deployment paths in frontmatter) --- install_template/deploy.mjs | 141 ++++++++---------- install_template/package-lock.json | 16 +- install_template/package.json | 2 +- .../platformBase/_deploymentConstants.njk | 37 +++++ .../templates/platformBase/base.njk | 1 + .../hadoop-foreign-data-wrapper/base.njk | 13 ++ .../ubuntu-22.04.njk | 5 +- .../mongodb-foreign-data-wrapper/base.njk | 13 ++ .../ubuntu-22.04.njk | 6 +- .../mysql-foreign-data-wrapper/base.njk | 13 ++ .../ubuntu-22.04.njk | 6 +- .../ibm_power_ppc64le/edbplus_rhel8_ppcle.mdx | 1 + .../edbplus_sles12_ppcle.mdx | 1 + .../edbplus_sles15_ppcle.mdx | 1 + .../x86_amd64/edbplus_centos7_x86.mdx | 1 + .../x86_amd64/edbplus_deb10_x86.mdx | 1 + .../x86_amd64/edbplus_deb11_x86.mdx | 1 + .../x86_amd64/edbplus_other_linux8_x86.mdx | 1 + .../x86_amd64/edbplus_rhel7_x86.mdx | 1 + .../x86_amd64/edbplus_rhel8_x86.mdx | 1 + .../x86_amd64/edbplus_sles12_x86.mdx | 1 + .../x86_amd64/edbplus_sles15_x86.mdx | 1 + .../x86_amd64/edbplus_ubuntu18_x86.mdx | 1 + .../x86_amd64/edbplus_ubuntu20_x86.mdx | 1 + .../ibm_power_ppc64le/efm4_rhel8_ppcle.mdx | 1 + .../ibm_power_ppc64le/efm4_sles12_ppcle.mdx | 1 + .../ibm_power_ppc64le/efm4_sles15_ppcle.mdx | 1 + .../x86_amd64/efm4_centos7_x86.mdx | 1 + .../x86_amd64/efm4_deb10_x86.mdx | 1 + .../x86_amd64/efm4_deb11_x86.mdx | 1 + .../x86_amd64/efm4_other_linux8_x86.mdx | 1 + .../x86_amd64/efm4_rhel7_x86.mdx | 1 + .../x86_amd64/efm4_rhel_8_x86.mdx | 1 + .../x86_amd64/efm4_sles12_x86.mdx | 1 + .../x86_amd64/efm4_sles15_x86.mdx | 1 + .../x86_amd64/efm4_ubuntu18_x86.mdx | 1 + .../x86_amd64/efm4_ubuntu20_x86.mdx | 1 + .../ibm_power_ppc64le/epas_rhel7_ppcle.mdx | 1 + .../ibm_power_ppc64le/epas_rhel8_ppcle.mdx | 1 + .../ibm_power_ppc64le/epas_sles12_ppcle.mdx | 1 + .../ibm_power_ppc64le/epas_sles15_ppcle.mdx | 1 + .../x86_amd64/epas_centos7_x86.mdx | 1 + .../x86_amd64/epas_deb10_x86.mdx | 73 +++++++++ .../x86_amd64/epas_deb11_x86.mdx | 1 + .../x86_amd64/epas_other_linux8_x86.mdx | 1 + .../x86_amd64/epas_rhel7_x86.mdx | 1 + .../x86_amd64/epas_rhel8_x86.mdx | 1 + .../x86_amd64/epas_sles12_x86.mdx | 1 + .../x86_amd64/epas_sles15_x86.mdx | 1 + .../x86_amd64/epas_ubuntu18_x86.mdx | 1 + .../x86_amd64/epas_ubuntu20_x86.mdx | 73 +++++++++ .../ibm_power_ppc64le/epas_rhel7_ppcle.mdx | 1 + .../ibm_power_ppc64le/epas_rhel8_ppcle.mdx | 1 + .../ibm_power_ppc64le/epas_sles12_ppcle.mdx | 1 + .../ibm_power_ppc64le/epas_sles15_ppcle.mdx | 1 + .../x86_amd64/epas_centos7_x86.mdx | 1 + .../x86_amd64/epas_deb10_x86.mdx | 1 + .../x86_amd64/epas_deb11_x86.mdx | 1 + .../x86_amd64/epas_other_linux8_x86.mdx | 1 + .../x86_amd64/epas_rhel7_x86.mdx | 1 + .../x86_amd64/epas_rhel8_x86.mdx | 1 + .../x86_amd64/epas_sles12_x86.mdx | 1 + .../x86_amd64/epas_sles15_x86.mdx | 1 + .../x86_amd64/epas_ubuntu18_x86.mdx | 1 + .../x86_amd64/epas_ubuntu20_x86.mdx | 73 +++++++++ .../ibm_power_ppc64le/epas_rhel7_ppcle.mdx | 1 + .../ibm_power_ppc64le/epas_rhel8_ppcle.mdx | 1 + .../ibm_power_ppc64le/epas_sles12_ppcle.mdx | 1 + .../ibm_power_ppc64le/epas_sles15_ppcle.mdx | 1 + .../x86_amd64/epas_centos7_x86.mdx | 1 + .../x86_amd64/epas_deb10_x86.mdx | 1 + .../x86_amd64/epas_deb11_x86.mdx | 1 + .../x86_amd64/epas_other_linux8_x86.mdx | 1 + .../x86_amd64/epas_rhel7_x86.mdx | 1 + .../x86_amd64/epas_rhel8_x86.mdx | 1 + .../x86_amd64/epas_sles12_x86.mdx | 1 + .../x86_amd64/epas_sles15_x86.mdx | 1 + .../x86_amd64/epas_ubuntu18_x86.mdx | 1 + .../x86_amd64/epas_ubuntu20_x86.mdx | 1 + .../ibm_power_ppc64le/epas_rhel7_ppcle.mdx | 1 + .../ibm_power_ppc64le/epas_rhel8_ppcle.mdx | 1 + .../ibm_power_ppc64le/epas_sles12_ppcle.mdx | 1 + .../ibm_power_ppc64le/epas_sles15_ppcle.mdx | 1 + .../x86_amd64/epas_centos7_x86.mdx | 1 + .../x86_amd64/epas_deb10_x86.mdx | 1 + .../x86_amd64/epas_deb11_x86.mdx | 1 + .../x86_amd64/epas_other_linux8_x86.mdx | 1 + .../x86_amd64/epas_rhel7_x86.mdx | 1 + .../x86_amd64/epas_rhel8_x86.mdx | 1 + .../x86_amd64/epas_sles12_x86.mdx | 1 + .../x86_amd64/epas_sles15_x86.mdx | 1 + .../x86_amd64/epas_ubuntu18_x86.mdx | 1 + .../x86_amd64/epas_ubuntu20_x86.mdx | 1 + .../ibm_power_ppc64le/eprs_rhel8_ppcle.mdx | 1 + .../ibm_power_ppc64le/eprs_sles12_ppcle.mdx | 1 + .../ibm_power_ppc64le/eprs_sles15_ppcle.mdx | 1 + .../x86_amd64/eprs_centos7_x86.mdx | 1 + .../x86_amd64/eprs_deb10_x86.mdx | 1 + .../x86_amd64/eprs_deb11_x86.mdx | 1 + .../x86_amd64/eprs_other_linux8_x86.mdx | 1 + .../x86_amd64/eprs_rhel7_x86.mdx | 1 + .../x86_amd64/eprs_rhel8_x86.mdx | 1 + .../x86_amd64/eprs_sles12_x86.mdx | 1 + .../x86_amd64/eprs_sles15_x86.mdx | 1 + .../x86_amd64/eprs_ubuntu18_x86.mdx | 1 + .../x86_amd64/eprs_ubuntu20_x86.mdx | 1 + .../linux_ppc64le/hadoop_rhel_8.mdx | 3 + .../linux_ppc64le/hadoop_sles_12.mdx | 3 + .../linux_ppc64le/hadoop_sles_15.mdx | 3 + .../linux_x86_64/hadoop_centos_7.mdx | 3 + .../linux_x86_64/hadoop_debian_10.mdx | 3 + .../linux_x86_64/hadoop_debian_11.mdx | 3 + .../linux_x86_64/hadoop_other_linux_8.mdx | 3 + .../installing/linux_x86_64/hadoop_rhel_7.mdx | 3 + .../installing/linux_x86_64/hadoop_rhel_8.mdx | 3 + .../linux_x86_64/hadoop_sles_12.mdx | 3 + .../linux_x86_64/hadoop_sles_15.mdx | 3 + .../linux_x86_64/hadoop_ubuntu_18.mdx | 3 + .../linux_x86_64/hadoop_ubuntu_20.mdx | 3 + .../ibm_power_ppc64le/jdbc42_rhel8_ppcle.mdx | 1 + .../ibm_power_ppc64le/jdbc42_sles12_ppcle.mdx | 1 + .../ibm_power_ppc64le/jdbc42_sles15_ppcle.mdx | 1 + .../x86_amd64/jdbc42_centos7_x86.mdx | 1 + .../x86_amd64/jdbc42_deb10_x86.mdx | 1 + .../x86_amd64/jdbc42_deb11_x86.mdx | 1 + .../x86_amd64/jdbc42_other_linux8_x86.mdx | 1 + .../x86_amd64/jdbc42_rhel7_x86.mdx | 1 + .../x86_amd64/jdbc42_rhel8_x86.mdx | 1 + .../x86_amd64/jdbc42_sles12_x86.mdx | 1 + .../x86_amd64/jdbc42_sles15_x86.mdx | 1 + .../x86_amd64/jdbc42_ubuntu18_x86.mdx | 1 + .../x86_amd64/jdbc42_ubuntu20_x86.mdx | 1 + .../ibm_power_ppc64le/mtk55_rhel8_ppcle.mdx | 1 + .../ibm_power_ppc64le/mtk55_sles12_ppcle.mdx | 1 + .../ibm_power_ppc64le/mtk55_sles15_ppcle.mdx | 1 + .../x86_amd64/mtk55_centos7_x86.mdx | 1 + .../x86_amd64/mtk55_deb10_x86.mdx | 1 + .../x86_amd64/mtk55_deb11_x86.mdx | 1 + .../x86_amd64/mtk55_other_linux8_x86.mdx | 1 + .../x86_amd64/mtk55_rhel7_x86.mdx | 1 + .../x86_amd64/mtk55_rhel8_x86.mdx | 1 + .../x86_amd64/mtk55_sles12_x86.mdx | 1 + .../x86_amd64/mtk55_sles15_x86.mdx | 1 + .../x86_amd64/mtk55_ubuntu18_x86.mdx | 1 + .../x86_amd64/mtk55_ubuntu20_x86.mdx | 1 + .../installing/linux_ppc64le/mongo_rhel_8.mdx | 3 + .../linux_ppc64le/mongo_sles_12.mdx | 3 + .../linux_ppc64le/mongo_sles_15.mdx | 3 + .../linux_x86_64/mongo_centos_7.mdx | 3 + .../linux_x86_64/mongo_debian_10.mdx | 3 + .../linux_x86_64/mongo_debian_11.mdx | 3 + .../linux_x86_64/mongo_other_linux_8.mdx | 3 + .../installing/linux_x86_64/mongo_rhel_7.mdx | 3 + .../installing/linux_x86_64/mongo_rhel_8.mdx | 3 + .../installing/linux_x86_64/mongo_sles_12.mdx | 3 + .../installing/linux_x86_64/mongo_sles_15.mdx | 3 + .../linux_x86_64/mongo_ubuntu_18.mdx | 3 + .../linux_x86_64/mongo_ubuntu_20.mdx | 3 + .../installing/linux_ppc64le/mysql_rhel_8.mdx | 3 + .../linux_ppc64le/mysql_sles_12.mdx | 3 + .../linux_ppc64le/mysql_sles_15.mdx | 3 + .../linux_x86_64/mysql_centos_7.mdx | 3 + .../linux_x86_64/mysql_debian_10.mdx | 3 + .../linux_x86_64/mysql_debian_11.mdx | 3 + .../linux_x86_64/mysql_other_linux_8.mdx | 3 + .../installing/linux_x86_64/mysql_rhel_7.mdx | 3 + .../installing/linux_x86_64/mysql_rhel_8.mdx | 3 + .../installing/linux_x86_64/mysql_sles_12.mdx | 3 + .../installing/linux_x86_64/mysql_sles_15.mdx | 3 + .../linux_x86_64/mysql_ubuntu_18.mdx | 3 + .../linux_x86_64/mysql_ubuntu_20.mdx | 3 + .../ocl_connector14_rhel8_ppcle.mdx | 1 + .../ocl_connector14_sles12_ppcle.mdx | 1 + .../ocl_connector14_sles15_ppcle.mdx | 1 + .../x86_amd64/ocl_connector14_centos7_x86.mdx | 1 + .../x86_amd64/ocl_connector14_deb10_x86.mdx | 1 + .../x86_amd64/ocl_connector14_deb11_x86.mdx | 1 + .../ocl_connector14_other_linux8_x86.mdx | 1 + .../x86_amd64/ocl_connector14_rhel7_x86.mdx | 1 + .../x86_amd64/ocl_connector14_rhel8_x86.mdx | 1 + .../x86_amd64/ocl_connector14_sles12_x86.mdx | 1 + .../x86_amd64/ocl_connector14_sles15_x86.mdx | 1 + .../ocl_connector14_ubuntu18_x86.mdx | 1 + .../ocl_connector14_ubuntu20_x86.mdx | 1 + .../ibm_power_ppc64le/odbc13_rhel8_ppcle.mdx | 1 + .../ibm_power_ppc64le/odbc13_sles12_ppcle.mdx | 1 + .../ibm_power_ppc64le/odbc13_sles15_ppcle.mdx | 1 + .../x86_amd64/odbc13_centos7_x86.mdx | 1 + .../x86_amd64/odbc13_deb10_x86.mdx | 1 + .../x86_amd64/odbc13_deb11_x86.mdx | 1 + .../x86_amd64/odbc13_other_linux8_x86.mdx | 1 + .../x86_amd64/odbc13_rhel7_x86.mdx | 1 + .../x86_amd64/odbc13_rhel8_x86.mdx | 1 + .../x86_amd64/odbc13_sles12_x86.mdx | 1 + .../x86_amd64/odbc13_sles15_x86.mdx | 1 + .../x86_amd64/odbc13_ubuntu18_x86.mdx | 1 + .../x86_amd64/odbc13_ubuntu20_x86.mdx | 1 + .../pem_agent_rhel8_ppcle.mdx | 1 + .../pem_agent_sles12_ppcle.mdx | 1 + .../pem_agent_sles15_ppcle.mdx | 1 + .../x86_amd64/pem_agent_centos7_x86.mdx | 1 + .../x86_amd64/pem_agent_deb10_x86.mdx | 1 + .../x86_amd64/pem_agent_deb11_x86.mdx | 1 + .../x86_amd64/pem_agent_other_linux8_x86.mdx | 4 +- .../x86_amd64/pem_agent_rhel7_x86.mdx | 1 + .../x86_amd64/pem_agent_rhel8_x86.mdx | 1 + .../x86_amd64/pem_agent_sles12_x86.mdx | 1 + .../x86_amd64/pem_agent_sles15_x86.mdx | 1 + .../x86_amd64/pem_agent_ubuntu18_x86.mdx | 1 + .../x86_amd64/pem_agent_ubuntu20_x86.mdx | 1 + .../pem_server_rhel8_ppcle.mdx | 1 + .../pem_server_sles12_ppcle.mdx | 1 + .../pem_server_sles15_ppcle.mdx | 1 + .../x86_amd64/pem_server_centos7_x86.mdx | 1 + .../x86_amd64/pem_server_deb10_x86.mdx | 1 + .../x86_amd64/pem_server_deb11_x86.mdx | 1 + .../x86_amd64/pem_server_other_linux8_x86.mdx | 4 +- .../x86_amd64/pem_server_rhel7_x86.mdx | 1 + .../x86_amd64/pem_server_rhel8_x86.mdx | 1 + .../x86_amd64/pem_server_sles12_x86.mdx | 1 + .../x86_amd64/pem_server_sles15_x86.mdx | 1 + .../x86_amd64/pem_server_ubuntu18_x86.mdx | 1 + .../x86_amd64/pem_server_ubuntu20_x86.mdx | 1 + .../pgbouncer_rhel8_ppcle.mdx | 1 + .../pgbouncer_sles12_ppcle.mdx | 1 + .../pgbouncer_sles15_ppcle.mdx | 1 + .../x86_amd64/pgbouncer_centos7_x86.mdx | 1 + .../x86_amd64/pgbouncer_deb10_x86.mdx | 1 + .../x86_amd64/pgbouncer_deb11_x86.mdx | 1 + .../x86_amd64/pgbouncer_other_linux8_x86.mdx | 1 + .../x86_amd64/pgbouncer_rhel7_x86.mdx | 1 + .../x86_amd64/pgbouncer_rhel8_x86.mdx | 1 + .../x86_amd64/pgbouncer_sles12_x86.mdx | 1 + .../x86_amd64/pgbouncer_sles15_x86.mdx | 1 + .../x86_amd64/pgbouncer_ubuntu18_x86.mdx | 1 + .../x86_amd64/pgbouncer_ubuntu20_x86.mdx | 1 + .../ibm_power_ppc64le/pgpool_rhel8_ppcle.mdx | 1 + .../ibm_power_ppc64le/pgpool_sles12_ppcle.mdx | 1 + .../ibm_power_ppc64le/pgpool_sles15_ppcle.mdx | 1 + .../x86_amd64/pgpool_centos7_x86.mdx | 1 + .../x86_amd64/pgpool_deb10_x86.mdx | 1 + .../x86_amd64/pgpool_deb11_x86.mdx | 1 + .../x86_amd64/pgpool_other_linux8_x86.mdx | 1 + .../x86_amd64/pgpool_rhel7_x86.mdx | 1 + .../x86_amd64/pgpool_rhel8_x86.mdx | 1 + .../x86_amd64/pgpool_sles12_x86.mdx | 1 + .../x86_amd64/pgpool_sles15_x86.mdx | 1 + .../x86_amd64/pgpool_ubuntu18_x86.mdx | 1 + .../x86_amd64/pgpool_ubuntu20_x86.mdx | 1 + .../pgpoolext_rhel8_ppcle.mdx | 1 + .../pgpoolext_sles12_ppcle.mdx | 1 + .../pgpoolext_sles15_ppcle.mdx | 1 + .../x86_amd64/pgpoolext_centos7_x86.mdx | 1 + .../x86_amd64/pgpoolext_deb10_x86.mdx | 1 + .../x86_amd64/pgpoolext_deb11_x86.mdx | 1 + .../x86_amd64/pgpoolext_other_linux8_x86.mdx | 1 + .../x86_amd64/pgpoolext_rhel7_x86.mdx | 1 + .../x86_amd64/pgpoolext_rhel8_x86.mdx | 1 + .../x86_amd64/pgpoolext_sles12_x86.mdx | 1 + .../x86_amd64/pgpoolext_sles15_x86.mdx | 1 + .../x86_amd64/pgpoolext_ubuntu18_x86.mdx | 1 + .../x86_amd64/pgpoolext_ubuntu20_x86.mdx | 1 + .../ibm_power_ppc64le/postgis_rhel8_ppcle.mdx | 1 + .../postgis_sles12_ppcle.mdx | 1 + .../postgis_sles15_ppcle.mdx | 1 + .../x86_amd64/postgis_centos7_x86.mdx | 1 + .../x86_amd64/postgis_deb10_x86.mdx | 1 + .../x86_amd64/postgis_deb11_x86.mdx | 1 + .../x86_amd64/postgis_other_linux8_x86.mdx | 1 + .../x86_amd64/postgis_rhel7_x86.mdx | 1 + .../x86_amd64/postgis_rhel_8_x86.mdx | 1 + .../x86_amd64/postgis_sles12_x86.mdx | 1 + .../x86_amd64/postgis_sles15_x86.mdx | 1 + .../x86_amd64/postgis_ubuntu18_x86.mdx | 1 + .../x86_amd64/postgis_ubuntu20_x86.mdx | 1 + 275 files changed, 725 insertions(+), 92 deletions(-) create mode 100644 install_template/templates/platformBase/_deploymentConstants.njk create mode 100644 product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx create mode 100644 product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx create mode 100644 product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx diff --git a/install_template/deploy.mjs b/install_template/deploy.mjs index ca52cf32290..e1cd2f88074 100644 --- a/install_template/deploy.mjs +++ b/install_template/deploy.mjs @@ -72,6 +72,8 @@ const moveDoc = async (product, platform, version) => { context.platform.arch, ].join("_") + ".mdx"; + const srcFilepath = path.resolve(__dirname, "renders", srcFilename); + const prefix = { rhel_8_x86_64: "01", other_linux8_x86_64: "02", @@ -145,8 +147,10 @@ const moveDoc = async (product, platform, version) => { const fmtArchPath = (ctx) => expand_arch[ctx.platform.arch]; const fmtArchFilename = (ctx) => ctx.platform.arch.replace(/_?64/g, ""); + const [srcContent, integralDeploymentPath] = await readSource(srcFilepath); + // prettier-ignore - const destFilename = match(context, + 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"}}, @@ -168,7 +172,7 @@ const moveDoc = async (product, platform, version) => { 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`), + (ctx) => `edb_plus/40/03_installing_edb_plus/install_on_linux/${fmtArchPath(ctx)}/edbplus_rhel8_${fmtArchFilename(ctx)}.mdx`), when({product: {name: "EDB Postgres Advanced Server", version: 14}, platform: {name: "CentOS 7"}}, @@ -295,29 +299,6 @@ const moveDoc = async (product, platform, version) => { when({product: {name: "Failover Manager", version: 4}, platform: {name: "Ubuntu 20.04"}}, (ctx) => `efm/4/03_installing_efm/${fmtArchPath(ctx)}/efm4_ubuntu20_${fmtArchFilename(ctx)}.mdx`), - when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "SLES 12"}}, - (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_sles_12.mdx`), - when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "SLES 15"}}, - (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_sles_15.mdx`), - when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "Ubuntu 20.04"}}, - (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_ubuntu_20.mdx`), - when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "Ubuntu 18.04"}}, - (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_ubuntu_18.mdx`), - when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "Debian 11"}}, - (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_debian_11.mdx`), - when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "Debian 10"}}, - (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_debian_10.mdx`), - when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "CentOS 7"}}, - (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_centos_7.mdx`), - when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}}, - (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_other_linux_8.mdx`), - when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "RHEL 7 or OL 7"}}, - (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_rhel_7.mdx`), - when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "RHEL 8 or OL 8"}}, - (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_rhel_8.mdx`), - when({product: {name: "Hadoop Foreign Data Wrapper", version: 2}, platform: {name: "RHEL 8"}}, - (ctx) => `hadoop_data_adapter/2/installing/linux_${ctx.platform.arch}/hadoop_rhel_8.mdx`), - when({product: {name: "EDB JDBC Connector"}, platform: {name: "CentOS 7"}}, (ctx) => `jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/${fmtArchPath(ctx)}/jdbc42_centos7_${fmtArchFilename(ctx)}.mdx`), when({product: {name: "EDB JDBC Connector"}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}}, @@ -364,52 +345,6 @@ const moveDoc = async (product, platform, version) => { when({product: {name: "Migration Toolkit"}, platform: {name: "RHEL 8"}}, (ctx) => `migration_toolkit/55/05_installing_mtk/install_on_linux/${fmtArchPath(ctx)}/mtk55_rhel8_${fmtArchFilename(ctx)}.mdx`), - when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "SLES 12"}}, - (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_sles_12.mdx`), - when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "SLES 15"}}, - (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_sles_15.mdx`), - when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "Ubuntu 20.04"}}, - (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_ubuntu_20.mdx`), - when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "Ubuntu 18.04"}}, - (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_ubuntu_18.mdx`), - when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "Debian 11"}}, - (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_debian_11.mdx`), - when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "Debian 10"}}, - (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_debian_10.mdx`), - when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "CentOS 7"}}, - (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_centos_7.mdx`), - when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}}, - (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_other_linux_8.mdx`), - when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "RHEL 7 or OL 7"}}, - (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_rhel_7.mdx`), - when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "RHEL 8 or OL 8"}}, - (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_rhel_8.mdx`), - when({product: {name: "MongoDB Foreign Data Wrapper", version: 5}, platform: {name: "RHEL 8"}}, - (ctx) => `mongo_data_adapter/5/installing/linux_${ctx.platform.arch}/mongo_rhel_8.mdx`), - - when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "RHEL 8 or OL 8"}}, - (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_rhel_8.mdx`), - when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "AlmaLinux 8 or Rocky Linux 8"}}, - (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_other_linux_8.mdx`), - when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "RHEL 7 or OL 7"}}, - (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_rhel_7.mdx`), - when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "CentOS 7"}}, - (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_centos_7.mdx`), - when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "RHEL 8"}}, - (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_rhel_8.mdx`), - when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "SLES 12"}}, - (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_sles_12.mdx`), - when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "SLES 15"}}, - (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_sles_15.mdx`), - when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "Debian 10"}}, - (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_debian_10.mdx`), - when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "Debian 11"}}, - (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_debian_11.mdx`), - when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "Ubuntu 18.04"}}, - (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_ubuntu_18.mdx`), - when({product: {name: "MySQL Foreign Data Wrapper", version: 2}, platform: {name: "Ubuntu 20.04"}}, - (ctx) => `mysql_data_adapter/2/installing/linux_${ctx.platform.arch}/mysql_ubuntu_20.mdx`), - when({product: {name: "EDB OCL Connector"}, platform: {name: "SLES 12"}}, (ctx) => `ocl_connector/${ctx.product.version}/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/${fmtArchPath(ctx)}/ocl_connector14_sles12_${fmtArchFilename(ctx)}.mdx`), when({product: {name: "EDB OCL Connector"}, platform: {name: "SLES 15"}}, @@ -635,18 +570,17 @@ const moveDoc = async (product, platform, version) => { return { note: `Skipping (no mapping): ${srcFilename}`, context }; } - const src = path.resolve(__dirname, "renders", srcFilename); - const dest = path.resolve(__dirname, destPath, destFilename); + const destFilepath = path.resolve(__dirname, destPath, destFilename); try { - await fs.mkdir(path.dirname(dest), { recursive: true }); - await fs.copyFile(src, dest); - return { success: `deployed ${src} to ${dest}` }; + await fs.mkdir(path.dirname(destFilepath), { recursive: true }); + await fs.writeFile(destFilepath, srcContent, "utf8"); + return { success: `deployed ${srcFilepath} to ${destFilepath}` }; } catch (err) { return { warn: err.toString(), context: { - src, - dest, + srcFilepath, + destFilepath, }, }; } @@ -693,4 +627,55 @@ const generateContext = (product, platform, version) => { }; }; +/** + * Reads the source mdx file, parse out the deployment path and filename from the MDX frontmatter + * @param srcPath the path + name of the mdx file to read + * @returns [full contents, the relative deployment path], undefined on error + */ +const readSource = async (srcPath) => { + const frontmatterRE = /^(?---\s*?\n)(?.+?\n)(?---\s*?\n)/s; + + try { + let src = await fs.readFile(srcPath, "utf8"); + const frontmatter = yaml.parseDocument( + src.match(frontmatterRE)?.groups?.yaml, + ); + + const deployPath = frontmatter.contents.get("deployPath"); + const redirects = frontmatter.contents.get("redirects"); + + // delete deployPath but preserve any comments that might've been attached + if (deployPath) { + let deployComments = ""; + for (let { key, value } of frontmatter.contents.items) { + if ( + (key.value || key) === "deployPath" && + (key.commentBefore || value.commentBefore) + ) { + deployComments = + (key.commentBefore || "") + (value.commentBefore || ""); + } + if (key.value === "redirects") + key.commentBefore = deployComments + (key.commentBefore || ""); + } + frontmatter.contents.delete("deployPath"); + } + + for (let i = 0; i < redirects?.items?.length; ++i) { + redirects.items[i].value = redirects.items[i].value + .replace(/^\/?/, "/") + .replace(/\.mdx$/, ""); + } + + src = src.replace( + frontmatterRE, + (_, open, fmYaml, close) => open + frontmatter.toString() + close, + ); + + return [src, deployPath]; + } catch (e) { + console.log(srcPath, e); + } +}; + run(); diff --git a/install_template/package-lock.json b/install_template/package-lock.json index 6d7db8d6f3f..ab3ade601cc 100644 --- a/install_template/package-lock.json +++ b/install_template/package-lock.json @@ -12,7 +12,7 @@ "lodash.ismatch": "^4.4.0", "nunjucks": "^3.2.3", "prettier": "^2.4.0", - "yaml": "^1.10.2" + "yaml": "^2.1.3" } }, "node_modules/a-sync-waterfall": { @@ -74,11 +74,11 @@ } }, "node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.3.tgz", + "integrity": "sha512-AacA8nRULjKMX2DvWvOAdBZMOfQlypSFkjcOcu9FalllIDJ1kvlREzcdIZmidQUqqeMv7jorHjq2HlLv/+c2lg==", "engines": { - "node": ">= 6" + "node": ">= 14" } } }, @@ -119,9 +119,9 @@ "integrity": "sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==" }, "yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.3.tgz", + "integrity": "sha512-AacA8nRULjKMX2DvWvOAdBZMOfQlypSFkjcOcu9FalllIDJ1kvlREzcdIZmidQUqqeMv7jorHjq2HlLv/+c2lg==" } } } diff --git a/install_template/package.json b/install_template/package.json index be2b8ad93fc..e4a68964649 100644 --- a/install_template/package.json +++ b/install_template/package.json @@ -13,6 +13,6 @@ "lodash.ismatch": "^4.4.0", "nunjucks": "^3.2.3", "prettier": "^2.4.0", - "yaml": "^1.10.2" + "yaml": "^2.1.3" } } diff --git a/install_template/templates/platformBase/_deploymentConstants.njk b/install_template/templates/platformBase/_deploymentConstants.njk new file mode 100644 index 00000000000..17702901eea --- /dev/null +++ b/install_template/templates/platformBase/_deploymentConstants.njk @@ -0,0 +1,37 @@ +{% set expand_arch = { + ppcle: "ibm_power_ppc64le", + x86: "x86_amd64", + x86_64: "x86_amd64", + ppc64le: "ibm_power_ppc64le" + } +%} +{% set map_platform_old = { + "Debian 10": "deb10", + "Debian 11": "deb11", + "Ubuntu 18.04": "ubuntu18", + "Ubuntu 20.04": "ubuntu20", + "Ubuntu 22.04": "ubuntu22", + "SLES 12": "sles12", + "SLES 15": "sles15", + "CentOS 7": "centos7", + "AlmaLinux 8 or Rocky Linux 8": "other_linux8", + "RHEL 7 or OL 7": "rhel7", + "RHEL 8 or OL 8": "rhel8", + "RHEL 8": "rhel8" + } +%} +{% set map_platform = { + "Debian 10": "debian_10", + "Debian 11": "debian_11", + "Ubuntu 18.04": "ubuntu_18", + "Ubuntu 20.04": "ubuntu_20", + "Ubuntu 22.04": "ubuntu_22", + "SLES 12": "sles_12", + "SLES 15": "sles_15", + "CentOS 7": "centos_7", + "AlmaLinux 8 or Rocky Linux 8": "other_linux_8", + "RHEL 7 or OL 7": "rhel_7", + "RHEL 8 or OL 8": "rhel_8", + "RHEL 8": "rhel_8" + } +%} diff --git a/install_template/templates/platformBase/base.njk b/install_template/templates/platformBase/base.njk index 6c684f3a1c2..60a75ce667d 100644 --- a/install_template/templates/platformBase/base.njk +++ b/install_template/templates/platformBase/base.njk @@ -4,6 +4,7 @@ title: Installing {{ product.name }} on {{ platform.name }} {{ platform.arch }} # 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. +{% block frontmatter %}{% endblock frontmatter %} --- {% block pemslesnote %}{% endblock pemslesnote %} diff --git a/install_template/templates/products/hadoop-foreign-data-wrapper/base.njk b/install_template/templates/products/hadoop-foreign-data-wrapper/base.njk index 2e2b50a3617..81e494f40e7 100644 --- a/install_template/templates/products/hadoop-foreign-data-wrapper/base.njk +++ b/install_template/templates/products/hadoop-foreign-data-wrapper/base.njk @@ -1,5 +1,18 @@ {% extends "platformBase/" + platformBaseTemplate + '.njk' %} {% set packageName %}edb-as14-hdfs-fdw{% 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: hadoop_data_adapter/{{ product.version }}/installing/linux_{{platform.arch}}/hadoop_{{deploy.map_platform[platform.name]}}.mdx +redirects: + - hadoop_data_adapter/{{ product.version }}/05_installing_the_hadoop_data_adapter/{{deploy.expand_arch[platform.arch]}}/hadoop_{{deploy.map_platform_old[platform.name]}}_{{platform.arch | replace("_64", "")}}.mdx +{% endblock frontmatter %} + {% block prodprereq %}{% include "platformBase/_epasinstallsameserver.njk" %} {% endblock prodprereq %} diff --git a/install_template/templates/products/hadoop-foreign-data-wrapper/ubuntu-22.04.njk b/install_template/templates/products/hadoop-foreign-data-wrapper/ubuntu-22.04.njk index 887b5446ead..fce767ceac9 100644 --- a/install_template/templates/products/hadoop-foreign-data-wrapper/ubuntu-22.04.njk +++ b/install_template/templates/products/hadoop-foreign-data-wrapper/ubuntu-22.04.njk @@ -1,2 +1,5 @@ {% extends "products/hadoop-foreign-data-wrapper/debian-10.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 %} diff --git a/install_template/templates/products/mongodb-foreign-data-wrapper/base.njk b/install_template/templates/products/mongodb-foreign-data-wrapper/base.njk index 245a886e883..c310b0b078c 100644 --- a/install_template/templates/products/mongodb-foreign-data-wrapper/base.njk +++ b/install_template/templates/products/mongodb-foreign-data-wrapper/base.njk @@ -1,5 +1,18 @@ {% extends "platformBase/" + platformBaseTemplate + '.njk' %} {% set packageName %}edb-as14-mongo-fdw{% 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: mongo_data_adapter/{{ product.version }}/installing/linux_{{platform.arch}}/mongo_{{deploy.map_platform[platform.name]}}.mdx +redirects: + - mongo_data_adapter/{{ product.version }}/04_installing_the_mongo_data_adapter/{{deploy.expand_arch[platform.arch]}}/mongo_{{deploy.map_platform_old[platform.name]}}_{{platform.arch | replace("_64", "")}}.mdx +{% endblock frontmatter %} + {% block prodprereq %}{% include "platformBase/_epasinstallsameserver.njk" %} {% endblock prodprereq %} diff --git a/install_template/templates/products/mongodb-foreign-data-wrapper/ubuntu-22.04.njk b/install_template/templates/products/mongodb-foreign-data-wrapper/ubuntu-22.04.njk index e941ce4b86b..f5143f0a8e3 100644 --- a/install_template/templates/products/mongodb-foreign-data-wrapper/ubuntu-22.04.njk +++ b/install_template/templates/products/mongodb-foreign-data-wrapper/ubuntu-22.04.njk @@ -1,2 +1,6 @@ {% extends "products/mongodb-foreign-data-wrapper/base.njk" %} -{% set platformBaseTemplate = "ubuntu-22.04" %} \ No newline at end of file +{% set platformBaseTemplate = "ubuntu-22.04" %} +{% set osFilenamePart="ubuntu_22" %} +{% block frontmatter %} +{# remove this block when Ubuntu 22 is released #} +{% endblock frontmatter %} diff --git a/install_template/templates/products/mysql-foreign-data-wrapper/base.njk b/install_template/templates/products/mysql-foreign-data-wrapper/base.njk index 643d29f160c..192f1df73b7 100644 --- a/install_template/templates/products/mysql-foreign-data-wrapper/base.njk +++ b/install_template/templates/products/mysql-foreign-data-wrapper/base.njk @@ -1,5 +1,18 @@ {% extends "platformBase/" + platformBaseTemplate + '.njk' %} {% set packageName %}edb-as-mysql-fdw{% 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: mysql_data_adapter/{{ product.version }}/installing/linux_{{platform.arch}}/mysql_{{deploy.map_platform[platform.name]}}.mdx +redirects: + - mysql_data_adapter/{{ product.version }}/04_installing_the_mysql_data_adapter/{{deploy.expand_arch[platform.arch]}}/mysql_{{deploy.map_platform_old[platform.name]}}_{{platform.arch | replace("_64", "")}}.mdx +{% endblock frontmatter %} + {% block prodprereq %}{% include "platformBase/_epasinstallsameserver.njk" %} {% endblock prodprereq %} diff --git a/install_template/templates/products/mysql-foreign-data-wrapper/ubuntu-22.04.njk b/install_template/templates/products/mysql-foreign-data-wrapper/ubuntu-22.04.njk index 2481e8a5d23..c06f67eed46 100644 --- a/install_template/templates/products/mysql-foreign-data-wrapper/ubuntu-22.04.njk +++ b/install_template/templates/products/mysql-foreign-data-wrapper/ubuntu-22.04.njk @@ -1,2 +1,6 @@ {% extends "products/mysql-foreign-data-wrapper/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 %} 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/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_rhel8_ppcle.mdx index 21505cc8fa9..3f86a7b225f 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/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- 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. 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/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles12_ppcle.mdx index d259b5bc63c..725c1dd448a 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/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- 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. 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/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles15_ppcle.mdx index 13ca604aa96..5c2b5ac0f06 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/03_installing_edb_plus/install_on_linux/ibm_power_ppc64le/edbplus_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- 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. 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_centos7_x86.mdx index 036cdfba561..12b07e6a589 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_centos7_x86.mdx @@ -1,6 +1,7 @@ --- 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. 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb10_x86.mdx index 60b6c8decd2..ad8a5438609 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb10_x86.mdx @@ -1,6 +1,7 @@ --- 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. 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb11_x86.mdx index 5e134996a7c..b197f49f6f9 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_deb11_x86.mdx @@ -1,6 +1,7 @@ --- 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. 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_other_linux8_x86.mdx index c241f2d01a8..c11ce094d05 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- 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. 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_rhel7_x86.mdx index 6a12d3dec54..a5c2ff70623 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- 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. 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_rhel8_x86.mdx index 8a00f851b62..3889e3ea525 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- 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. 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles12_x86.mdx index ab7195c51d5..7656a9d48cb 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles12_x86.mdx @@ -1,6 +1,7 @@ --- 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. 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles15_x86.mdx index dea251f4541..dd6f7e704b9 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_sles15_x86.mdx @@ -1,6 +1,7 @@ --- 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. 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_ubuntu18_x86.mdx index 1a60e2f2f60..bf70143b2b1 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- 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. 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_ubuntu20_x86.mdx index 9331cd48e8e..446f517b521 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/03_installing_edb_plus/install_on_linux/x86_amd64/edbplus_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- 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. diff --git a/product_docs/docs/efm/4/03_installing_efm/ibm_power_ppc64le/efm4_rhel8_ppcle.mdx b/product_docs/docs/efm/4/03_installing_efm/ibm_power_ppc64le/efm4_rhel8_ppcle.mdx index 096f6d77f42..eac3083d9b9 100644 --- a/product_docs/docs/efm/4/03_installing_efm/ibm_power_ppc64le/efm4_rhel8_ppcle.mdx +++ b/product_docs/docs/efm/4/03_installing_efm/ibm_power_ppc64le/efm4_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing Failover Manager 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. diff --git a/product_docs/docs/efm/4/03_installing_efm/ibm_power_ppc64le/efm4_sles12_ppcle.mdx b/product_docs/docs/efm/4/03_installing_efm/ibm_power_ppc64le/efm4_sles12_ppcle.mdx index b40d268e95d..3150a170640 100644 --- a/product_docs/docs/efm/4/03_installing_efm/ibm_power_ppc64le/efm4_sles12_ppcle.mdx +++ b/product_docs/docs/efm/4/03_installing_efm/ibm_power_ppc64le/efm4_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing Failover Manager 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. diff --git a/product_docs/docs/efm/4/03_installing_efm/ibm_power_ppc64le/efm4_sles15_ppcle.mdx b/product_docs/docs/efm/4/03_installing_efm/ibm_power_ppc64le/efm4_sles15_ppcle.mdx index d41b3340bb5..d2fc2c42219 100644 --- a/product_docs/docs/efm/4/03_installing_efm/ibm_power_ppc64le/efm4_sles15_ppcle.mdx +++ b/product_docs/docs/efm/4/03_installing_efm/ibm_power_ppc64le/efm4_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing Failover Manager 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. diff --git a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_centos7_x86.mdx b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_centos7_x86.mdx index 2978f453545..82a4d9efeb4 100644 --- a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_centos7_x86.mdx +++ b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing Failover Manager 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. diff --git a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_deb10_x86.mdx b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_deb10_x86.mdx index a268bd87892..7279cf1bd86 100644 --- a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_deb10_x86.mdx +++ b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing Failover Manager 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. diff --git a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_deb11_x86.mdx b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_deb11_x86.mdx index aa306ba1c25..ef19b59cb01 100644 --- a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_deb11_x86.mdx +++ b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing Failover Manager 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. diff --git a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_other_linux8_x86.mdx b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_other_linux8_x86.mdx index 8d024c4ee4d..5f6c536093a 100644 --- a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_other_linux8_x86.mdx +++ b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing Failover Manager 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. diff --git a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_rhel7_x86.mdx b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_rhel7_x86.mdx index 346d1daa98a..c16a31317dc 100644 --- a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_rhel7_x86.mdx +++ b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing Failover Manager 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. diff --git a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_rhel_8_x86.mdx b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_rhel_8_x86.mdx index 29e277fdafd..7320b098fb8 100644 --- a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_rhel_8_x86.mdx +++ b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_rhel_8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing Failover Manager 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. diff --git a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_sles12_x86.mdx b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_sles12_x86.mdx index 17facbcc8a7..f00bc2672cb 100644 --- a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_sles12_x86.mdx +++ b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing Failover Manager 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. diff --git a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_sles15_x86.mdx b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_sles15_x86.mdx index fbf3e04ef3d..0d02c96aa59 100644 --- a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_sles15_x86.mdx +++ b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing Failover Manager 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. diff --git a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_ubuntu18_x86.mdx b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_ubuntu18_x86.mdx index 85b958568a1..8ffbf051ff3 100644 --- a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_ubuntu18_x86.mdx +++ b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing Failover Manager 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. diff --git a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_ubuntu20_x86.mdx b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_ubuntu20_x86.mdx index f13a6e4c199..461d21f2686 100644 --- a/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_ubuntu20_x86.mdx +++ b/product_docs/docs/efm/4/03_installing_efm/x86_amd64/efm4_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 20.04 title: Installing Failover Manager 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. diff --git a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx index 43e343ba880..cd6ad15f93e 100644 --- a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx +++ b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 title: Installing EDB Postgres Advanced Server on RHEL 7 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. diff --git a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx index 526138798f1..d6310a97823 100644 --- a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx +++ b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx index 9508f76ff99..2818eed89d5 100644 --- a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx +++ b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx index 329693a8196..0ee2323b246 100644 --- a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx +++ b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx index 4ef002eebf9..1081bf661db 100644 --- a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx +++ b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx new file mode 100644 index 00000000000..9214027e08e --- /dev/null +++ b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx @@ -0,0 +1,73 @@ +--- +navTitle: Debian 10 +title: Installing EDB Postgres Advanced Server 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. +--- + +## Prerequisites + +Before you begin the installation process: + +- Set up the repository + + Setting up the repository is a one-time task. If you have already set up your repository, you do not need to perform this step. + + To set up the repository, go to [EDB repositories](https://www.enterprisedb.com/repos-downloads) and follow the instructions provided there. + +## Install the package + +```shell +sudo apt-get -y install edb-as-server +``` + +Where `` is the version of the EDB Postgres Advanced server you are installing. For example, if you are installing version 11, the package name would be `edb-as11-server`. + +To install an individual component: + +```shell +sudo apt-get -y install +``` + +Where `package_name` can be any of the available packages from the [available package list](/epas/11/epas_inst_linux/install_details/rpm_packages/). + +## Initial configuration + +This section steps you through getting started with your cluster including logging in, ensuring the installation was successful, connecting to your cluster, and creating the user password. + +```shell + +# To work in your cluster, login as the enterprisedb user +su - enterprisedb + +# Connect to the database server using the psql command line client +psql edb + +# Assign a password to the database superuser the enterprisedb +ALTER ROLE enterprisedb IDENTIFIED BY password; + +# Create a database (named hr) +CREATE DATABASE hr; + +# Connect to the new database and create a table (named dept) +\c hr +CREATE TABLE public.dept (deptno numeric(2) NOT NULL CONSTRAINT dept_pk +PRIMARY KEY, dname varchar(14) CONSTRAINT dept_dname_uq UNIQUE, loc +varchar(13)); + +# Add data to the table +INSERT INTO dept VALUES (10,'ACCOUNTING','NEW YORK'); +INSERT into dept VALUES (20,'RESEARCH','DALLAS'); + +# You can use simple SQL commands to query the database and retrieve +# information about the data you have added to the table +SELECT * FROM dept; +__OUTPUT__ +deptno | dname | loc +--------+------------+---------- +10 | ACCOUNTING | NEW YORK +20 | RESEARCH | DALLAS +(2 rows) +``` diff --git a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx index 69b23829ac6..4578df254ea 100644 --- a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx +++ b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx index 83fde987e6f..1f289b7db66 100644 --- a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx +++ b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx index 3b17a5f970a..0bcd0e898dc 100644 --- a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx +++ b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx index 804c4ec34dc..f58354bd61d 100644 --- a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx +++ b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx index 7215991faed..c69968e13d6 100644 --- a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx +++ b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx index bf70828e26c..853459a6b05 100644 --- a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx +++ b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx index a0ac9f8002c..2abe1426993 100644 --- a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx +++ b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx new file mode 100644 index 00000000000..8c728937f9b --- /dev/null +++ b/product_docs/docs/epas/11/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx @@ -0,0 +1,73 @@ +--- +navTitle: Ubuntu 20.04 +title: Installing EDB Postgres Advanced Server 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. +--- + +## Prerequisites + +Before you begin the installation process: + +- Set up the repository + + Setting up the repository is a one-time task. If you have already set up your repository, you do not need to perform this step. + + To set up the repository, go to [EDB repositories](https://www.enterprisedb.com/repos-downloads) and follow the instructions provided there. + +## Install the package + +```shell +sudo apt-get -y install edb-as-server +``` + +Where `` is the version of the EDB Postgres Advanced server you are installing. For example, if you are installing version 11, the package name would be `edb-as11-server`. + +To install an individual component: + +```shell +sudo apt-get -y install +``` + +Where `package_name` can be any of the available packages from the [available package list](/epas/11/epas_inst_linux/install_details/rpm_packages/). + +## Initial configuration + +This section steps you through getting started with your cluster including logging in, ensuring the installation was successful, connecting to your cluster, and creating the user password. + +```shell + +# To work in your cluster, login as the enterprisedb user +su - enterprisedb + +# Connect to the database server using the psql command line client +psql edb + +# Assign a password to the database superuser the enterprisedb +ALTER ROLE enterprisedb IDENTIFIED BY password; + +# Create a database (named hr) +CREATE DATABASE hr; + +# Connect to the new database and create a table (named dept) +\c hr +CREATE TABLE public.dept (deptno numeric(2) NOT NULL CONSTRAINT dept_pk +PRIMARY KEY, dname varchar(14) CONSTRAINT dept_dname_uq UNIQUE, loc +varchar(13)); + +# Add data to the table +INSERT INTO dept VALUES (10,'ACCOUNTING','NEW YORK'); +INSERT into dept VALUES (20,'RESEARCH','DALLAS'); + +# You can use simple SQL commands to query the database and retrieve +# information about the data you have added to the table +SELECT * FROM dept; +__OUTPUT__ +deptno | dname | loc +--------+------------+---------- +10 | ACCOUNTING | NEW YORK +20 | RESEARCH | DALLAS +(2 rows) +``` diff --git a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx index 5d6e6a6c80a..27bae4db974 100644 --- a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx +++ b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 title: Installing EDB Postgres Advanced Server on RHEL 7 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. diff --git a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx index 51df51e827e..5a988a59062 100644 --- a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx +++ b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx index d920a5c63a0..467596a4436 100644 --- a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx +++ b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx index 992073d5f9e..e4698987d59 100644 --- a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx +++ b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx index 5e814dc0187..b524e64b65c 100644 --- a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx +++ b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx index 92f863d5c30..91425fcfdf4 100644 --- a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx +++ b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx index 180a9c744dd..678470321d1 100644 --- a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx +++ b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx index b1741c94fbe..e758afad68f 100644 --- a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx +++ b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx index ba30a75c7da..519a2af1426 100644 --- a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx +++ b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx index 439e509b3bb..cf11f67552d 100644 --- a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx +++ b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx index 6a2adee37e4..ae66f924a58 100644 --- a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx +++ b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx index 98c5f49c33b..297095203ac 100644 --- a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx +++ b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx index adb6f1a7f79..8c07caeab03 100644 --- a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx +++ b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx new file mode 100644 index 00000000000..ac345e8906b --- /dev/null +++ b/product_docs/docs/epas/12/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx @@ -0,0 +1,73 @@ +--- +navTitle: Ubuntu 20.04 +title: Installing EDB Postgres Advanced Server 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. +--- + +## Prerequisites + +Before you begin the installation process: + +- Set up the repository + + Setting up the repository is a one-time task. If you have already set up your repository, you do not need to perform this step. + + To set up the repository, go to [EDB repositories](https://www.enterprisedb.com/repos-downloads) and follow the instructions provided there. + +## Install the package + +```shell +sudo apt-get -y install edb-as-server +``` + +Where `` is the version of the EDB Postgres Advanced server you are installing. For example, if you are installing version 12, the package name would be `edb-as12-server`. + +To install an individual component: + +```shell +sudo apt-get -y install +``` + +Where `package_name` can be any of the available packages from the [available package list](/epas/12/epas_inst_linux/install_details/rpm_packages/). + +## Initial configuration + +This section steps you through getting started with your cluster including logging in, ensuring the installation was successful, connecting to your cluster, and creating the user password. + +```shell + +# To work in your cluster, login as the enterprisedb user +su - enterprisedb + +# Connect to the database server using the psql command line client +psql edb + +# Assign a password to the database superuser the enterprisedb +ALTER ROLE enterprisedb IDENTIFIED BY password; + +# Create a database (named hr) +CREATE DATABASE hr; + +# Connect to the new database and create a table (named dept) +\c hr +CREATE TABLE public.dept (deptno numeric(2) NOT NULL CONSTRAINT dept_pk +PRIMARY KEY, dname varchar(14) CONSTRAINT dept_dname_uq UNIQUE, loc +varchar(13)); + +# Add data to the table +INSERT INTO dept VALUES (10,'ACCOUNTING','NEW YORK'); +INSERT into dept VALUES (20,'RESEARCH','DALLAS'); + +# You can use simple SQL commands to query the database and retrieve +# information about the data you have added to the table +SELECT * FROM dept; +__OUTPUT__ +deptno | dname | loc +--------+------------+---------- +10 | ACCOUNTING | NEW YORK +20 | RESEARCH | DALLAS +(2 rows) +``` diff --git a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx index 35dbf6a28b9..982fc341ceb 100644 --- a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx +++ b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 title: Installing EDB Postgres Advanced Server on RHEL 7 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. diff --git a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx index 5e57254f953..c0d42ff82f1 100644 --- a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx +++ b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx index 07b015dbd51..8658beb8b79 100644 --- a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx +++ b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx index 65534178e0a..ff3d53d4cf3 100644 --- a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx +++ b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx index 8daa40b9603..8d00241cbe0 100644 --- a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx +++ b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx index b93b5d2390e..06e63f6906a 100644 --- a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx +++ b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx index 4156cb0e044..df5cd6d659a 100644 --- a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx +++ b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx index ad4539c5b67..0b224ed259a 100644 --- a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx +++ b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx index 5be3cbfc3ec..70c87dbdbc9 100644 --- a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx +++ b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx index fb4ccc6a08c..a14ef8fa507 100644 --- a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx +++ b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx index 7e67f228666..c0b869c8606 100644 --- a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx +++ b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx index 4be67fcc438..d2f5cc4c713 100644 --- a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx +++ b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx index 8ecde6c71da..4298153e2f1 100644 --- a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx +++ b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx index b17fd1f1e84..32796e5648e 100644 --- a/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx +++ b/product_docs/docs/epas/13/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 20.04 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx index 7587bfc71c8..cb7ab6f3e9d 100644 --- a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx +++ b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel7_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 title: Installing EDB Postgres Advanced Server on RHEL 7 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. diff --git a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx index 08b92b9e8b7..bccdc9f507a 100644 --- a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx +++ b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx index 86e4e8a0fa6..9594340a33f 100644 --- a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx +++ b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx index 99b89531e1f..17480fae353 100644 --- a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx +++ b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/ibm_power_ppc64le/epas_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx index c01d3988944..117fb43fdc0 100644 --- a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx +++ b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx index 746978e2abc..1646cc88eeb 100644 --- a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx +++ b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx index 3b88679eefb..42e977a08f7 100644 --- a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx +++ b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx index 3bd4589bd07..244aba6b63b 100644 --- a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx +++ b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx index 9789770aa71..8b9706c3cfa 100644 --- a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx +++ b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx index 5e47bf9cd15..d7750faa633 100644 --- a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx +++ b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx index fe0284d3f5c..228ddfc6f66 100644 --- a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx +++ b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx index 0020f7e0114..a13fa2eb11e 100644 --- a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx +++ b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx index 556dbb82ee0..2f3b945f2bd 100644 --- a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx +++ b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx index d6209fd82b0..65729612948 100644 --- a/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx +++ b/product_docs/docs/epas/14/epas_inst_linux/installing_epas_using_edb_repository/x86_amd64/epas_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 20.04 title: Installing EDB Postgres Advanced Server 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. diff --git a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/ibm_power_ppc64le/eprs_rhel8_ppcle.mdx b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/ibm_power_ppc64le/eprs_rhel8_ppcle.mdx index 38b6c4dabcb..3dc97f6b7ae 100644 --- a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/ibm_power_ppc64le/eprs_rhel8_ppcle.mdx +++ b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/ibm_power_ppc64le/eprs_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing Replication Server 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. diff --git a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/ibm_power_ppc64le/eprs_sles12_ppcle.mdx b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/ibm_power_ppc64le/eprs_sles12_ppcle.mdx index 4fdffaa8210..ef4cd87dc5f 100644 --- a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/ibm_power_ppc64le/eprs_sles12_ppcle.mdx +++ b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/ibm_power_ppc64le/eprs_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing Replication Server 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. diff --git a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/ibm_power_ppc64le/eprs_sles15_ppcle.mdx b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/ibm_power_ppc64le/eprs_sles15_ppcle.mdx index 312244cbc96..3085813fce1 100644 --- a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/ibm_power_ppc64le/eprs_sles15_ppcle.mdx +++ b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/ibm_power_ppc64le/eprs_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing Replication Server 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. diff --git a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_centos7_x86.mdx b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_centos7_x86.mdx index 934844c75f2..1fef59aec1c 100644 --- a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_centos7_x86.mdx +++ b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing Replication Server 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. diff --git a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_deb10_x86.mdx b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_deb10_x86.mdx index 4b9cb383a93..82deca7d79a 100644 --- a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_deb10_x86.mdx +++ b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing Replication Server 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. diff --git a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_deb11_x86.mdx b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_deb11_x86.mdx index 2336e455060..941025fa770 100644 --- a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_deb11_x86.mdx +++ b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing Replication Server 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. diff --git a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_other_linux8_x86.mdx b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_other_linux8_x86.mdx index cac0f0f688f..23dd29a779b 100644 --- a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_other_linux8_x86.mdx +++ b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing Replication Server 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. diff --git a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_rhel7_x86.mdx b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_rhel7_x86.mdx index 82340b0b564..0fed04c56ec 100644 --- a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_rhel7_x86.mdx +++ b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing Replication Server 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. diff --git a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_rhel8_x86.mdx b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_rhel8_x86.mdx index cff2aed90dc..92a5123ec74 100644 --- a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_rhel8_x86.mdx +++ b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing Replication Server 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. diff --git a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_sles12_x86.mdx b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_sles12_x86.mdx index 3cec985e1c1..77d382596f3 100644 --- a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_sles12_x86.mdx +++ b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing Replication Server 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. diff --git a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_sles15_x86.mdx b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_sles15_x86.mdx index 71bcda99f7b..47b21e9a1af 100644 --- a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_sles15_x86.mdx +++ b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing Replication Server 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. diff --git a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_ubuntu18_x86.mdx b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_ubuntu18_x86.mdx index 546da8b601c..b34fec7ab8f 100644 --- a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_ubuntu18_x86.mdx +++ b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing Replication Server 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. diff --git a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_ubuntu20_x86.mdx b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_ubuntu20_x86.mdx index 1fbf1f34b86..ec5b5ff0c14 100644 --- a/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_ubuntu20_x86.mdx +++ b/product_docs/docs/eprs/7/03_installation/03_installing_rpm_package/x86_amd64/eprs_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 20.04 title: Installing Replication Server 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. diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_rhel_8.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_rhel_8.mdx index a6f492088f5..81a5dbfb982 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_rhel_8.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_rhel_8.mdx @@ -4,6 +4,9 @@ title: Installing Hadoop Foreign Data Wrapper 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: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_rhel8_ppc64le --- ## Prerequisites diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_12.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_12.mdx index 09a1caa7796..0bcdfc62df7 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_12.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_12.mdx @@ -4,6 +4,9 @@ title: Installing Hadoop Foreign Data Wrapper 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: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_sles12_ppc64le --- ## Prerequisites diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_15.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_15.mdx index 2ebe354a137..41405b71927 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_15.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_15.mdx @@ -4,6 +4,9 @@ title: Installing Hadoop Foreign Data Wrapper 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: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_sles15_ppc64le --- ## Prerequisites diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_centos_7.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_centos_7.mdx index daf856cf6d0..6394b028106 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_centos_7.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_centos_7.mdx @@ -4,6 +4,9 @@ title: Installing Hadoop Foreign Data Wrapper 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: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_centos7_x86 --- ## Prerequisites diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_debian_10.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_debian_10.mdx index a058906166a..6a0843e3ee2 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_debian_10.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_debian_10.mdx @@ -4,6 +4,9 @@ title: Installing Hadoop Foreign Data Wrapper 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: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_deb10_x86 --- ## Prerequisites diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_debian_11.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_debian_11.mdx index dbde1e65c43..bf6267f2960 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_debian_11.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_debian_11.mdx @@ -4,6 +4,9 @@ title: Installing Hadoop Foreign Data Wrapper 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: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_deb11_x86 --- ## Prerequisites diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_other_linux_8.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_other_linux_8.mdx index 9cf8a18e823..facfba097c2 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_other_linux_8.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_other_linux_8.mdx @@ -4,6 +4,9 @@ title: Installing Hadoop Foreign Data Wrapper on AlmaLinux 8 or Rocky Linux 8 x8 # 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: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_other_linux8_x86 --- ## Prerequisites diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_rhel_7.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_rhel_7.mdx index 0ab2eb67b15..26a9e60b370 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_rhel_7.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_rhel_7.mdx @@ -4,6 +4,9 @@ title: Installing Hadoop Foreign Data Wrapper 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: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_rhel7_x86 --- ## Prerequisites diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_rhel_8.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_rhel_8.mdx index a60e329c512..ecb9f975abd 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_rhel_8.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_rhel_8.mdx @@ -4,6 +4,9 @@ title: Installing Hadoop Foreign Data Wrapper 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: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_rhel8_x86 --- ## Prerequisites diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_sles_12.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_sles_12.mdx index ba495c82c2f..bb5658b8dc5 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_sles_12.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_sles_12.mdx @@ -4,6 +4,9 @@ title: Installing Hadoop Foreign Data Wrapper 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: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_sles12_x86 --- ## Prerequisites diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_sles_15.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_sles_15.mdx index 7bc54613bd4..b511e9914dc 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_sles_15.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_sles_15.mdx @@ -4,6 +4,9 @@ title: Installing Hadoop Foreign Data Wrapper 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: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_sles15_x86 --- ## Prerequisites diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_ubuntu_18.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_ubuntu_18.mdx index e448b5c1c04..333ef9cc049 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_ubuntu_18.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_ubuntu_18.mdx @@ -4,6 +4,9 @@ title: Installing Hadoop Foreign Data Wrapper 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: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_ubuntu18_x86 --- ## Prerequisites diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_ubuntu_20.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_ubuntu_20.mdx index f1e02f5b2cf..85bf7fd74ab 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_ubuntu_20.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_x86_64/hadoop_ubuntu_20.mdx @@ -4,6 +4,9 @@ title: Installing Hadoop Foreign Data Wrapper 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: + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/x86_amd64/hadoop_ubuntu20_x86 --- ## Prerequisites diff --git a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/ibm_power_ppc64le/jdbc42_rhel8_ppcle.mdx b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/ibm_power_ppc64le/jdbc42_rhel8_ppcle.mdx index 4a4a2316545..471c281aa6c 100644 --- a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/ibm_power_ppc64le/jdbc42_rhel8_ppcle.mdx +++ b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/ibm_power_ppc64le/jdbc42_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing EDB JDBC Connector 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. diff --git a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/ibm_power_ppc64le/jdbc42_sles12_ppcle.mdx b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/ibm_power_ppc64le/jdbc42_sles12_ppcle.mdx index 39f1dab1b04..992726d4dc0 100644 --- a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/ibm_power_ppc64le/jdbc42_sles12_ppcle.mdx +++ b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/ibm_power_ppc64le/jdbc42_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB JDBC Connector 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. diff --git a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/ibm_power_ppc64le/jdbc42_sles15_ppcle.mdx b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/ibm_power_ppc64le/jdbc42_sles15_ppcle.mdx index 8a5c6a3123e..2de8b916bcb 100644 --- a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/ibm_power_ppc64le/jdbc42_sles15_ppcle.mdx +++ b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/ibm_power_ppc64le/jdbc42_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB JDBC Connector 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. diff --git a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_centos7_x86.mdx b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_centos7_x86.mdx index 21e19c1cf97..61ed8bd8821 100644 --- a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_centos7_x86.mdx +++ b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing EDB JDBC Connector 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. diff --git a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_deb10_x86.mdx b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_deb10_x86.mdx index 716b42e3214..e5f2d94ba12 100644 --- a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_deb10_x86.mdx +++ b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing EDB JDBC Connector 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. diff --git a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_deb11_x86.mdx b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_deb11_x86.mdx index 1345758fc61..5774c1db8d7 100644 --- a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_deb11_x86.mdx +++ b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing EDB JDBC Connector 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. diff --git a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_other_linux8_x86.mdx b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_other_linux8_x86.mdx index 2c19bbfd1d8..37bdca82bd0 100644 --- a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_other_linux8_x86.mdx +++ b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing EDB JDBC Connector 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. diff --git a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_rhel7_x86.mdx b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_rhel7_x86.mdx index c7d53d47e81..13fe62f1221 100644 --- a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_rhel7_x86.mdx +++ b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing EDB JDBC Connector 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. diff --git a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_rhel8_x86.mdx b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_rhel8_x86.mdx index 18f70e07ac8..33f9a39a048 100644 --- a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_rhel8_x86.mdx +++ b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing EDB JDBC Connector 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. diff --git a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_sles12_x86.mdx b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_sles12_x86.mdx index cff871ac6e7..06476d0ab93 100644 --- a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_sles12_x86.mdx +++ b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB JDBC Connector 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. diff --git a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_sles15_x86.mdx b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_sles15_x86.mdx index 40b5de3ff8d..09a5eb523ba 100644 --- a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_sles15_x86.mdx +++ b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB JDBC Connector 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. diff --git a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_ubuntu18_x86.mdx b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_ubuntu18_x86.mdx index cb2147af61a..03b4455f0fc 100644 --- a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_ubuntu18_x86.mdx +++ b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing EDB JDBC Connector 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. diff --git a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_ubuntu20_x86.mdx b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_ubuntu20_x86.mdx index 721f23dd137..04590396076 100644 --- a/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_ubuntu20_x86.mdx +++ b/product_docs/docs/jdbc_connector/42.5.0.1/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package/x86_amd64/jdbc42_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 20.04 title: Installing EDB JDBC Connector 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. diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_rhel8_ppcle.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_rhel8_ppcle.mdx index d4738ee520f..d26b15da6d1 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_rhel8_ppcle.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing Migration Toolkit 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. diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_sles12_ppcle.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_sles12_ppcle.mdx index eb640b560c1..163d5fa4421 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_sles12_ppcle.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing Migration Toolkit 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. diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_sles15_ppcle.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_sles15_ppcle.mdx index 20394f71c67..619f1a00c90 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_sles15_ppcle.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing Migration Toolkit 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. diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_centos7_x86.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_centos7_x86.mdx index 0124cfbb763..22757c52b97 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_centos7_x86.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing Migration Toolkit 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. diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_deb10_x86.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_deb10_x86.mdx index 7c83f6642f6..3f60b5151ef 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_deb10_x86.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing Migration Toolkit 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. diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_deb11_x86.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_deb11_x86.mdx index e20572b9683..096b702ce1a 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_deb11_x86.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing Migration Toolkit 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. diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_other_linux8_x86.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_other_linux8_x86.mdx index 5b8cb5d72f2..c843144f768 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_other_linux8_x86.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing Migration Toolkit 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. diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_rhel7_x86.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_rhel7_x86.mdx index 18900ad4db2..b302edb8284 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_rhel7_x86.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing Migration Toolkit 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. diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_rhel8_x86.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_rhel8_x86.mdx index 11fd2376344..38ec0f3d108 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_rhel8_x86.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing Migration Toolkit 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. diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_sles12_x86.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_sles12_x86.mdx index d42c5586291..868dc10b1db 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_sles12_x86.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing Migration Toolkit 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. diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_sles15_x86.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_sles15_x86.mdx index 569beeca703..e0a35a0f4dc 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_sles15_x86.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing Migration Toolkit 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. diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_ubuntu18_x86.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_ubuntu18_x86.mdx index 48d229ea04d..8cfcd5c3021 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_ubuntu18_x86.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing Migration Toolkit 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. diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_ubuntu20_x86.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_ubuntu20_x86.mdx index 138708ee2d7..02649ecafb9 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_ubuntu20_x86.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 20.04 title: Installing Migration Toolkit 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. diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_rhel_8.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_rhel_8.mdx index 2a2bce2dad7..b42abec3051 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_rhel_8.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_rhel_8.mdx @@ -4,6 +4,9 @@ title: Installing MongoDB Foreign Data Wrapper 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: + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_rhel8_ppc64le --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_12.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_12.mdx index f38b3e02038..15bf92c0a0b 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_12.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_12.mdx @@ -4,6 +4,9 @@ title: Installing MongoDB Foreign Data Wrapper 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: + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_sles12_ppc64le --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_15.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_15.mdx index 965158a03ff..0dd726f62c8 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_15.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_15.mdx @@ -4,6 +4,9 @@ title: Installing MongoDB Foreign Data Wrapper 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: + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_sles15_ppc64le --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_centos_7.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_centos_7.mdx index 76ede381874..6ec097d65b8 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_centos_7.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_centos_7.mdx @@ -4,6 +4,9 @@ title: Installing MongoDB Foreign Data Wrapper 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: + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_centos7_x86 --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_debian_10.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_debian_10.mdx index 7bf46a41aee..2b155bb9f46 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_debian_10.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_debian_10.mdx @@ -4,6 +4,9 @@ title: Installing MongoDB Foreign Data Wrapper 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: + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_deb10_x86 --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_debian_11.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_debian_11.mdx index efb44ca8a26..925f29e89f0 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_debian_11.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_debian_11.mdx @@ -4,6 +4,9 @@ title: Installing MongoDB Foreign Data Wrapper 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: + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_deb11_x86 --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_other_linux_8.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_other_linux_8.mdx index 06af7c0f8cb..01fd19faab6 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_other_linux_8.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_other_linux_8.mdx @@ -4,6 +4,9 @@ title: Installing MongoDB Foreign Data Wrapper on AlmaLinux 8 or Rocky Linux 8 x # 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: + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_other_linux8_x86 --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_rhel_7.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_rhel_7.mdx index a5ada91e50f..ecb99ecdde8 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_rhel_7.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_rhel_7.mdx @@ -4,6 +4,9 @@ title: Installing MongoDB Foreign Data Wrapper 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: + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_rhel7_x86 --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_rhel_8.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_rhel_8.mdx index 11514aeb481..b5e0c76e7cc 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_rhel_8.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_rhel_8.mdx @@ -4,6 +4,9 @@ title: Installing MongoDB Foreign Data Wrapper 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: + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_rhel8_x86 --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_sles_12.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_sles_12.mdx index 4d91a47008a..1c54316705b 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_sles_12.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_sles_12.mdx @@ -4,6 +4,9 @@ title: Installing MongoDB Foreign Data Wrapper 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: + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_sles12_x86 --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_sles_15.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_sles_15.mdx index 5e1f1a0ffca..dbcc4cef99a 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_sles_15.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_sles_15.mdx @@ -4,6 +4,9 @@ title: Installing MongoDB Foreign Data Wrapper 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: + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_sles15_x86 --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_ubuntu_18.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_ubuntu_18.mdx index 28c6851343e..95e62a0f7cc 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_ubuntu_18.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_ubuntu_18.mdx @@ -4,6 +4,9 @@ title: Installing MongoDB Foreign Data Wrapper 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: + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_ubuntu18_x86 --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_ubuntu_20.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_ubuntu_20.mdx index 2693e61bf7a..87912d7fc32 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_ubuntu_20.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/mongo_ubuntu_20.mdx @@ -4,6 +4,9 @@ title: Installing MongoDB Foreign Data Wrapper 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: + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/x86_amd64/mongo_ubuntu20_x86 --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_rhel_8.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_rhel_8.mdx index 2fa7156b205..66966b7bdf8 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_rhel_8.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_rhel_8.mdx @@ -4,6 +4,9 @@ title: Installing MySQL Foreign Data Wrapper 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: + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_rhel8_ppc64le --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_12.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_12.mdx index e050573226d..6ad3965eaa0 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_12.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_12.mdx @@ -4,6 +4,9 @@ title: Installing MySQL Foreign Data Wrapper 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: + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_sles12_ppc64le --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_15.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_15.mdx index b19c5f43fa2..fba65d23553 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_15.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_15.mdx @@ -4,6 +4,9 @@ title: Installing MySQL Foreign Data Wrapper 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: + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_sles15_ppc64le --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_centos_7.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_centos_7.mdx index 55b47c616ab..3a70e3f3ee6 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_centos_7.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_centos_7.mdx @@ -4,6 +4,9 @@ title: Installing MySQL Foreign Data Wrapper 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: + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_centos7_x86 --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_debian_10.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_debian_10.mdx index 170eb5fddc1..3dcb143b323 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_debian_10.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_debian_10.mdx @@ -4,6 +4,9 @@ title: Installing MySQL Foreign Data Wrapper 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: + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_deb10_x86 --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_debian_11.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_debian_11.mdx index b783ca3e19f..3966e78b728 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_debian_11.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_debian_11.mdx @@ -4,6 +4,9 @@ title: Installing MySQL Foreign Data Wrapper 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: + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_deb11_x86 --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_other_linux_8.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_other_linux_8.mdx index 1864245b100..a83e36b9795 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_other_linux_8.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_other_linux_8.mdx @@ -4,6 +4,9 @@ title: Installing MySQL Foreign Data Wrapper on AlmaLinux 8 or Rocky Linux 8 x86 # 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: + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_other_linux8_x86 --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_rhel_7.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_rhel_7.mdx index 0b255c650a3..07aeb4a42c8 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_rhel_7.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_rhel_7.mdx @@ -4,6 +4,9 @@ title: Installing MySQL Foreign Data Wrapper 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: + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_rhel7_x86 --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_rhel_8.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_rhel_8.mdx index 0c2affb6003..6acb481a6a9 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_rhel_8.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_rhel_8.mdx @@ -4,6 +4,9 @@ title: Installing MySQL Foreign Data Wrapper 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: + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_rhel8_x86 --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_sles_12.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_sles_12.mdx index 0ded7d09e31..d0b32b15dcb 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_sles_12.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_sles_12.mdx @@ -4,6 +4,9 @@ title: Installing MySQL Foreign Data Wrapper 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: + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_sles12_x86 --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_sles_15.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_sles_15.mdx index 20717f6a821..b2ad2712ca1 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_sles_15.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_sles_15.mdx @@ -4,6 +4,9 @@ title: Installing MySQL Foreign Data Wrapper 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: + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_sles15_x86 --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_ubuntu_18.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_ubuntu_18.mdx index 4e8b2cd352d..402a52e35c7 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_ubuntu_18.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_ubuntu_18.mdx @@ -4,6 +4,9 @@ title: Installing MySQL Foreign Data Wrapper 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: + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_ubuntu18_x86 --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_ubuntu_20.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_ubuntu_20.mdx index d357c912fec..5ec3171388c 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_ubuntu_20.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/mysql_ubuntu_20.mdx @@ -4,6 +4,9 @@ title: Installing MySQL Foreign Data Wrapper 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: + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/mysql_ubuntu20_x86 --- ## Prerequisites diff --git a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/ibm_power_ppc64le/ocl_connector14_rhel8_ppcle.mdx b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/ibm_power_ppc64le/ocl_connector14_rhel8_ppcle.mdx index 7f1d186cc3c..03913a10599 100644 --- a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/ibm_power_ppc64le/ocl_connector14_rhel8_ppcle.mdx +++ b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/ibm_power_ppc64le/ocl_connector14_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing EDB OCL Connector 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. diff --git a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/ibm_power_ppc64le/ocl_connector14_sles12_ppcle.mdx b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/ibm_power_ppc64le/ocl_connector14_sles12_ppcle.mdx index 3a4bcd0c22b..d89bf3df525 100644 --- a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/ibm_power_ppc64le/ocl_connector14_sles12_ppcle.mdx +++ b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/ibm_power_ppc64le/ocl_connector14_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB OCL Connector 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. diff --git a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/ibm_power_ppc64le/ocl_connector14_sles15_ppcle.mdx b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/ibm_power_ppc64le/ocl_connector14_sles15_ppcle.mdx index 147cd752478..12ee19df071 100644 --- a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/ibm_power_ppc64le/ocl_connector14_sles15_ppcle.mdx +++ b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/ibm_power_ppc64le/ocl_connector14_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB OCL Connector 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. diff --git a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_centos7_x86.mdx b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_centos7_x86.mdx index c7610d1dbe2..3f3a93b6065 100644 --- a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_centos7_x86.mdx +++ b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing EDB OCL Connector 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. diff --git a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_deb10_x86.mdx b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_deb10_x86.mdx index 18b471cbb90..444a1839699 100644 --- a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_deb10_x86.mdx +++ b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing EDB OCL Connector 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. diff --git a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_deb11_x86.mdx b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_deb11_x86.mdx index ad8a17fe7dc..5f6548c55e0 100644 --- a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_deb11_x86.mdx +++ b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing EDB OCL Connector 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. diff --git a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_other_linux8_x86.mdx b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_other_linux8_x86.mdx index d27a17b705a..6c04908471c 100644 --- a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_other_linux8_x86.mdx +++ b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing EDB OCL Connector 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. diff --git a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_rhel7_x86.mdx b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_rhel7_x86.mdx index af622906526..9a63a63eed1 100644 --- a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_rhel7_x86.mdx +++ b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing EDB OCL Connector 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. diff --git a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_rhel8_x86.mdx b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_rhel8_x86.mdx index 62d6908994e..1ad51a66acb 100644 --- a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_rhel8_x86.mdx +++ b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing EDB OCL Connector 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. diff --git a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_sles12_x86.mdx b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_sles12_x86.mdx index 5be1265d749..a46438d2999 100644 --- a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_sles12_x86.mdx +++ b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB OCL Connector 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. diff --git a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_sles15_x86.mdx b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_sles15_x86.mdx index 7bcd1294ed5..5a1e6600352 100644 --- a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_sles15_x86.mdx +++ b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB OCL Connector 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. diff --git a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_ubuntu18_x86.mdx b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_ubuntu18_x86.mdx index 3d68231f273..9fa63a40e50 100644 --- a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_ubuntu18_x86.mdx +++ b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing EDB OCL Connector 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. diff --git a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_ubuntu20_x86.mdx b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_ubuntu20_x86.mdx index 4a155790034..3ffa4dce619 100644 --- a/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_ubuntu20_x86.mdx +++ b/product_docs/docs/ocl_connector/14.1.0.1/04_open_client_library/01_installing_and_configuring_the_ocl_connector/install_on_linux_using_edb_repo/x86_amd64/ocl_connector14_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 20.04 title: Installing EDB OCL Connector 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. diff --git a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/ibm_power_ppc64le/odbc13_rhel8_ppcle.mdx b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/ibm_power_ppc64le/odbc13_rhel8_ppcle.mdx index bef0c5a20b2..31a16b2a6ac 100644 --- a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/ibm_power_ppc64le/odbc13_rhel8_ppcle.mdx +++ b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/ibm_power_ppc64le/odbc13_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing EDB ODBC Connector 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. diff --git a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/ibm_power_ppc64le/odbc13_sles12_ppcle.mdx b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/ibm_power_ppc64le/odbc13_sles12_ppcle.mdx index 2552e11cc75..aa82696eca5 100644 --- a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/ibm_power_ppc64le/odbc13_sles12_ppcle.mdx +++ b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/ibm_power_ppc64le/odbc13_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB ODBC Connector 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. diff --git a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/ibm_power_ppc64le/odbc13_sles15_ppcle.mdx b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/ibm_power_ppc64le/odbc13_sles15_ppcle.mdx index 93de551134e..1a33b9aafbc 100644 --- a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/ibm_power_ppc64le/odbc13_sles15_ppcle.mdx +++ b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/ibm_power_ppc64le/odbc13_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB ODBC Connector 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. diff --git a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_centos7_x86.mdx b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_centos7_x86.mdx index 99816d19041..03675949149 100644 --- a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_centos7_x86.mdx +++ b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing EDB ODBC Connector 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. diff --git a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_deb10_x86.mdx b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_deb10_x86.mdx index 02421591633..0bd54a8f937 100644 --- a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_deb10_x86.mdx +++ b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing EDB ODBC Connector 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. diff --git a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_deb11_x86.mdx b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_deb11_x86.mdx index 03333330376..0249febc519 100644 --- a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_deb11_x86.mdx +++ b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing EDB ODBC Connector 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. diff --git a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_other_linux8_x86.mdx b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_other_linux8_x86.mdx index 6327fe9be39..3fe811e6054 100644 --- a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_other_linux8_x86.mdx +++ b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing EDB ODBC Connector 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. diff --git a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_rhel7_x86.mdx b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_rhel7_x86.mdx index 3ed5633dcbb..3d12ecf2e68 100644 --- a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_rhel7_x86.mdx +++ b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing EDB ODBC Connector 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. diff --git a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_rhel8_x86.mdx b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_rhel8_x86.mdx index 7343c0e578f..0002cdf6993 100644 --- a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_rhel8_x86.mdx +++ b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing EDB ODBC Connector 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. diff --git a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_sles12_x86.mdx b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_sles12_x86.mdx index 7bda3391ea0..e72d5c8e4bd 100644 --- a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_sles12_x86.mdx +++ b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB ODBC Connector 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. diff --git a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_sles15_x86.mdx b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_sles15_x86.mdx index 0fe9e0be66b..cc1e95c1333 100644 --- a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_sles15_x86.mdx +++ b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB ODBC Connector 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. diff --git a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_ubuntu18_x86.mdx b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_ubuntu18_x86.mdx index 9dff1e17a1e..e1123050e90 100644 --- a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_ubuntu18_x86.mdx +++ b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing EDB ODBC Connector 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. diff --git a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_ubuntu20_x86.mdx b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_ubuntu20_x86.mdx index 1262f656fd0..61c27ac3504 100644 --- a/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_ubuntu20_x86.mdx +++ b/product_docs/docs/odbc_connector/13/03_installing_edb_odbc/01_installing_linux/x86_amd64/odbc13_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 20.04 title: Installing EDB ODBC Connector 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. diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_rhel8_ppcle.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_rhel8_ppcle.mdx index a1a11461529..e59a12eca37 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_rhel8_ppcle.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing Postgres Enterprise Manager agent 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. diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles12_ppcle.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles12_ppcle.mdx index de450245fa8..66d1a1bd52c 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles12_ppcle.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing Postgres Enterprise Manager agent 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. diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles15_ppcle.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles15_ppcle.mdx index 304da404388..28c7e4b69ae 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles15_ppcle.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ibm_power_ppc64le/pem_agent_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing Postgres Enterprise Manager agent 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. diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_centos7_x86.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_centos7_x86.mdx index 3cd92456428..615c5973f56 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_centos7_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing Postgres Enterprise Manager agent 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. diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_deb10_x86.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_deb10_x86.mdx index 85251cfc635..facc3a5a08a 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_deb10_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing Postgres Enterprise Manager agent 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. diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_deb11_x86.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_deb11_x86.mdx index 51d74194885..8397aa92e1e 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_deb11_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing Postgres Enterprise Manager agent 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. diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_other_linux8_x86.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_other_linux8_x86.mdx index 9ba8757bb05..6f23901ae8c 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_other_linux8_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_other_linux8_x86.mdx @@ -1,6 +1,8 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 -title: Installing Postgres Enterprise Manager agent on AlmaLinux 8 or Rocky Linux 8 x86_64 +title: Installing Postgres Enterprise Manager agent 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. diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_rhel7_x86.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_rhel7_x86.mdx index f6923a3af01..3edf7b2d417 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_rhel7_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing Postgres Enterprise Manager agent 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. diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_rhel8_x86.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_rhel8_x86.mdx index cd3d8afe108..b1b8b577479 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_rhel8_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing Postgres Enterprise Manager agent 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. diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles12_x86.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles12_x86.mdx index ff38ca92483..128258aec3a 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles12_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing Postgres Enterprise Manager agent 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. diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles15_x86.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles15_x86.mdx index 2548c0e9c15..fba1e1c3511 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles15_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing Postgres Enterprise Manager agent 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. diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_ubuntu18_x86.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_ubuntu18_x86.mdx index b6cd2206c44..e045d07d975 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_ubuntu18_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing Postgres Enterprise Manager agent 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. diff --git a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_ubuntu20_x86.mdx b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_ubuntu20_x86.mdx index 126942cdc87..f017ab97cb3 100644 --- a/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_ubuntu20_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86_amd64/pem_agent_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 20.04 title: Installing Postgres Enterprise Manager agent 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. diff --git a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/ibm_power_ppc64le/pem_server_rhel8_ppcle.mdx b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/ibm_power_ppc64le/pem_server_rhel8_ppcle.mdx index 308bdf46106..ab51da0bfd1 100644 --- a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/ibm_power_ppc64le/pem_server_rhel8_ppcle.mdx +++ b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/ibm_power_ppc64le/pem_server_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing Postgres Enterprise Manager server 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. diff --git a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/ibm_power_ppc64le/pem_server_sles12_ppcle.mdx b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/ibm_power_ppc64le/pem_server_sles12_ppcle.mdx index c2cc3830df5..1b5f4d3eaf7 100644 --- a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/ibm_power_ppc64le/pem_server_sles12_ppcle.mdx +++ b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/ibm_power_ppc64le/pem_server_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing Postgres Enterprise Manager server 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. diff --git a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/ibm_power_ppc64le/pem_server_sles15_ppcle.mdx b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/ibm_power_ppc64le/pem_server_sles15_ppcle.mdx index 622fc547626..27e343fc833 100644 --- a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/ibm_power_ppc64le/pem_server_sles15_ppcle.mdx +++ b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/ibm_power_ppc64le/pem_server_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing Postgres Enterprise Manager server 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. diff --git a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_centos7_x86.mdx b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_centos7_x86.mdx index 00bad7633ba..55ba350ab93 100644 --- a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_centos7_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing Postgres Enterprise Manager server 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. diff --git a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_deb10_x86.mdx b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_deb10_x86.mdx index 4318447dcf1..8905cef3309 100644 --- a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_deb10_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing Postgres Enterprise Manager server 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. diff --git a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_deb11_x86.mdx b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_deb11_x86.mdx index 462d1d0ee1a..e1086a52d42 100644 --- a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_deb11_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing Postgres Enterprise Manager server 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. diff --git a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_other_linux8_x86.mdx b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_other_linux8_x86.mdx index cc4eb68c866..d6bcb0ff3d9 100644 --- a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_other_linux8_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_other_linux8_x86.mdx @@ -1,6 +1,8 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 -title: Installing Postgres Enterprise Manager server on AlmaLinux 8 or Rocky Linux 8 x86_64 +title: Installing Postgres Enterprise Manager server 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. diff --git a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_rhel7_x86.mdx b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_rhel7_x86.mdx index 56808cb55c3..58055c47eb4 100644 --- a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_rhel7_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing Postgres Enterprise Manager server 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. diff --git a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_rhel8_x86.mdx b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_rhel8_x86.mdx index 10947f4e854..88afdedd725 100644 --- a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_rhel8_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing Postgres Enterprise Manager server 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. diff --git a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_sles12_x86.mdx b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_sles12_x86.mdx index 4cf13ec87fa..1d77e00a6d3 100644 --- a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_sles12_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing Postgres Enterprise Manager server 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. diff --git a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_sles15_x86.mdx b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_sles15_x86.mdx index 4a775c6fbab..a36ad505c05 100644 --- a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_sles15_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing Postgres Enterprise Manager server 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. diff --git a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_ubuntu18_x86.mdx b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_ubuntu18_x86.mdx index acdb25455b1..49d1071472c 100644 --- a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_ubuntu18_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing Postgres Enterprise Manager server 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. diff --git a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_ubuntu20_x86.mdx b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_ubuntu20_x86.mdx index eea16767d13..08b6652ace9 100644 --- a/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_ubuntu20_x86.mdx +++ b/product_docs/docs/pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/x86_amd64/pem_server_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 20.04 title: Installing Postgres Enterprise Manager server 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. diff --git a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/ibm_power_ppc64le/pgbouncer_rhel8_ppcle.mdx b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/ibm_power_ppc64le/pgbouncer_rhel8_ppcle.mdx index fe4544ed247..fc56e9132fa 100644 --- a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/ibm_power_ppc64le/pgbouncer_rhel8_ppcle.mdx +++ b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/ibm_power_ppc64le/pgbouncer_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing EDB pgBouncer 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. diff --git a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/ibm_power_ppc64le/pgbouncer_sles12_ppcle.mdx b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/ibm_power_ppc64le/pgbouncer_sles12_ppcle.mdx index 22f5ec5cfa5..f6147e1b18c 100644 --- a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/ibm_power_ppc64le/pgbouncer_sles12_ppcle.mdx +++ b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/ibm_power_ppc64le/pgbouncer_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB pgBouncer 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. diff --git a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/ibm_power_ppc64le/pgbouncer_sles15_ppcle.mdx b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/ibm_power_ppc64le/pgbouncer_sles15_ppcle.mdx index c4f62236054..db84b8725f8 100644 --- a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/ibm_power_ppc64le/pgbouncer_sles15_ppcle.mdx +++ b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/ibm_power_ppc64le/pgbouncer_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB pgBouncer 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. diff --git a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_centos7_x86.mdx b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_centos7_x86.mdx index 4f2e45ea66b..a0670092c19 100644 --- a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_centos7_x86.mdx +++ b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing EDB pgBouncer 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. diff --git a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_deb10_x86.mdx b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_deb10_x86.mdx index 361c2feb5c8..ceb1d9af41b 100644 --- a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_deb10_x86.mdx +++ b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing EDB pgBouncer 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. diff --git a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_deb11_x86.mdx b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_deb11_x86.mdx index 1dabd054f88..bf8b7a1ed8e 100644 --- a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_deb11_x86.mdx +++ b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing EDB pgBouncer 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. diff --git a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_other_linux8_x86.mdx b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_other_linux8_x86.mdx index b9e5ad2ec6e..0ce3ee29992 100644 --- a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_other_linux8_x86.mdx +++ b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing EDB pgBouncer 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. diff --git a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_rhel7_x86.mdx b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_rhel7_x86.mdx index bb70863e68b..afe939bca30 100644 --- a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_rhel7_x86.mdx +++ b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing EDB pgBouncer 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. diff --git a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_rhel8_x86.mdx b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_rhel8_x86.mdx index d4e1fa52cd1..40708c9570a 100644 --- a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_rhel8_x86.mdx +++ b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing EDB pgBouncer 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. diff --git a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_sles12_x86.mdx b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_sles12_x86.mdx index 41ce1cd3ff7..116210d8311 100644 --- a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_sles12_x86.mdx +++ b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB pgBouncer 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. diff --git a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_sles15_x86.mdx b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_sles15_x86.mdx index 9f371930585..3d8177b9ad9 100644 --- a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_sles15_x86.mdx +++ b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB pgBouncer 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. diff --git a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_ubuntu18_x86.mdx b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_ubuntu18_x86.mdx index 024ac829623..e887c952a85 100644 --- a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_ubuntu18_x86.mdx +++ b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing EDB pgBouncer 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. diff --git a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_ubuntu20_x86.mdx b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_ubuntu20_x86.mdx index 0b996bd8844..ad37e84e510 100644 --- a/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_ubuntu20_x86.mdx +++ b/product_docs/docs/pgbouncer/1.17/01_installation/install_on_linux/x86_amd64/pgbouncer_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 20.04 title: Installing EDB pgBouncer 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. diff --git a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/ibm_power_ppc64le/pgpool_rhel8_ppcle.mdx b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/ibm_power_ppc64le/pgpool_rhel8_ppcle.mdx index 5d25cd632d8..776b84b8da9 100644 --- a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/ibm_power_ppc64le/pgpool_rhel8_ppcle.mdx +++ b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/ibm_power_ppc64le/pgpool_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing EDB Pgpool-II 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. diff --git a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/ibm_power_ppc64le/pgpool_sles12_ppcle.mdx b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/ibm_power_ppc64le/pgpool_sles12_ppcle.mdx index 9fd6974cc4a..f641d69bf20 100644 --- a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/ibm_power_ppc64le/pgpool_sles12_ppcle.mdx +++ b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/ibm_power_ppc64le/pgpool_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB Pgpool-II 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. diff --git a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/ibm_power_ppc64le/pgpool_sles15_ppcle.mdx b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/ibm_power_ppc64le/pgpool_sles15_ppcle.mdx index ce4c9899167..31e4e7f3f7e 100644 --- a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/ibm_power_ppc64le/pgpool_sles15_ppcle.mdx +++ b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/ibm_power_ppc64le/pgpool_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB Pgpool-II 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. diff --git a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_centos7_x86.mdx b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_centos7_x86.mdx index 418a6f6270d..d7b537c172a 100644 --- a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_centos7_x86.mdx +++ b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing EDB Pgpool-II 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. diff --git a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_deb10_x86.mdx b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_deb10_x86.mdx index be05fae2dd4..f012f17debc 100644 --- a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_deb10_x86.mdx +++ b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing EDB Pgpool-II 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. diff --git a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_deb11_x86.mdx b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_deb11_x86.mdx index abcdf5135d3..32ca17fbe10 100644 --- a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_deb11_x86.mdx +++ b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing EDB Pgpool-II 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. diff --git a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_other_linux8_x86.mdx b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_other_linux8_x86.mdx index 52e44e40aed..5f8832cbe4a 100644 --- a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_other_linux8_x86.mdx +++ b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing EDB Pgpool-II 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. diff --git a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_rhel7_x86.mdx b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_rhel7_x86.mdx index e8ad3a541e4..838103fa311 100644 --- a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_rhel7_x86.mdx +++ b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing EDB Pgpool-II 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. diff --git a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_rhel8_x86.mdx b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_rhel8_x86.mdx index 1db796f9ab1..83e3207d484 100644 --- a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_rhel8_x86.mdx +++ b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing EDB Pgpool-II 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. diff --git a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_sles12_x86.mdx b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_sles12_x86.mdx index 461d45a242e..beba234de9d 100644 --- a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_sles12_x86.mdx +++ b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB Pgpool-II 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. diff --git a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_sles15_x86.mdx b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_sles15_x86.mdx index 3fdf69e149b..35ef915a0fe 100644 --- a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_sles15_x86.mdx +++ b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB Pgpool-II 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. diff --git a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_ubuntu18_x86.mdx b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_ubuntu18_x86.mdx index 0b4099b4b55..00909247c74 100644 --- a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_ubuntu18_x86.mdx +++ b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing EDB Pgpool-II 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. diff --git a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_ubuntu20_x86.mdx b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_ubuntu20_x86.mdx index 10ab9de37cd..8fc92613f47 100644 --- a/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_ubuntu20_x86.mdx +++ b/product_docs/docs/pgpool/4.3/01_installing_and_configuring_the_pgpool-II/x86_amd64/pgpool_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 20.04 title: Installing EDB Pgpool-II 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. diff --git a/product_docs/docs/pgpool/4.3/02_extensions/ibm_power_ppc64le/pgpoolext_rhel8_ppcle.mdx b/product_docs/docs/pgpool/4.3/02_extensions/ibm_power_ppc64le/pgpoolext_rhel8_ppcle.mdx index b8f3c4c86ab..05de8570846 100644 --- a/product_docs/docs/pgpool/4.3/02_extensions/ibm_power_ppc64le/pgpoolext_rhel8_ppcle.mdx +++ b/product_docs/docs/pgpool/4.3/02_extensions/ibm_power_ppc64le/pgpoolext_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing EDB Pgpool-II Extensions 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. diff --git a/product_docs/docs/pgpool/4.3/02_extensions/ibm_power_ppc64le/pgpoolext_sles12_ppcle.mdx b/product_docs/docs/pgpool/4.3/02_extensions/ibm_power_ppc64le/pgpoolext_sles12_ppcle.mdx index d995352b162..e2f7d65d5fc 100644 --- a/product_docs/docs/pgpool/4.3/02_extensions/ibm_power_ppc64le/pgpoolext_sles12_ppcle.mdx +++ b/product_docs/docs/pgpool/4.3/02_extensions/ibm_power_ppc64le/pgpoolext_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB Pgpool-II Extensions 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. diff --git a/product_docs/docs/pgpool/4.3/02_extensions/ibm_power_ppc64le/pgpoolext_sles15_ppcle.mdx b/product_docs/docs/pgpool/4.3/02_extensions/ibm_power_ppc64le/pgpoolext_sles15_ppcle.mdx index 60f0b93af83..af75c815a4d 100644 --- a/product_docs/docs/pgpool/4.3/02_extensions/ibm_power_ppc64le/pgpoolext_sles15_ppcle.mdx +++ b/product_docs/docs/pgpool/4.3/02_extensions/ibm_power_ppc64le/pgpoolext_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB Pgpool-II Extensions 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. diff --git a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_centos7_x86.mdx b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_centos7_x86.mdx index 1a9035be7eb..0ac64f8d728 100644 --- a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_centos7_x86.mdx +++ b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing EDB Pgpool-II Extensions 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. diff --git a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_deb10_x86.mdx b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_deb10_x86.mdx index e767315122a..99b98dd0a48 100644 --- a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_deb10_x86.mdx +++ b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing EDB Pgpool-II Extensions 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. diff --git a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_deb11_x86.mdx b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_deb11_x86.mdx index 054297ab605..2d2f361da31 100644 --- a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_deb11_x86.mdx +++ b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing EDB Pgpool-II Extensions 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. diff --git a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_other_linux8_x86.mdx b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_other_linux8_x86.mdx index 855ec371116..095bd300777 100644 --- a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_other_linux8_x86.mdx +++ b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing EDB Pgpool-II Extensions 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. diff --git a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_rhel7_x86.mdx b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_rhel7_x86.mdx index 1e2ba430ad9..4f641a600c5 100644 --- a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_rhel7_x86.mdx +++ b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing EDB Pgpool-II Extensions 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. diff --git a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_rhel8_x86.mdx b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_rhel8_x86.mdx index fc989e4152d..803754789b3 100644 --- a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_rhel8_x86.mdx +++ b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_rhel8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing EDB Pgpool-II Extensions 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. diff --git a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_sles12_x86.mdx b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_sles12_x86.mdx index b0050b54647..3720133a40c 100644 --- a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_sles12_x86.mdx +++ b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing EDB Pgpool-II Extensions 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. diff --git a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_sles15_x86.mdx b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_sles15_x86.mdx index 72f687272f7..1f51733d7ee 100644 --- a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_sles15_x86.mdx +++ b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing EDB Pgpool-II Extensions 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. diff --git a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_ubuntu18_x86.mdx b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_ubuntu18_x86.mdx index e7a25502e5d..5e9ab9e2f86 100644 --- a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_ubuntu18_x86.mdx +++ b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing EDB Pgpool-II Extensions 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. diff --git a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_ubuntu20_x86.mdx b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_ubuntu20_x86.mdx index 94d3284eb69..40082c213a3 100644 --- a/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_ubuntu20_x86.mdx +++ b/product_docs/docs/pgpool/4.3/02_extensions/x86_amd64/pgpoolext_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 20.04 title: Installing EDB Pgpool-II Extensions 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. diff --git a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/ibm_power_ppc64le/postgis_rhel8_ppcle.mdx b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/ibm_power_ppc64le/postgis_rhel8_ppcle.mdx index d621809b331..ce78b9c5499 100644 --- a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/ibm_power_ppc64le/postgis_rhel8_ppcle.mdx +++ b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/ibm_power_ppc64le/postgis_rhel8_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 title: Installing PostGIS 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. diff --git a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/ibm_power_ppc64le/postgis_sles12_ppcle.mdx b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/ibm_power_ppc64le/postgis_sles12_ppcle.mdx index 52d79e509c6..f8f4ffcc743 100644 --- a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/ibm_power_ppc64le/postgis_sles12_ppcle.mdx +++ b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/ibm_power_ppc64le/postgis_sles12_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing PostGIS 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. diff --git a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/ibm_power_ppc64le/postgis_sles15_ppcle.mdx b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/ibm_power_ppc64le/postgis_sles15_ppcle.mdx index b774d59a214..8fd9ce8af13 100644 --- a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/ibm_power_ppc64le/postgis_sles15_ppcle.mdx +++ b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/ibm_power_ppc64le/postgis_sles15_ppcle.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing PostGIS 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. diff --git a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_centos7_x86.mdx b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_centos7_x86.mdx index 61a1231b42e..31e67c048ed 100644 --- a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_centos7_x86.mdx +++ b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_centos7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: CentOS 7 title: Installing PostGIS 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. diff --git a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_deb10_x86.mdx b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_deb10_x86.mdx index fd8ed5ac6c2..3efb75ff97e 100644 --- a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_deb10_x86.mdx +++ b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_deb10_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 10 title: Installing PostGIS 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. diff --git a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_deb11_x86.mdx b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_deb11_x86.mdx index f8e34de9fe4..e34cf16eb98 100644 --- a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_deb11_x86.mdx +++ b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_deb11_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Debian 11 title: Installing PostGIS 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. diff --git a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_other_linux8_x86.mdx b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_other_linux8_x86.mdx index cfc83b3729f..ec76f4b8a22 100644 --- a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_other_linux8_x86.mdx +++ b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_other_linux8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: AlmaLinux 8 or Rocky Linux 8 title: Installing PostGIS 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. diff --git a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_rhel7_x86.mdx b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_rhel7_x86.mdx index 9aab4141976..e67c90d2366 100644 --- a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_rhel7_x86.mdx +++ b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_rhel7_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 7 or OL 7 title: Installing PostGIS 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. diff --git a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_rhel_8_x86.mdx b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_rhel_8_x86.mdx index 9360ff50e28..8d15d4f625a 100644 --- a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_rhel_8_x86.mdx +++ b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_rhel_8_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: RHEL 8 or OL 8 title: Installing PostGIS 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. diff --git a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_sles12_x86.mdx b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_sles12_x86.mdx index 0a0b7ae6c21..95d4a79b9ef 100644 --- a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_sles12_x86.mdx +++ b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_sles12_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 12 title: Installing PostGIS 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. diff --git a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_sles15_x86.mdx b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_sles15_x86.mdx index 585435f1b85..d78cf0e0e32 100644 --- a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_sles15_x86.mdx +++ b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_sles15_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: SLES 15 title: Installing PostGIS 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. diff --git a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_ubuntu18_x86.mdx b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_ubuntu18_x86.mdx index c039fc920a0..7155889c554 100644 --- a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_ubuntu18_x86.mdx +++ b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_ubuntu18_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 18.04 title: Installing PostGIS 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. diff --git a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_ubuntu20_x86.mdx b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_ubuntu20_x86.mdx index 634eab786cf..b2b1b10615a 100644 --- a/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_ubuntu20_x86.mdx +++ b/product_docs/docs/postgis/3.2/01a_installing_postgis/installing_on_linux/x86_amd64/postgis_ubuntu20_x86.mdx @@ -1,6 +1,7 @@ --- navTitle: Ubuntu 20.04 title: Installing PostGIS 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. From 031bceccf26272745583af82745e45192900952f Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Mon, 31 Oct 2022 18:37:57 +0000 Subject: [PATCH 17/32] Document integral deploy functionality --- install_template/README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/install_template/README.md b/install_template/README.md index b1cb1e0bbc3..8ef03524851 100644 --- a/install_template/README.md +++ b/install_template/README.md @@ -49,7 +49,8 @@ After a template file is found, no rules are enforced on how that template shoul #### `/templates/platformBase/base.njk` - All templates ultimately should inherit from this file. This is a good place to write copy that needs to be shared by all docs, regardless of the product being installed -- 3 blocks are currently available: +- several blocks are currently defined in this base file, including: + - `frontmatter` — This is where additional frontmatter keys can be defined (the base template defines title and navTitle) - this is particularly useful for redirects and deployment rules, see below. - `prerequisites` — This is where information like adding EDB repos will go - `installCommand` — This is where the command to actually install the product will go - `postinstall` — This is where commands like starting the EPAS server will go @@ -107,3 +108,33 @@ We also use global variables to trigger conditionals: For small template systems, this system works well enough. But as the number of templates increases, this becomes harder to understand. In this case, we need to search through the template files to find out where the variables are being used. Fortunately, they are used just once, but it's not hard to imagine multiple (and exclusive) conditionals that are hard to read, modify and debug. It's almost always better to use one of the other techniques than fall back on conditionals triggered by global variables. + +## Deployment rules + +The deployment script (`npm run install-docs:deploy`) can use two sources of information on where to deploy the final MDX files: + +1. A rule defined within the deployment script itself (`deploy.mjs`). +2. (RECOMMENDED) A frontmatter key (`deployPath`) written to the generated MDX file itself. Ex: + + ```yaml + deployPath: mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_12.mdx + ``` + + This is best defined within the product template heirarchy, where context variables can be used: + + ``` + {% block frontmatter %} + deployPath: mongo_data_adapter/{{ product.version }}/installing/linux_{{platform.arch}}/mongo_{{deploy.map_platform[platform.name]}}.mdx + {% endblock frontmatter %} + ``` + +The 2nd technique above lends itself well to writing redirect rules that prevent broken links when deployment paths change: + +``` +{% block frontmatter %} +redirects: + - mongo_data_adapter/{{ product.version }}/04_installing_the_mongo_data_adapter/{{deploy.expand_arch[platform.arch]}}/mongo_{{deploy.map_platform_old[platform.name]}}_{{platform.arch | replace("_64", "")}}.mdx +{% endblock frontmatter %} +``` + +**Note:** the path generated from that pattern wouldn't normally be a valid redirect rule - it should start with `/` and *not* end with `.mdx`. For convenience, the deploy script will automatically rewrite redirects written in this form to the proper format, thus allowing you to just copy the old `deployPath` value to a redirect before modifying it. \ No newline at end of file From 6c335016bc9aaaefce673cf22555edbad512a219 Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Tue, 8 Nov 2022 19:07:03 +0000 Subject: [PATCH 18/32] Fix platform expression for path mapping --- .../templates/products/hadoop-foreign-data-wrapper/base.njk | 2 +- .../templates/products/mongodb-foreign-data-wrapper/base.njk | 2 +- .../templates/products/mysql-foreign-data-wrapper/base.njk | 2 +- .../2/installing/linux_ppc64le/hadoop_rhel_8.mdx | 2 +- .../2/installing/linux_ppc64le/hadoop_sles_12.mdx | 2 +- .../2/installing/linux_ppc64le/hadoop_sles_15.mdx | 2 +- .../5/installing/linux_ppc64le/mongo_rhel_8.mdx | 2 +- .../5/installing/linux_ppc64le/mongo_sles_12.mdx | 2 +- .../5/installing/linux_ppc64le/mongo_sles_15.mdx | 2 +- .../2/installing/linux_ppc64le/mysql_rhel_8.mdx | 2 +- .../2/installing/linux_ppc64le/mysql_sles_12.mdx | 2 +- .../2/installing/linux_ppc64le/mysql_sles_15.mdx | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/install_template/templates/products/hadoop-foreign-data-wrapper/base.njk b/install_template/templates/products/hadoop-foreign-data-wrapper/base.njk index 81e494f40e7..57e6491050e 100644 --- a/install_template/templates/products/hadoop-foreign-data-wrapper/base.njk +++ b/install_template/templates/products/hadoop-foreign-data-wrapper/base.njk @@ -10,7 +10,7 @@ #} deployPath: hadoop_data_adapter/{{ product.version }}/installing/linux_{{platform.arch}}/hadoop_{{deploy.map_platform[platform.name]}}.mdx redirects: - - hadoop_data_adapter/{{ product.version }}/05_installing_the_hadoop_data_adapter/{{deploy.expand_arch[platform.arch]}}/hadoop_{{deploy.map_platform_old[platform.name]}}_{{platform.arch | replace("_64", "")}}.mdx + - hadoop_data_adapter/{{ product.version }}/05_installing_the_hadoop_data_adapter/{{deploy.expand_arch[platform.arch]}}/hadoop_{{deploy.map_platform_old[platform.name]}}_{{platform.arch | replace(r/_?64/g, "")}}.mdx {% endblock frontmatter %} {% block prodprereq %}{% include "platformBase/_epasinstallsameserver.njk" %} diff --git a/install_template/templates/products/mongodb-foreign-data-wrapper/base.njk b/install_template/templates/products/mongodb-foreign-data-wrapper/base.njk index c310b0b078c..69a3543de77 100644 --- a/install_template/templates/products/mongodb-foreign-data-wrapper/base.njk +++ b/install_template/templates/products/mongodb-foreign-data-wrapper/base.njk @@ -10,7 +10,7 @@ #} deployPath: mongo_data_adapter/{{ product.version }}/installing/linux_{{platform.arch}}/mongo_{{deploy.map_platform[platform.name]}}.mdx redirects: - - mongo_data_adapter/{{ product.version }}/04_installing_the_mongo_data_adapter/{{deploy.expand_arch[platform.arch]}}/mongo_{{deploy.map_platform_old[platform.name]}}_{{platform.arch | replace("_64", "")}}.mdx + - mongo_data_adapter/{{ product.version }}/04_installing_the_mongo_data_adapter/{{deploy.expand_arch[platform.arch]}}/mongo_{{deploy.map_platform_old[platform.name]}}_{{platform.arch | replace(r/_?64/g, "")}}.mdx {% endblock frontmatter %} {% block prodprereq %}{% include "platformBase/_epasinstallsameserver.njk" %} diff --git a/install_template/templates/products/mysql-foreign-data-wrapper/base.njk b/install_template/templates/products/mysql-foreign-data-wrapper/base.njk index 192f1df73b7..f26c2f55d53 100644 --- a/install_template/templates/products/mysql-foreign-data-wrapper/base.njk +++ b/install_template/templates/products/mysql-foreign-data-wrapper/base.njk @@ -10,7 +10,7 @@ #} deployPath: mysql_data_adapter/{{ product.version }}/installing/linux_{{platform.arch}}/mysql_{{deploy.map_platform[platform.name]}}.mdx redirects: - - mysql_data_adapter/{{ product.version }}/04_installing_the_mysql_data_adapter/{{deploy.expand_arch[platform.arch]}}/mysql_{{deploy.map_platform_old[platform.name]}}_{{platform.arch | replace("_64", "")}}.mdx + - mysql_data_adapter/{{ product.version }}/04_installing_the_mysql_data_adapter/{{deploy.expand_arch[platform.arch]}}/mysql_{{deploy.map_platform_old[platform.name]}}_{{platform.arch | replace(r/_?64/g, "")}}.mdx {% endblock frontmatter %} {% block prodprereq %}{% include "platformBase/_epasinstallsameserver.njk" %} diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_rhel_8.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_rhel_8.mdx index 81a5dbfb982..a811e8c259f 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_rhel_8.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_rhel_8.mdx @@ -6,7 +6,7 @@ title: Installing Hadoop Foreign Data Wrapper on RHEL 8 ppc64le # the documentation team will update the templates accordingly. redirects: - - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_rhel8_ppc64le + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_rhel8_ppcle --- ## Prerequisites diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_12.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_12.mdx index 0bcdfc62df7..fe8e4ffca3e 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_12.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_12.mdx @@ -6,7 +6,7 @@ title: Installing Hadoop Foreign Data Wrapper on SLES 12 ppc64le # the documentation team will update the templates accordingly. redirects: - - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_sles12_ppc64le + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_sles12_ppcle --- ## Prerequisites diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_15.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_15.mdx index 41405b71927..2091b5fbb10 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_15.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/linux_ppc64le/hadoop_sles_15.mdx @@ -6,7 +6,7 @@ title: Installing Hadoop Foreign Data Wrapper on SLES 15 ppc64le # the documentation team will update the templates accordingly. redirects: - - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_sles15_ppc64le + - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ibm_power_ppc64le/hadoop_sles15_ppcle --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_rhel_8.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_rhel_8.mdx index b42abec3051..d58a7e34f68 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_rhel_8.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_rhel_8.mdx @@ -6,7 +6,7 @@ title: Installing MongoDB Foreign Data Wrapper on RHEL 8 ppc64le # the documentation team will update the templates accordingly. redirects: - - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_rhel8_ppc64le + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_rhel8_ppcle --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_12.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_12.mdx index 15bf92c0a0b..2d9c8002f21 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_12.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_12.mdx @@ -6,7 +6,7 @@ title: Installing MongoDB Foreign Data Wrapper on SLES 12 ppc64le # the documentation team will update the templates accordingly. redirects: - - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_sles12_ppc64le + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_sles12_ppcle --- ## Prerequisites diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_15.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_15.mdx index 0dd726f62c8..b3c156e7605 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_15.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/mongo_sles_15.mdx @@ -6,7 +6,7 @@ title: Installing MongoDB Foreign Data Wrapper on SLES 15 ppc64le # the documentation team will update the templates accordingly. redirects: - - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_sles15_ppc64le + - /mongo_data_adapter/5/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/mongo_sles15_ppcle --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_rhel_8.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_rhel_8.mdx index 66966b7bdf8..fe44f02877c 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_rhel_8.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_rhel_8.mdx @@ -6,7 +6,7 @@ title: Installing MySQL Foreign Data Wrapper on RHEL 8 ppc64le # the documentation team will update the templates accordingly. redirects: - - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_rhel8_ppc64le + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_rhel8_ppcle --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_12.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_12.mdx index 6ad3965eaa0..8bc9ced6399 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_12.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_12.mdx @@ -6,7 +6,7 @@ title: Installing MySQL Foreign Data Wrapper on SLES 12 ppc64le # the documentation team will update the templates accordingly. redirects: - - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_sles12_ppc64le + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_sles12_ppcle --- ## Prerequisites diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_15.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_15.mdx index fba65d23553..e7563525e8c 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_15.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/mysql_sles_15.mdx @@ -6,7 +6,7 @@ title: Installing MySQL Foreign Data Wrapper on SLES 15 ppc64le # the documentation team will update the templates accordingly. redirects: - - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_sles15_ppc64le + - /mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/mysql_sles15_ppcle --- ## Prerequisites From 15c5d6cb337b8f313eeef7a5c286ca47461f1793 Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Thu, 10 Nov 2022 06:06:02 +0000 Subject: [PATCH 19/32] Use service account only - no local auth --- scripts/source/extensions-table.js | 69 ++---------------- scripts/source/package-lock.json | 111 ++--------------------------- scripts/source/package.json | 2 +- 3 files changed, 15 insertions(+), 167 deletions(-) diff --git a/scripts/source/extensions-table.js b/scripts/source/extensions-table.js index f0aea910c65..00cb311d756 100644 --- a/scripts/source/extensions-table.js +++ b/scripts/source/extensions-table.js @@ -1,12 +1,10 @@ // retrieve current supported extensions spreadsheet, generate a table from it, write to product_docs/docs/pg_extensions/release/index.mdx // heavily adapted from https://developers.google.com/sheets/api/quickstart/nodejs -const fs = require("fs").promises; -const existsSync = require("fs").existsSync; const path = require("path"); const process = require("process"); -const { authenticate } = require("@google-cloud/local-auth"); const { google } = require("googleapis"); +const { auth } = require("google-auth-library"); const h = require("hastscript"); const toHtml = require("hast-util-to-html"); const remarkParse = require("remark-parse"); @@ -19,16 +17,8 @@ const visit = require("unist-util-visit"); const { read, write } = require("to-vfile"); const rehypeFormat = require("rehype-format"); -// TODO: use token in Github secret store instead of this -// right now, running locally will require you to have configured a project/app -// If modifying these scopes, delete token.json. const SCOPES = ["https://www.googleapis.com/auth/spreadsheets.readonly"]; -// The file token.json stores the user's access and refresh tokens, and is -// created automatically when the authorization flow completes for the first -// time. const SCRIPT_ROOT = path.dirname(process.argv[1]); -const TOKEN_PATH = path.join(SCRIPT_ROOT, "token.json"); -const CREDENTIALS_PATH = path.join(SCRIPT_ROOT, "credentials.json"); const SOURCE_SPREADSHEET = "1GXzzVYT6CULGgGcyp0VtBfOtbxuWxkOU2pRYW42W4pM"; const TARGET_FILE = path.resolve( SCRIPT_ROOT, @@ -41,67 +31,22 @@ const WITNESS_COMMENTS = [ ]; /** - * Reads previously authorized credentials from the save file. - * - * @return {Promise} - */ -async function loadSavedCredentialsIfExist() { - try { - const content = await fs.readFile(TOKEN_PATH); - const credentials = JSON.parse(content); - return google.auth.fromJSON(credentials); - } catch (err) { - return null; - } -} - -/** - * Serializes credentials to a file comptible with GoogleAUth.fromJSON. - * - * @param {OAuth2Client} client - * @return {Promise} - */ -async function saveCredentials(client) { - const content = await fs.readFile(CREDENTIALS_PATH); - const keys = JSON.parse(content); - const key = keys.installed || keys.web; - const payload = JSON.stringify({ - type: "authorized_user", - client_id: key.client_id, - client_secret: key.client_secret, - refresh_token: client.credentials.refresh_token, - }); - await fs.writeFile(TOKEN_PATH, payload); -} - -/** - * Load or request or authorization to call APIs. + * Load credentials for calling APIs. * */ async function authorize() { try { - return google.auth.fromJSON( + let client = auth.fromJSON( JSON.parse(process.env["EXTENSION_SOURCE_TOKEN"]), ); + client.scopes = SCOPES; + return client; } catch (e) { console.error( "Ensure valid client token is stored in EXTENSION_SOURCE_TOKEN!", ); } - if (!existsSync(CREDENTIALS_PATH)) return; - - let client = await loadSavedCredentialsIfExist(); - if (client) { - return client; - } - client = await authenticate({ - scopes: SCOPES, - keyfilePath: CREDENTIALS_PATH, - }); - if (client.credentials) { - await saveCredentials(client); - } - return client; + return null; } const isCellEmpty = (cell) => @@ -182,7 +127,7 @@ const formatCell = (cell, tag) => { /** * Grabs data from the Doc Preview sheet * @see https://docs.google.com/spreadsheets/d/1GXzzVYT6CULGgGcyp0VtBfOtbxuWxkOU2pRYW42W4pM/edit#gid=1884264748 - * @param {google.auth.OAuth2} auth The authenticated Google OAuth client. + * @param {GoogleAuth.JSONClient>} auth The authenticated Google client. */ async function buildTable(auth) { const sheets = google.sheets({ version: "v4", auth }); diff --git a/scripts/source/package-lock.json b/scripts/source/package-lock.json index 5b0c85871f7..5c5ecfa56db 100644 --- a/scripts/source/package-lock.json +++ b/scripts/source/package-lock.json @@ -9,9 +9,9 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@google-cloud/local-auth": "^2.1.0", "arg": "^5.0.1", "globby": "^12.0.1", + "google-auth-library": "^8.7.0", "googleapis": "^105.0.0", "hast-util-to-html": "^7.1.3", "hastscript": "^6.0.0", @@ -334,20 +334,6 @@ "node": ">=6.9.0" } }, - "node_modules/@google-cloud/local-auth": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@google-cloud/local-auth/-/local-auth-2.1.0.tgz", - "integrity": "sha512-ymZ1XuyKcRcro0aiMYz3hVGbZ+QZmN5V1Eyjvw2k1xqq76PwmDer0DIPxdxkLzfW9Inr8+g+MS9t9fZ7dOlTOQ==", - "dependencies": { - "arrify": "^2.0.1", - "google-auth-library": "^8.0.2", - "open": "^7.0.3", - "server-destroy": "^1.0.1" - }, - "engines": { - "node": ">=12.0.0" - } - }, "node_modules/@mdx-js/util": { "version": "1.6.22", "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz", @@ -817,9 +803,9 @@ } }, "node_modules/google-auth-library": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-8.5.1.tgz", - "integrity": "sha512-7jNMDRhenfw2HLfL9m0ZP/Jw5hzXygfSprzBdypG3rZ+q2gIUbVC/osrFB7y/Z5dkrUr1mnLoDNlerF+p6VXZA==", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-8.7.0.tgz", + "integrity": "sha512-1M0NG5VDIvJZEnstHbRdckLZESoJwguinwN8Dhae0j2ZKIQFIV63zxm6Fo6nM4xkgqUr2bbMtV5Dgo+Hy6oo0Q==", "dependencies": { "arrify": "^2.0.0", "base64-js": "^1.3.0", @@ -1173,20 +1159,6 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "bin": { - "is-docker": "cli.js" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", @@ -1260,17 +1232,6 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "dependencies": { - "is-docker": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -1471,21 +1432,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/open": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz", - "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", - "dependencies": { - "is-docker": "^2.0.0", - "is-wsl": "^2.1.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/parse-entities": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", @@ -1814,11 +1760,6 @@ "semver": "bin/semver" } }, - "node_modules/server-destroy": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz", - "integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==" - }, "node_modules/side-channel": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", @@ -2369,17 +2310,6 @@ "to-fast-properties": "^2.0.0" } }, - "@google-cloud/local-auth": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@google-cloud/local-auth/-/local-auth-2.1.0.tgz", - "integrity": "sha512-ymZ1XuyKcRcro0aiMYz3hVGbZ+QZmN5V1Eyjvw2k1xqq76PwmDer0DIPxdxkLzfW9Inr8+g+MS9t9fZ7dOlTOQ==", - "requires": { - "arrify": "^2.0.1", - "google-auth-library": "^8.0.2", - "open": "^7.0.3", - "server-destroy": "^1.0.1" - } - }, "@mdx-js/util": { "version": "1.6.22", "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz", @@ -2712,9 +2642,9 @@ } }, "google-auth-library": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-8.5.1.tgz", - "integrity": "sha512-7jNMDRhenfw2HLfL9m0ZP/Jw5hzXygfSprzBdypG3rZ+q2gIUbVC/osrFB7y/Z5dkrUr1mnLoDNlerF+p6VXZA==", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-8.7.0.tgz", + "integrity": "sha512-1M0NG5VDIvJZEnstHbRdckLZESoJwguinwN8Dhae0j2ZKIQFIV63zxm6Fo6nM4xkgqUr2bbMtV5Dgo+Hy6oo0Q==", "requires": { "arrify": "^2.0.0", "base64-js": "^1.3.0", @@ -2946,11 +2876,6 @@ "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==" }, - "is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" - }, "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", @@ -2994,14 +2919,6 @@ "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz", "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==" }, - "is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "requires": { - "is-docker": "^2.0.0" - } - }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -3141,15 +3058,6 @@ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==" }, - "open": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz", - "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==", - "requires": { - "is-docker": "^2.0.0", - "is-wsl": "^2.1.1" - } - }, "parse-entities": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", @@ -3374,11 +3282,6 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" }, - "server-destroy": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz", - "integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==" - }, "side-channel": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", diff --git a/scripts/source/package.json b/scripts/source/package.json index 57d8bf78ad7..31b7f2684ea 100644 --- a/scripts/source/package.json +++ b/scripts/source/package.json @@ -10,9 +10,9 @@ "author": "", "license": "ISC", "dependencies": { - "@google-cloud/local-auth": "^2.1.0", "arg": "^5.0.1", "globby": "^12.0.1", + "google-auth-library": "^8.7.0", "googleapis": "^105.0.0", "hast-util-to-html": "^7.1.3", "hastscript": "^6.0.0", From 0f3520e2bca6200e1c8c4166fb3781776c0acdbd Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 10 Nov 2022 10:58:23 +0000 Subject: [PATCH 20/32] generated new extensions table --- advocacy_docs/pg_extensions/index.mdx | 135 +++++++++++++------------- 1 file changed, 70 insertions(+), 65 deletions(-) diff --git a/advocacy_docs/pg_extensions/index.mdx b/advocacy_docs/pg_extensions/index.mdx index 73570bd91f2..d7f294da30d 100644 --- a/advocacy_docs/pg_extensions/index.mdx +++ b/advocacy_docs/pg_extensions/index.mdx @@ -12,12 +12,13 @@ Categories of extensions: !!! Note For BigAnimal: - - PostgreSQL Compatible corresponds to EDB Postgres Extended Server - - Oracle Compatible corresponds to EDB Postgres Advanced Server + + - PostgreSQL Compatible corresponds to EDB Postgres Extended Server + - Oracle Compatible corresponds to EDB Postgres Advanced Server ## Open source extensions - +
@@ -82,8 +83,8 @@ Categories of extensions: - - + + @@ -94,8 +95,8 @@ Categories of extensions: - - + + @@ -484,18 +485,6 @@ Categories of extensions: - - - - - - - - - - - - @@ -670,8 +659,8 @@ Categories of extensions: - - + + @@ -739,6 +728,30 @@ Categories of extensions: + + + + + + + + + + + + + + + + + + + + + + + + @@ -800,7 +813,7 @@ Categories of extensions: - + @@ -812,8 +825,8 @@ Categories of extensions: - - + + @@ -824,7 +837,7 @@ Categories of extensions: - + @@ -836,8 +849,8 @@ Categories of extensions: - - + + @@ -848,40 +861,40 @@ Categories of extensions: - + - - - + + + - - + + - - - + + + - - + + - - - + + + @@ -891,12 +904,12 @@ Categories of extensions: - - - + + + - + @@ -943,18 +956,6 @@ Categories of extensions: - - - - - - - - - - - - @@ -996,7 +997,7 @@ Categories of extensions: ## EDB extensions -
pgauditYes
pgcrypto Yes
PostgreSQL Non-Contrib Extensions/Modules
pgauditYes
pglogical 2.x
pljava (only v11 and lower)
plpythonu (v12 and lower)plpythonu (default by version) Yes
  plpython2u  hstore_plpythonuYes
  hstore_plpythonu  jsonb_plpythonu Yes
  hstore_plpython2u  ltree_plpythonuYes
  jsonb_plpython2uplpython2u (default v14 and lower)
  jsonb_plpythonuYes  hstore_plpython2u
  ltree_plpythonuYes  jsonb_plpython2u
  ltree_plpython2u
plpython3uplpython3u (default v15 and higher) Yes
pglogical 2.x
pltcl
+
@@ -1154,19 +1155,19 @@ Categories of extensions:
-## Open source and EDB extensions +## EDB supported open source extensions - +
- + - + @@ -1177,7 +1178,8 @@ Categories of extensions: - + + @@ -1286,7 +1288,7 @@ Categories of extensions: - + @@ -1349,5 +1351,8 @@ Categories of extensions:
Virtual Machines/Physical Servers Kubernetes BigAnimal
Extension nameExtension name Requires superuser access PostgreSQL EDB Postgres Extended ServerPostgreSQL Compatible Oracle Compatible
PostGIS
PostGIS
-temp change to trigger pr + + + +temp change to trigger pr From 48added540892be21f712ace5d17c92df5a74d56 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Thu, 10 Nov 2022 07:51:30 -0500 Subject: [PATCH 21/32] Added redirects to index pages for mongo and mysql --- .../mongo_data_adapter/5/installing/linux_ppc64le/index.mdx | 2 ++ .../docs/mongo_data_adapter/5/installing/linux_x86_64/index.mdx | 2 ++ .../mysql_data_adapter/2/installing/linux_ppc64le/index.mdx | 2 ++ .../docs/mysql_data_adapter/2/installing/linux_x86_64/index.mdx | 2 ++ 4 files changed, 8 insertions(+) diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/index.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/index.mdx index f92c72c8699..b098ec4f580 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/index.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_ppc64le/index.mdx @@ -1,6 +1,8 @@ --- title: "Installing MongoDB Foreign Data Wrapper on IBM Power (ppc64le)" navTitle: "On Linux ppc64le" +redirects: + - /mongo_data_adapter/latest/04_installing_the_mongo_data_adapter/ibm_power_ppc64le/ navigation: - mongo_rhel_8 - mongo_sles_15 diff --git a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/index.mdx b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/index.mdx index cae818a5065..c7354a20f43 100644 --- a/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/index.mdx +++ b/product_docs/docs/mongo_data_adapter/5/installing/linux_x86_64/index.mdx @@ -1,6 +1,8 @@ --- title: "Installing MongoDB Foreign Data Wrapper on Linux x86 (amd64)" navTitle: "On Linux x86_64" +redirects: + - /mongo_data_adapter/latest/04_installing_the_mongo_data_adapter/x86_amd64/ navigation: - mongo_rhel_8 - mongo_other_linux_8 diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/index.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/index.mdx index 1fcb7360f65..1e5443bcc40 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/index.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_ppc64le/index.mdx @@ -1,6 +1,8 @@ --- title: "Installing MySQL Foreign Data Wrapper on IBM Power (ppc64le)" navTitle: "On Linux ppc64le" +redirects: + - /mysql_data_adapter/latest/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/ navigation: - mysql_rhel_8 - mysql_sles_15 diff --git a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/index.mdx b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/index.mdx index c3685b478a7..40a3380847f 100644 --- a/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/index.mdx +++ b/product_docs/docs/mysql_data_adapter/2/installing/linux_x86_64/index.mdx @@ -1,6 +1,8 @@ --- title: "Installing MySQL Foreign Data Wrapper on Linux x86 (amd64)" navTitle: "On Linux x86" +redirects: + - /mysql_data_adapter/latest/04_installing_the_mysql_data_adapter/x86_amd64/ navigation: - mysql_rhel_8 - mysql_other_linux_8 From 0e5ff6237c481a2d1e9828f4abeb161d8368b98a Mon Sep 17 00:00:00 2001 From: Arthur Nascimento Date: Thu, 10 Nov 2022 11:30:41 -0300 Subject: [PATCH 22/32] Fix to-to typo The sentence has "Upgrade ... version 10 to to 14" This change makes it "Upgrade ... version 10 to 14" --- product_docs/docs/postgis/3.2/03_upgrading_postgis.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/postgis/3.2/03_upgrading_postgis.mdx b/product_docs/docs/postgis/3.2/03_upgrading_postgis.mdx index 171123b4fbc..ebad40f7b0c 100644 --- a/product_docs/docs/postgis/3.2/03_upgrading_postgis.mdx +++ b/product_docs/docs/postgis/3.2/03_upgrading_postgis.mdx @@ -111,7 +111,7 @@ The following example walks you through the process of upgrading PostGIS version - Step 2 — Upgrade to PostGIS 3.1.4. -- Step 3 — Upgrade EDB Postgres Advanced Server version 10 to to 14. +- Step 3 — Upgrade EDB Postgres Advanced Server version 10 to 14. !!! Note It is assumed that you have already created extensions for the PostGIS version earlier than 2.5.5 as described in [Creating extensions](02_creating_extensions) and EDB Advanced Server 10 service is running. From 09da5cc16db8f217b61e3a6246343b7bcee77bc3 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Thu, 10 Nov 2022 10:25:21 -0500 Subject: [PATCH 23/32] updated left nav order --- product_docs/docs/hadoop_data_adapter/2/installing/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx b/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx index 0f042778ee2..79478b57777 100644 --- a/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx +++ b/product_docs/docs/hadoop_data_adapter/2/installing/index.mdx @@ -4,8 +4,8 @@ navTitle: "Installing" redirects: - /hadoop_data_adapter/2/05_installing_the_hadoop_data_adapter/ navigation: -- x86_amd64 -- ibm_power_ppc64le +- linux_x86_64 +- linux_ppc64le --- ## [Linux x86-64 (amd64)](linux_x86_64) From 34640ce60e880a9dc70c95a066bf9dbd6ab1c92a Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Thu, 10 Nov 2022 13:35:59 -0500 Subject: [PATCH 24/32] removing temp change --- advocacy_docs/pg_extensions/index.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/advocacy_docs/pg_extensions/index.mdx b/advocacy_docs/pg_extensions/index.mdx index d7f294da30d..f196a005f8f 100644 --- a/advocacy_docs/pg_extensions/index.mdx +++ b/advocacy_docs/pg_extensions/index.mdx @@ -1352,7 +1352,3 @@ Categories of extensions: - - - -temp change to trigger pr From 897092d0ed3df8c24e24b3c150d9f73c32fb98b7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 10 Nov 2022 18:37:10 +0000 Subject: [PATCH 25/32] generated new extensions table --- advocacy_docs/pg_extensions/index.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/advocacy_docs/pg_extensions/index.mdx b/advocacy_docs/pg_extensions/index.mdx index f196a005f8f..2c471a82f0e 100644 --- a/advocacy_docs/pg_extensions/index.mdx +++ b/advocacy_docs/pg_extensions/index.mdx @@ -18,7 +18,7 @@ Categories of extensions: ## Open source extensions - +
@@ -997,7 +997,7 @@ Categories of extensions: ## EDB extensions -
+
@@ -1157,7 +1157,7 @@ Categories of extensions: ## EDB supported open source extensions -
+
@@ -1352,3 +1352,4 @@ Categories of extensions:
+ From 12d74f2946ebf0c6ee37fe6286b442722ed14e40 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 10 Nov 2022 18:42:06 +0000 Subject: [PATCH 26/32] generated new extensions table --- advocacy_docs/pg_extensions/index.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/advocacy_docs/pg_extensions/index.mdx b/advocacy_docs/pg_extensions/index.mdx index 2c471a82f0e..b58a91bf113 100644 --- a/advocacy_docs/pg_extensions/index.mdx +++ b/advocacy_docs/pg_extensions/index.mdx @@ -18,7 +18,7 @@ Categories of extensions: ## Open source extensions - +
@@ -997,7 +997,7 @@ Categories of extensions: ## EDB extensions -
+
@@ -1157,7 +1157,7 @@ Categories of extensions: ## EDB supported open source extensions -
+
From 8b5b7ae0f4be6bada6f6618455ae6feb3e9950df Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Mon, 7 Nov 2022 14:30:22 +0530 Subject: [PATCH 27/32] PEM - 4311 corrections --- .../docs/pem/8/considerations/setup_ha_using_efm.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx b/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx index e11fd343846..1fec4f05d63 100644 --- a/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx +++ b/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx @@ -6,10 +6,10 @@ redirects: - /pem/latest/pem_ha_setup/setup_ha_using_efm/ --- -!!! Note - This document walks you through setting up the Failover manager for PEM Server with new installation and not with existing installation. -Postgres Enterprise Manager (PEM) helps database administrators, system architects, and performance analysts to administer, monitor, and tune Postgres database servers. +This document walks you through setting up the Failover Manager for Postgres Enterprise Manager (PEM) server with new installation and not with existing installation. + +PEM helps database administrators, system architects, and performance analysts to administer, monitor, and tune Postgres database servers. Failover Manager is a high-availability tool from EDB that enables a Postgres primary node to failover to a standby node during a software or hardware failure on the primary. From dcf4a77e3d8ed7bb03d562a958eb335c216f6cb9 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Tue, 8 Nov 2022 20:59:20 +0530 Subject: [PATCH 28/32] changes done as per Betsy's suggestions --- .../docs/pem/8/considerations/setup_ha_using_efm.mdx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx b/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx index 1fec4f05d63..7583eb860c0 100644 --- a/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx +++ b/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx @@ -6,13 +6,10 @@ redirects: - /pem/latest/pem_ha_setup/setup_ha_using_efm/ --- - -This document walks you through setting up the Failover Manager for Postgres Enterprise Manager (PEM) server with new installation and not with existing installation. - -PEM helps database administrators, system architects, and performance analysts to administer, monitor, and tune Postgres database servers. - Failover Manager is a high-availability tool from EDB that enables a Postgres primary node to failover to a standby node during a software or hardware failure on the primary. - + +You can only set up the Failover Manager for Postgres Enterprise Manager (PEM) server with the fresh installation. You can't set it for the existing PEM installation. + The examples in the following sections use these IP addresses: - 172.16.161.200 - PEM Primary From f8eb41a36fc1411c587b3f5542e45c989c6e137f Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Wed, 9 Nov 2022 10:27:59 +0530 Subject: [PATCH 29/32] Update product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx Co-authored-by: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> --- product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx b/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx index 7583eb860c0..edc60feeb6d 100644 --- a/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx +++ b/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx @@ -8,7 +8,7 @@ redirects: Failover Manager is a high-availability tool from EDB that enables a Postgres primary node to failover to a standby node during a software or hardware failure on the primary. -You can only set up the Failover Manager for Postgres Enterprise Manager (PEM) server with the fresh installation. You can't set it for the existing PEM installation. +You can only set up Failover Manager for the Postgres Enterprise Manager (PEM) server with a fresh installation. You can't set it for an existing PEM installation. The examples in the following sections use these IP addresses: From 8a0cc652ad1674f6385c63bd4d188370ffa8d778 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Wed, 9 Nov 2022 10:29:13 +0530 Subject: [PATCH 30/32] minor changes done --- product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx b/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx index edc60feeb6d..ee0d4176b82 100644 --- a/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx +++ b/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx @@ -8,7 +8,7 @@ redirects: Failover Manager is a high-availability tool from EDB that enables a Postgres primary node to failover to a standby node during a software or hardware failure on the primary. -You can only set up Failover Manager for the Postgres Enterprise Manager (PEM) server with a fresh installation. You can't set it for an existing PEM installation. +You can set up Failover Manager only for the Postgres Enterprise Manager (PEM) server with a fresh installation. You can't set it for an existing PEM installation. The examples in the following sections use these IP addresses: From 7d55d07f1ed0cf211abd486bc362c55348820927 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Thu, 10 Nov 2022 10:27:35 +0530 Subject: [PATCH 31/32] Update product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx Co-authored-by: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> --- product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx b/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx index ee0d4176b82..9533e1798be 100644 --- a/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx +++ b/product_docs/docs/pem/8/considerations/setup_ha_using_efm.mdx @@ -8,7 +8,7 @@ redirects: Failover Manager is a high-availability tool from EDB that enables a Postgres primary node to failover to a standby node during a software or hardware failure on the primary. -You can set up Failover Manager only for the Postgres Enterprise Manager (PEM) server with a fresh installation. You can't set it for an existing PEM installation. +You can set up Failover Manager only with a fresh installation of a Postgres Enterprise Manager (PEM) server. You can't set it for an existing PEM installation. The examples in the following sections use these IP addresses: From f47e5f26efd9588b94ef10d5610173cc3cc74dc2 Mon Sep 17 00:00:00 2001 From: Arthur Nascimento Date: Thu, 10 Nov 2022 16:04:21 -0300 Subject: [PATCH 32/32] The default sequence type is distributed In #eng-pgd-bdr-harp, Jakub Wartak noticed the discrepancy and Petr Jelinek confirmed that this is something to be adjusted in the docs. For reference: https://edb.slack.com/archives/C01GJ1C1BNH/p1668093242529229 --- product_docs/docs/pgd/4/bdr/sequences.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/pgd/4/bdr/sequences.mdx b/product_docs/docs/pgd/4/bdr/sequences.mdx index 86dda2b2654..f419ad6cde6 100644 --- a/product_docs/docs/pgd/4/bdr/sequences.mdx +++ b/product_docs/docs/pgd/4/bdr/sequences.mdx @@ -63,7 +63,7 @@ determines the kind of sequence to create when the `CREATE SEQUENCE` command is executed or when a `serial`, `bigserial`, or `GENERATED BY DEFAULT AS IDENTITY` column is created. Valid settings are: -- `local` (the default), meaning that newly created +- `local`, meaning that newly created sequences are the standard PostgreSQL (local) sequences. - `galloc`, which always creates globally allocated range sequences. - `snowflakeid`, which creates global sequences for BIGINT sequences that @@ -71,7 +71,7 @@ command is executed or when a `serial`, `bigserial`, or INTEGER sequences (so you can use it for `bigserial` but not for `serial`). - `timeshard`, which is the older version of SnowflakeId sequence and is provided for backward compatibility only. The SnowflakeId is preferred. -- `distributed`, which is a special value that you can use only for +- `distributed` (the default), which is a special value that you can use only for `bdr.default_sequence_kind`. It selects `snowflakeid` for `int8` sequences (i.e., `bigserial`) and `galloc` sequence for `int4` (i.e., `serial`) and `int2` sequences.