From 44412b3022a842afa43e278f4120b1e5103ae029 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 Apr 2022 19:14:32 +0000 Subject: [PATCH 1/8] Allow docker builds to pull in python dependencies --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index 9547ec26799..a48cc639476 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,3 +3,4 @@ !scripts/ !gatsby*.js !package*.json +!requirements-ci.txt From 9446bf83edd39139ec9ba42fff068118347f18c2 Mon Sep 17 00:00:00 2001 From: kunliuedb <95676424+kunliuedb@users.noreply.github.com> Date: Sun, 24 Apr 2022 14:03:50 +0800 Subject: [PATCH 2/8] Update 01_private_endpoint.mdx --- .../01_connecting_from_azure/01_private_endpoint.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/biganimal/release/using_cluster/02_connecting_your_cluster/01_connecting_from_azure/01_private_endpoint.mdx b/product_docs/docs/biganimal/release/using_cluster/02_connecting_your_cluster/01_connecting_from_azure/01_private_endpoint.mdx index cb6e259bd4d..4e9d3bf806b 100644 --- a/product_docs/docs/biganimal/release/using_cluster/02_connecting_your_cluster/01_connecting_from_azure/01_private_endpoint.mdx +++ b/product_docs/docs/biganimal/release/using_cluster/02_connecting_your_cluster/01_connecting_from_azure/01_private_endpoint.mdx @@ -41,7 +41,7 @@ To walk through an example in your own environment, you need: 1. Get the resource group details from the Azure CLI or the Azure portal and note the resource group name. For example, if the cluster's virtual network is `vnet-japaneast`, use the following command: ``` - $ az network vnet list --query "[?name==\'vnet-japaneast\'].resourceGroup" -o json + $ az network vnet list --query "[?name==\`vnet-japaneast\`].resourceGroup" -o json ``` From 58542917b52e5afe660c51adacb80252bb7e75f2 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Mon, 25 Apr 2022 10:36:19 -0400 Subject: [PATCH 3/8] adding architecture hierarchy to MySQL --- .../install_on_linux/index.mdx | 2 +- .../13_mysql_rhel8_ppcle.mdx | 0 .../15_mysql_rhel7_ppcle.mdx | 0 .../17_mysql_sles15_ppcle.mdx | 0 .../19_mysql_sles12_ppcle.mdx | 0 .../ibm_power_ppc64le/index.mdx | 13 ++++++++ .../index.mdx | 30 +++++++++++-------- .../{ => x86_amd64}/01_mysql_rhel8_x86.mdx | 0 .../02_mysql_other_linux8_x86.mdx | 0 .../{ => x86_amd64}/03_mysql_rhel7_x86.mdx | 0 .../{ => x86_amd64}/04_mysql_centos7_x86.mdx | 0 .../{ => x86_amd64}/05_mysql_sles15_x86.mdx | 0 .../{ => x86_amd64}/07_mysql_sles12_x86.mdx | 0 .../09_mysql_ubuntu20_deb10_x86.mdx | 0 .../11_mysql_ubuntu18_deb9_x86.mdx | 0 .../x86_amd64/index.mdx | 16 ++++++++++ 16 files changed, 47 insertions(+), 14 deletions(-) rename product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/{ => ibm_power_ppc64le}/13_mysql_rhel8_ppcle.mdx (100%) rename product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/{ => ibm_power_ppc64le}/15_mysql_rhel7_ppcle.mdx (100%) rename product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/{ => ibm_power_ppc64le}/17_mysql_sles15_ppcle.mdx (100%) rename product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/{ => ibm_power_ppc64le}/19_mysql_sles12_ppcle.mdx (100%) create mode 100644 product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/index.mdx rename product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/{ => x86_amd64}/01_mysql_rhel8_x86.mdx (100%) rename product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/{ => x86_amd64}/02_mysql_other_linux8_x86.mdx (100%) rename product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/{ => x86_amd64}/03_mysql_rhel7_x86.mdx (100%) rename product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/{ => x86_amd64}/04_mysql_centos7_x86.mdx (100%) rename product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/{ => x86_amd64}/05_mysql_sles15_x86.mdx (100%) rename product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/{ => x86_amd64}/07_mysql_sles12_x86.mdx (100%) rename product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/{ => x86_amd64}/09_mysql_ubuntu20_deb10_x86.mdx (100%) rename product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/{ => x86_amd64}/11_mysql_ubuntu18_deb9_x86.mdx (100%) create mode 100644 product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/index.mdx diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/index.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/index.mdx index 6145e785acf..c865aac1667 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/index.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/index.mdx @@ -12,7 +12,7 @@ To install Migration Toolkit, you must have credentials that allow access to the For platform-specific install instructions, see: - Linux x86-64 (amd64): - - [RHEL 8/OL 8](x86_amd64/01_mtk55_rhel8_x86) + - [RHEL 8/OL 8](x86_amd64/x86_amd64/01_mtk55_rhel8_x86) - [Rocky Linux 8/AlmaLinux 8](x86_amd64/02_mtk55_other_linux8_x86) - [RHEL 7/OL 7](x86_amd64/03_mtk55_rhel7_x86) diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/13_mysql_rhel8_ppcle.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/13_mysql_rhel8_ppcle.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/13_mysql_rhel8_ppcle.mdx rename to product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/13_mysql_rhel8_ppcle.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/15_mysql_rhel7_ppcle.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/15_mysql_rhel7_ppcle.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/15_mysql_rhel7_ppcle.mdx rename to product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/15_mysql_rhel7_ppcle.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/17_mysql_sles15_ppcle.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/17_mysql_sles15_ppcle.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/17_mysql_sles15_ppcle.mdx rename to product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/17_mysql_sles15_ppcle.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/19_mysql_sles12_ppcle.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/19_mysql_sles12_ppcle.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/19_mysql_sles12_ppcle.mdx rename to product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/19_mysql_sles12_ppcle.mdx 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 new file mode 100644 index 00000000000..a9fdb6023cc --- /dev/null +++ b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/index.mdx @@ -0,0 +1,13 @@ +--- +title: "Installing MySQL Foreign Data Wrapper on IBM Power (ppc64le)" +navTitle: "IBM Power (ppc64le)" +--- + +For operating system-specific install instructions, see: + + + - [RHEL 8](13_mysql_rhel8_ppcle) + + - [RHEL 7](14_mysql_rhel7_ppcle) + - [SLES 15](17_mysql_sles15_ppcle) + - [SLES 12](19_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 index 7b537b0804b..57bd020c1c5 100644 --- 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 @@ -1,27 +1,31 @@ --- -title: "Installing the MySQL Foreign Data Wrapper" +title: "Installing MySQL Foreign Data Wrapper" +navTitle: "Installing MySQL" +navigation: +- x86_amd64 +- ibm_power_ppc64le --- For platform-specific install instructions, see: - Linux x86-64 (amd64): - - [RHEL 8/OL 8](01_mysql_rhel8_x86) + - [RHEL 8/OL 8](x86_amd64/01_mysql_rhel8_x86) - - [Rocky Linux 8/AlmaLinux 8](02_mysql_other_linux8_x86) - - [RHEL 7/OL 7](03_mysql_rhel7_x86) - - [CentOS 7](04_mysql_centos7_x86) - - [SLES 15](05_mysql_sles15_x86) - - [SLES 12](07_mysql_sles12_x86) - - [Ubuntu 20.04/Debian 10](09_mysql_ubuntu20_deb10_x86) - - [Ubuntu 18/Debian 9](11_mysql_ubuntu18_deb9_x86) + - [Rocky Linux 8/AlmaLinux 8](x86_amd64/02_mysql_other_linux8_x86) + - [RHEL 7/OL 7](x86_amd64/03_mysql_rhel7_x86) + - [CentOS 7](x86_amd64/04_mysql_centos7_x86) + - [SLES 15](x86_amd64/05_mysql_sles15_x86) + - [SLES 12](x86_amd64/07_mysql_sles12_x86) + - [Ubuntu 20.04/Debian 10](x86_amd64/09_mysql_ubuntu20_deb10_x86) + - [Ubuntu 18/Debian 9](x86_amd64/11_mysql_ubuntu18_deb9_x86) - Linux on IBM Power (ppc64le): - - [RHEL 8](13_mysql_rhel8_ppcle) + - [RHEL 8](ibm_power_ppc64le/13_mysql_rhel8_ppcle) - - [RHEL 7](15_mysql_rhel7_ppcle) - - [SLES 15](17_mysql_sles15_ppcle) - - [SLES 12](19_mysql_sles12_ppcle) + - [RHEL 7](ibm_power_ppc64le/15_mysql_rhel7_ppcle) + - [SLES 15](ibm_power_ppc64le/17_mysql_sles15_ppcle) + - [SLES 12](ibm_power_ppc64le/19_mysql_sles12_ppcle) diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/01_mysql_rhel8_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/01_mysql_rhel8_x86.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/01_mysql_rhel8_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/01_mysql_rhel8_x86.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/02_mysql_other_linux8_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/02_mysql_other_linux8_x86.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/02_mysql_other_linux8_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/02_mysql_other_linux8_x86.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/03_mysql_rhel7_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/03_mysql_rhel7_x86.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/03_mysql_rhel7_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/03_mysql_rhel7_x86.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/04_mysql_centos7_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/04_mysql_centos7_x86.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/04_mysql_centos7_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/04_mysql_centos7_x86.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/05_mysql_sles15_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/05_mysql_sles15_x86.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/05_mysql_sles15_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/05_mysql_sles15_x86.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/07_mysql_sles12_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/07_mysql_sles12_x86.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/07_mysql_sles12_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/07_mysql_sles12_x86.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/09_mysql_ubuntu20_deb10_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/09_mysql_ubuntu20_deb10_x86.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/09_mysql_ubuntu20_deb10_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/09_mysql_ubuntu20_deb10_x86.mdx diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/11_mysql_ubuntu18_deb9_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/11_mysql_ubuntu18_deb9_x86.mdx similarity index 100% rename from product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/11_mysql_ubuntu18_deb9_x86.mdx rename to product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/11_mysql_ubuntu18_deb9_x86.mdx 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 new file mode 100644 index 00000000000..0191254402b --- /dev/null +++ b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/index.mdx @@ -0,0 +1,16 @@ +--- +title: "Installing MySQL Foreign Data Wrapper on Linux x86 (amd64)" +navTitle: "Intel x86 (amd64)" +--- + +For operating system-specific install instructions, see: + + - [RHEL 8/OL 8](01_mysql_rhel8_x86) + + - [Rocky Linux 8/AlmaLinux 8](0w2_mysql_other_linux8_x86) + - [RHEL 7/OL 7](03_mysql_rhel7_x86) + - [CentOS 7](04_mysql_centos7_x86) + - [SLES 15](05_mysql_sles15_x86) + - [SLES 12](07_mysql_sles12_x86) + - [Ubuntu 20.04/Debian 10](09_mysql_ubuntu20_deb10_x86) + - [Ubuntu 18.04/Debian 9](11_mysql_ubuntu18_deb9_x86) From 8c184b0596e6ddaa3f451e12e5f9a4a715606b3a Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Mon, 25 Apr 2022 10:58:24 -0400 Subject: [PATCH 4/8] Added long titles --- .../ibm_power_ppc64le/11_mtk55_sles15_ppcle.mdx | 2 +- .../ibm_power_ppc64le/12_mtk55_sles12_ppcle.mdx | 2 +- .../install_on_linux/x86_amd64/03_mtk55_rhel7_x86.mdx | 2 +- .../ibm_power_ppc64le/13_mysql_rhel8_ppcle.mdx | 3 ++- .../ibm_power_ppc64le/15_mysql_rhel7_ppcle.mdx | 3 ++- .../ibm_power_ppc64le/17_mysql_sles15_ppcle.mdx | 3 ++- .../ibm_power_ppc64le/19_mysql_sles12_ppcle.mdx | 3 ++- .../2/04_installing_the_mysql_data_adapter/index.mdx | 2 +- .../x86_amd64/01_mysql_rhel8_x86.mdx | 3 ++- .../x86_amd64/02_mysql_other_linux8_x86.mdx | 3 ++- .../x86_amd64/03_mysql_rhel7_x86.mdx | 3 ++- .../x86_amd64/04_mysql_centos7_x86.mdx | 3 ++- .../x86_amd64/05_mysql_sles15_x86.mdx | 3 ++- .../x86_amd64/07_mysql_sles12_x86.mdx | 3 ++- .../x86_amd64/09_mysql_ubuntu20_deb10_x86.mdx | 3 ++- .../x86_amd64/11_mysql_ubuntu18_deb9_x86.mdx | 3 ++- 16 files changed, 28 insertions(+), 16 deletions(-) diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/11_mtk55_sles15_ppcle.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/11_mtk55_sles15_ppcle.mdx index 40012bec8b1..996a2a08215 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/11_mtk55_sles15_ppcle.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/11_mtk55_sles15_ppcle.mdx @@ -1,6 +1,6 @@ --- title: "Installing Migration Toolkit on SLES 15 IBM Power (ppc64le)" -navTitle: "SLES 15 " +navTitle: "SLES 15" --- diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/12_mtk55_sles12_ppcle.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/12_mtk55_sles12_ppcle.mdx index 18c008ea2be..28db7141963 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/12_mtk55_sles12_ppcle.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/12_mtk55_sles12_ppcle.mdx @@ -1,6 +1,6 @@ --- title: "Installing Migration Toolkit on SLES 12 IBM Power (ppc64le)" -navTitle: "SLES 12 " +navTitle: "SLES 12" --- diff --git a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/03_mtk55_rhel7_x86.mdx b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/03_mtk55_rhel7_x86.mdx index 9a9c04e3b3b..805d1e1901f 100644 --- a/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/03_mtk55_rhel7_x86.mdx +++ b/product_docs/docs/migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/03_mtk55_rhel7_x86.mdx @@ -1,6 +1,6 @@ --- title: "Installing Migration Toolkit on RHEL 7/OL 7 x86" -navTitle: "RHEL 7/OL 7 " +navTitle: "RHEL 7/OL 7" --- diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/13_mysql_rhel8_ppcle.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/13_mysql_rhel8_ppcle.mdx index 300d3bb9b50..1e737a1ce8f 100644 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/13_mysql_rhel8_ppcle.mdx +++ b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/13_mysql_rhel8_ppcle.mdx @@ -1,5 +1,6 @@ --- -title: "RHEL 8 on IBM Power (ppc64le)" +title: "Installing MySQL Foreign Data Wrapper on RHEL 8 IBM Power (ppc64le)" +navTitle: "RHEL 8" --- There are two steps to completing an installation: diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/15_mysql_rhel7_ppcle.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/15_mysql_rhel7_ppcle.mdx index 81a9248e0a1..2db4f70710e 100644 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/15_mysql_rhel7_ppcle.mdx +++ b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/15_mysql_rhel7_ppcle.mdx @@ -1,5 +1,6 @@ --- -title: "RHEL 7 on IBM Power (ppc64le)" +title: "Installing MySQL Foreign Data Wrapper on RHEL 7 IBM Power (ppc64le)" +navTitle: "RHEL 7" --- 1. Use the following command to create a configuration file and install Advance Toolchain: diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/17_mysql_sles15_ppcle.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/17_mysql_sles15_ppcle.mdx index afdebfc1861..e01a37e5504 100644 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/17_mysql_sles15_ppcle.mdx +++ b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/17_mysql_sles15_ppcle.mdx @@ -1,5 +1,6 @@ --- -title: "SLES 15 on IBM Power (ppc64le)" +title: "Installing MySQL Foreign Data Wrapper on SLES 15 IBM Power (ppc64le)" +navTitle: "SLES 15" --- There are two steps to completing an installation: diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/19_mysql_sles12_ppcle.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/19_mysql_sles12_ppcle.mdx index 1f000909cdc..fe6a7edd762 100644 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/19_mysql_sles12_ppcle.mdx +++ b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/ibm_power_ppc64le/19_mysql_sles12_ppcle.mdx @@ -1,5 +1,6 @@ --- -title: "SLES 12 on IBM Power (ppc64le)" +title: "Installing MySQL Foreign Data Wrapper on SLES 12 IBM Power (ppc64le)" +navTitle: "SLES 12" --- There are two steps to completing an installation: 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 index 57bd020c1c5..fdb32ee9ab6 100644 --- 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 @@ -1,6 +1,6 @@ --- title: "Installing MySQL Foreign Data Wrapper" -navTitle: "Installing MySQL" +navTitle: "Installing MySQL Foreign Data Wrapper" navigation: - x86_amd64 - ibm_power_ppc64le diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/01_mysql_rhel8_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/01_mysql_rhel8_x86.mdx index fb0bad6d4d2..373578b9c7a 100644 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/01_mysql_rhel8_x86.mdx +++ b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/01_mysql_rhel8_x86.mdx @@ -1,5 +1,6 @@ --- -title: "RHEL 8/OL 8 on x86_64" +title: "Installing mySQL Foreign Data Wrapper on RHEL 8/OL 8 x86" +navTitle: "RHEL 8/OL 8" --- Before installing the MySQL Foreign Data Wrapper, you must install the following prerequisite packages, and request credentials from EDB: diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/02_mysql_other_linux8_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/02_mysql_other_linux8_x86.mdx index 9833ab60ee2..86d4ab1ae42 100644 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/02_mysql_other_linux8_x86.mdx +++ b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/02_mysql_other_linux8_x86.mdx @@ -1,5 +1,6 @@ --- -title: "Rocky Linux 8/AlmaLinux 8 on x86_64" +title: "Installing MySQL Foreign Data Wrapper on Rocky Linux 8/AlmaLinux 8 x86" +navTitle: "Rocky Linux 8/AlmaLinux 8" --- Before installing the MySQL Foreign Data Wrapper, you must install the following prerequisite packages, and request credentials from EDB: diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/03_mysql_rhel7_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/03_mysql_rhel7_x86.mdx index a87a3118f31..13a5698c7cf 100644 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/03_mysql_rhel7_x86.mdx +++ b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/03_mysql_rhel7_x86.mdx @@ -1,5 +1,6 @@ --- -title: "RHEL 7/OL 7 on x86_64" +title: "Installing MySQL Foreign Data Wrapper on RHEL 7/OL 7 x86" +navTitle: "RHEL 7/OL 7" --- Before installing the MySQL Foreign Data Wrapper, you must install the following prerequisite packages, and request credentials from EDB: diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/04_mysql_centos7_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/04_mysql_centos7_x86.mdx index c4cef261778..4c85d3b47dc 100644 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/04_mysql_centos7_x86.mdx +++ b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/04_mysql_centos7_x86.mdx @@ -1,5 +1,6 @@ --- -title: "CentOS 7 on x86_64" +title: "Installing MySQL Foreign Data Wrapper on CentOS 7 x86" +navTitle: "CentOS 7" --- Before installing the MySQL Foreign Data Wrapper, you must install the following prerequisite packages, and request credentials from EDB: diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/05_mysql_sles15_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/05_mysql_sles15_x86.mdx index e20a2a010e2..14cc2d5f893 100644 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/05_mysql_sles15_x86.mdx +++ b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/05_mysql_sles15_x86.mdx @@ -1,5 +1,6 @@ --- -title: "SLES 15 on x86_64" +title: "Installing MySQL Foreign Data Wrapper on SLES 15 x86" +navTitle: "SLES 15" --- There are two steps to completing an installation: diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/07_mysql_sles12_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/07_mysql_sles12_x86.mdx index 2bdb5c07cac..984df982089 100644 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/07_mysql_sles12_x86.mdx +++ b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/07_mysql_sles12_x86.mdx @@ -1,5 +1,6 @@ --- -title: "SLES 12 on x86_64" +title: "Installing MySQL Foreign Data Wrapper on SLES 12 x86" +navTitle: "SLES 12" --- There are two steps to completing an installation: diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/09_mysql_ubuntu20_deb10_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/09_mysql_ubuntu20_deb10_x86.mdx index 2a523b51326..63e877be93f 100644 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/09_mysql_ubuntu20_deb10_x86.mdx +++ b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/09_mysql_ubuntu20_deb10_x86.mdx @@ -1,5 +1,6 @@ --- -title: "Ubuntu 20.04/Debian 10 on x86_64" +title: "Installing MySQL Foreign Data Wrapper on Ubuntu 20.04/Debian 10 x86" +navTitle: "Ubuntu 20.04/Debian 10" --- To install the MySQL Foreign Data Wrapper on a Debian or Ubuntu host, you must have credentials that allow access to the EDB repository. To request credentials for the repository, visit: [Repository Access Request](https://www.enterprisedb.com/repository-access-request). diff --git a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/11_mysql_ubuntu18_deb9_x86.mdx b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/11_mysql_ubuntu18_deb9_x86.mdx index 87cb8127197..6af446f9648 100644 --- a/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/11_mysql_ubuntu18_deb9_x86.mdx +++ b/product_docs/docs/mysql_data_adapter/2/04_installing_the_mysql_data_adapter/x86_amd64/11_mysql_ubuntu18_deb9_x86.mdx @@ -1,5 +1,6 @@ --- -title: "Ubuntu 18/Debian 9 on x86_64" +title: "Installing MySQL Foreign Data Wrapper on Ubuntu 18.04/Debian 9 x86" +navTitle: "Ubuntu 18.04/Debian 9" --- To install the MySQL Foreign Data Wrapper on a Debian or Ubuntu host, you must have credentials that allow access to the EDB repository. To request credentials for the repository, visit: [Repository Access Request](https://www.enterprisedb.com/repository-access-request). From 3051e7fed2985714d6dfd277a9b95d65841ac842 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:06:39 -0400 Subject: [PATCH 5/8] fixed typos in link --- .../ibm_power_ppc64le/index.mdx | 2 +- .../2/04_installing_the_mysql_data_adapter/x86_amd64/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 index a9fdb6023cc..a320a8f11fa 100644 --- 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 @@ -8,6 +8,6 @@ For operating system-specific install instructions, see: - [RHEL 8](13_mysql_rhel8_ppcle) - - [RHEL 7](14_mysql_rhel7_ppcle) + - [RHEL 7](15_mysql_rhel7_ppcle) - [SLES 15](17_mysql_sles15_ppcle) - [SLES 12](19_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 index 0191254402b..88e78a802d7 100644 --- 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 @@ -7,7 +7,7 @@ For operating system-specific install instructions, see: - [RHEL 8/OL 8](01_mysql_rhel8_x86) - - [Rocky Linux 8/AlmaLinux 8](0w2_mysql_other_linux8_x86) + - [Rocky Linux 8/AlmaLinux 8](02_mysql_other_linux8_x86) - [RHEL 7/OL 7](03_mysql_rhel7_x86) - [CentOS 7](04_mysql_centos7_x86) - [SLES 15](05_mysql_sles15_x86) From f8b9b653a4c938ea1d64a1ad6598f74fa2540ead Mon Sep 17 00:00:00 2001 From: aswright491 <36008570+aswright491@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:30:54 -0400 Subject: [PATCH 6/8] Update index.mdx Updated link for managing portal access --- .../docs/biganimal/release/overview/03_security/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/biganimal/release/overview/03_security/index.mdx b/product_docs/docs/biganimal/release/overview/03_security/index.mdx index 81f4dec20ef..b51173ca95d 100644 --- a/product_docs/docs/biganimal/release/overview/03_security/index.mdx +++ b/product_docs/docs/biganimal/release/overview/03_security/index.mdx @@ -6,7 +6,7 @@ BigAnimal runs in your own cloud account, isolates your data from other users, a - **Data isolation:** Clusters are installed and managed in your cloud environment. Complete segregation of your data is ensured. Your data never leaves your cloud account, and compromise of another BigAnimal customer's systems doesn't put your data at risk. -- **Granular access control:** You can use single sign-on (SSO) and define your own sets of roles and role-based access control (RBAC) policies to manage your individual cloud environments. See [Managing portal access](../administering_cluster/01_portal_access) for more information. +- **Granular access control:** You can use single sign-on (SSO) and define your own sets of roles and role-based access control (RBAC) policies to manage your individual cloud environments. See [Managing portal access](https://www.enterprisedb.com/docs/biganimal/latest/administering_cluster/01_portal_access/) for more information. - **Data encryption:** All data in BigAnimal is encrypted in motion and at rest. Network traffic is encrypted using Transport Layer Security (TLS) v1.2 or greater, where applicable. Data at rest is encrypted using AES with 256-bit keys. Data encryption keys are envelope encrypted, and the wrapped data encryption keys are securely stored in an Azure Key Vault instance in your account. Encryption keys never leave your environment. @@ -15,4 +15,4 @@ BigAnimal runs in your own cloud account, isolates your data from other users, a - **Database logging and auditing:** Functionality to track and analyze database activities is enabled automatically. For PostgreSQL, the PostgreSQL Audit Extension (pgAudit) is enabled for you when deploying a Postgres cluster. For EDB Postgres Advanced Server, the EDB Audit extension (edbAudit) is enabled for you. - **pgAudit:** The classes of statements being logged for pgAudit are set globally on a cluster with `pgaudit.log = 'write,ddl'`. The following statements made on tables are logged by default when the cluster type is PostgreSQL: `INSERT`, `UPDATE`, `DELETE`, `TRUNCATE`, AND `COPY`. All `DDL` is logged. -- **Database cluster permissions** The edb_admin account created during the *create cluster* process includes the `CREATEDB` and `CREATEROLE` database roles. EDB recommends using the edb_admin account to create a new application user and new application database for further isolation. See [Managing Postgres access](../using_cluster/01_postgres_access) for more information. \ No newline at end of file +- **Database cluster permissions** The edb_admin account created during the *create cluster* process includes the `CREATEDB` and `CREATEROLE` database roles. EDB recommends using the edb_admin account to create a new application user and new application database for further isolation. See [Managing Postgres access](../using_cluster/01_postgres_access) for more information. From 231be2d85a315d7c6bdc8debb62f97267209b258 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Mon, 25 Apr 2022 13:03:25 -0400 Subject: [PATCH 7/8] made links relative --- .../docs/biganimal/release/overview/03_security/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/biganimal/release/overview/03_security/index.mdx b/product_docs/docs/biganimal/release/overview/03_security/index.mdx index b51173ca95d..7a5400bedce 100644 --- a/product_docs/docs/biganimal/release/overview/03_security/index.mdx +++ b/product_docs/docs/biganimal/release/overview/03_security/index.mdx @@ -6,7 +6,7 @@ BigAnimal runs in your own cloud account, isolates your data from other users, a - **Data isolation:** Clusters are installed and managed in your cloud environment. Complete segregation of your data is ensured. Your data never leaves your cloud account, and compromise of another BigAnimal customer's systems doesn't put your data at risk. -- **Granular access control:** You can use single sign-on (SSO) and define your own sets of roles and role-based access control (RBAC) policies to manage your individual cloud environments. See [Managing portal access](https://www.enterprisedb.com/docs/biganimal/latest/administering_cluster/01_portal_access/) for more information. +- **Granular access control:** You can use single sign-on (SSO) and define your own sets of roles and role-based access control (RBAC) policies to manage your individual cloud environments. See [Managing portal access](../../administering_cluster/01_portal_access/) for more information. - **Data encryption:** All data in BigAnimal is encrypted in motion and at rest. Network traffic is encrypted using Transport Layer Security (TLS) v1.2 or greater, where applicable. Data at rest is encrypted using AES with 256-bit keys. Data encryption keys are envelope encrypted, and the wrapped data encryption keys are securely stored in an Azure Key Vault instance in your account. Encryption keys never leave your environment. @@ -15,4 +15,4 @@ BigAnimal runs in your own cloud account, isolates your data from other users, a - **Database logging and auditing:** Functionality to track and analyze database activities is enabled automatically. For PostgreSQL, the PostgreSQL Audit Extension (pgAudit) is enabled for you when deploying a Postgres cluster. For EDB Postgres Advanced Server, the EDB Audit extension (edbAudit) is enabled for you. - **pgAudit:** The classes of statements being logged for pgAudit are set globally on a cluster with `pgaudit.log = 'write,ddl'`. The following statements made on tables are logged by default when the cluster type is PostgreSQL: `INSERT`, `UPDATE`, `DELETE`, `TRUNCATE`, AND `COPY`. All `DDL` is logged. -- **Database cluster permissions** The edb_admin account created during the *create cluster* process includes the `CREATEDB` and `CREATEROLE` database roles. EDB recommends using the edb_admin account to create a new application user and new application database for further isolation. See [Managing Postgres access](../using_cluster/01_postgres_access) for more information. +- **Database cluster permissions** The edb_admin account created during the *create cluster* process includes the `CREATEDB` and `CREATEROLE` database roles. EDB recommends using the edb_admin account to create a new application user and new application database for further isolation. See [Managing Postgres access](../../using_cluster/01_postgres_access/) for more information. From c2f2a0e5837673e124ac28b9f742dbbd619f2128 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Mon, 25 Apr 2022 14:34:37 -0400 Subject: [PATCH 8/8] fixing a few stray x86-64 mentions changing to x86 --- product_docs/docs/efm/4/03_installing_efm/index.mdx | 2 +- .../2/05_installing_the_hadoop_data_adapter/index.mdx | 2 +- .../5/04_installing_the_mongo_data_adapter/index.mdx | 2 +- .../2/04_installing_the_mysql_data_adapter/index.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/product_docs/docs/efm/4/03_installing_efm/index.mdx b/product_docs/docs/efm/4/03_installing_efm/index.mdx index 02260a9419b..ff1b1eafbff 100644 --- a/product_docs/docs/efm/4/03_installing_efm/index.mdx +++ b/product_docs/docs/efm/4/03_installing_efm/index.mdx @@ -28,7 +28,7 @@ For information about the platforms and versions supported by Failover Manager, For platform-specific install instructions, including accessing the repo, see: -- Linux x86-64 (amd64): +- Linux x86 (amd64): - [RHEL 8/OL 8](x86_amd64/01_efm4_rhel_8_x86) - [Rocky Linux 8/AlmaLinux 8](x86_amd64/02_efm4_other_linux8_x86) 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 index 9de3684eac3..bb4ebed93c4 100644 --- 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 @@ -8,7 +8,7 @@ navigation: For platform-specific install instructions, see: -- Linux x86-64 (amd64): +- Linux x86 (amd64): - [RHEL 8/OL 8](x86_amd64/01_hadoop_rhel8_x86) 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 index 4e58db75fa4..7d2fcb3901e 100644 --- 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 @@ -8,7 +8,7 @@ navigation: For platform-specific install instructions, see: -- Linux x86-64 (amd64): +- Linux x86 (amd64): - [RHEL 8/OL 8](x86_amd64/01_mongo_rhel8_x86) 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 index fdb32ee9ab6..e73439014e8 100644 --- 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 @@ -8,7 +8,7 @@ navigation: For platform-specific install instructions, see: -- Linux x86-64 (amd64): +- Linux x86 (amd64): - [RHEL 8/OL 8](x86_amd64/01_mysql_rhel8_x86)