From 2dd4eb4ee295de8cf92b5a6b0a2fa4f51a3416f1 Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Wed, 30 Aug 2023 14:58:05 +0000 Subject: [PATCH 1/2] Move online help redirects to PEM 9 (where online help was eliminated) --- .../8/considerations/pem_pgbouncer/configuring_pgBouncer.mdx | 5 ----- .../9/considerations/pem_pgbouncer/configuring_pgBouncer.mdx | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/product_docs/docs/pem/8/considerations/pem_pgbouncer/configuring_pgBouncer.mdx b/product_docs/docs/pem/8/considerations/pem_pgbouncer/configuring_pgBouncer.mdx index 62c7c935f0b..bdc762bd704 100644 --- a/product_docs/docs/pem/8/considerations/pem_pgbouncer/configuring_pgBouncer.mdx +++ b/product_docs/docs/pem/8/considerations/pem_pgbouncer/configuring_pgBouncer.mdx @@ -5,11 +5,6 @@ legacyRedirectsGenerated: - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/8.0/configuring_pgBouncer.html" redirects: - /pem/latest/pem_pgbouncer/03_configuring_pgBouncer/ - - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/ - - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/01_pem_pgbouncer_server_agent_connection/ - - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/02_pem_pgbouncer_preparing_dbserver/ - - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/03_pem_pgbouncer_configuring_pgbouncer/ - - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/04_pem_pgbouncer_configuring_pem_agent/ --- You must configure PgBouncer to work with the PEM database server. This example runs PgBouncer as the enterprisedb system user and outlines the process of configuring pgBouncer version 1.9 or later. diff --git a/product_docs/docs/pem/9/considerations/pem_pgbouncer/configuring_pgBouncer.mdx b/product_docs/docs/pem/9/considerations/pem_pgbouncer/configuring_pgBouncer.mdx index c25887e3c24..9729d83eaa7 100644 --- a/product_docs/docs/pem/9/considerations/pem_pgbouncer/configuring_pgBouncer.mdx +++ b/product_docs/docs/pem/9/considerations/pem_pgbouncer/configuring_pgBouncer.mdx @@ -5,6 +5,11 @@ legacyRedirectsGenerated: - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/8.0/configuring_pgBouncer.html" redirects: - /pem/latest/pem_pgbouncer/03_configuring_pgBouncer/ + - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/ + - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/01_pem_pgbouncer_server_agent_connection/ + - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/02_pem_pgbouncer_preparing_dbserver/ + - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/03_pem_pgbouncer_configuring_pgbouncer/ + - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/04_pem_pgbouncer_configuring_pem_agent/ --- You must configure PgBouncer to work with the PEM database server. From 82beabe1b63d3c88174cd7f655135cb0f1b6ea32 Mon Sep 17 00:00:00 2001 From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com> Date: Thu, 31 Aug 2023 13:54:59 +0530 Subject: [PATCH 2/2] Moved redirects to actual topic files --- .../9/considerations/pem_pgbouncer/configuring_pgBouncer.mdx | 4 ---- .../pem_pgbouncer/configuring_the_pem_agent.mdx | 1 + .../docs/pem/9/considerations/pem_pgbouncer/index.mdx | 1 + .../pem_server_pem_agent_connection_management_mechanism.mdx | 1 + .../pem_pgbouncer/preparing_the_pem_database_server.mdx | 1 + 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/product_docs/docs/pem/9/considerations/pem_pgbouncer/configuring_pgBouncer.mdx b/product_docs/docs/pem/9/considerations/pem_pgbouncer/configuring_pgBouncer.mdx index 9729d83eaa7..39c05d55cc9 100644 --- a/product_docs/docs/pem/9/considerations/pem_pgbouncer/configuring_pgBouncer.mdx +++ b/product_docs/docs/pem/9/considerations/pem_pgbouncer/configuring_pgBouncer.mdx @@ -5,11 +5,7 @@ legacyRedirectsGenerated: - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/8.0/configuring_pgBouncer.html" redirects: - /pem/latest/pem_pgbouncer/03_configuring_pgBouncer/ - - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/ - - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/01_pem_pgbouncer_server_agent_connection/ - - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/02_pem_pgbouncer_preparing_dbserver/ - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/03_pem_pgbouncer_configuring_pgbouncer/ - - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/04_pem_pgbouncer_configuring_pem_agent/ --- You must configure PgBouncer to work with the PEM database server. diff --git a/product_docs/docs/pem/9/considerations/pem_pgbouncer/configuring_the_pem_agent.mdx b/product_docs/docs/pem/9/considerations/pem_pgbouncer/configuring_the_pem_agent.mdx index 3bebefdbc2c..ca24ea8aec0 100644 --- a/product_docs/docs/pem/9/considerations/pem_pgbouncer/configuring_the_pem_agent.mdx +++ b/product_docs/docs/pem/9/considerations/pem_pgbouncer/configuring_the_pem_agent.mdx @@ -5,6 +5,7 @@ legacyRedirectsGenerated: - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/8.0/configuring_the_pem_agent.html" redirects: - /pem/latest/pem_pgbouncer/04_configuring_the_pem_agent/ + - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/04_pem_pgbouncer_configuring_pem_agent/ --- You can use an RPM package to install a PEM agent. For detailed installation information, see [Installating the PEM agent](../../installing_pem_agent/). diff --git a/product_docs/docs/pem/9/considerations/pem_pgbouncer/index.mdx b/product_docs/docs/pem/9/considerations/pem_pgbouncer/index.mdx index 8a962aabf53..d6a460e5bd7 100644 --- a/product_docs/docs/pem/9/considerations/pem_pgbouncer/index.mdx +++ b/product_docs/docs/pem/9/considerations/pem_pgbouncer/index.mdx @@ -8,6 +8,7 @@ legacyRedirectsGenerated: - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/8.0/index.html" redirects: - /pem/latest/pem_pgbouncer/ +- /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/ navigation: - pem_server_pem_agent_connection_management_mechanism diff --git a/product_docs/docs/pem/9/considerations/pem_pgbouncer/pem_server_pem_agent_connection_management_mechanism.mdx b/product_docs/docs/pem/9/considerations/pem_pgbouncer/pem_server_pem_agent_connection_management_mechanism.mdx index e2a76510044..ff5a0a68569 100644 --- a/product_docs/docs/pem/9/considerations/pem_pgbouncer/pem_server_pem_agent_connection_management_mechanism.mdx +++ b/product_docs/docs/pem/9/considerations/pem_pgbouncer/pem_server_pem_agent_connection_management_mechanism.mdx @@ -5,6 +5,7 @@ legacyRedirectsGenerated: - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/8.0/the_pem_server_pem_agent_connection_management_mechanism.html" redirects: - /pem/latest/pem_pgbouncer/01_the_pem_server_pem_agent_connection_management_mechanism/ + - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/01_pem_pgbouncer_server_agent_connection/ --- Each PEM agent connects to the PEM database server using the SSL certificates for each user. For example, an agent with `ID#1` connects to the PEM database server using the agent1 user. diff --git a/product_docs/docs/pem/9/considerations/pem_pgbouncer/preparing_the_pem_database_server.mdx b/product_docs/docs/pem/9/considerations/pem_pgbouncer/preparing_the_pem_database_server.mdx index 6aef1d3d6e0..d86c607e09c 100644 --- a/product_docs/docs/pem/9/considerations/pem_pgbouncer/preparing_the_pem_database_server.mdx +++ b/product_docs/docs/pem/9/considerations/pem_pgbouncer/preparing_the_pem_database_server.mdx @@ -5,6 +5,7 @@ legacyRedirectsGenerated: - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/8.0/preparing_the_pem_database_server.html" redirects: - /pem/latest/pem_pgbouncer/02_preparing_the_pem_database_server/ + - /pem/latest/pem_online_help/09_toc_pem_configure_pgbouncer/02_pem_pgbouncer_preparing_dbserver/ --- You must configure the PEM database server to work with PgBouncer. This example shows how to configure the PEM database server.