diff --git a/product_docs/docs/bart/2.6.1/index.mdx b/product_docs/docs/bart/2.6.1/index.mdx
index 65e8399331b..75a2476822c 100644
--- a/product_docs/docs/bart/2.6.1/index.mdx
+++ b/product_docs/docs/bart/2.6.1/index.mdx
@@ -5,4 +5,5 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/p/edb-backup-and-recovery-tool/2.6.1"
+ - "/edb-docs/p/edb-backup-and-recovery-tool/latest"
---
diff --git a/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/01_introduction.mdx b/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/01_introduction.mdx
index 7f0b5e4fa8e..ebc08017b4f 100644
--- a/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/01_introduction.mdx
+++ b/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/01_introduction.mdx
@@ -3,6 +3,7 @@ title: "Architecture Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/4.1/introduction.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/latest/introduction.html"
---
This guide explains how to configure Failover Manager and Pgpool best to leverage the benefits that they provide for Advanced Server. Using the reference architecture described in the Architecture section, you can learn how to achieve high availability by implementing an automatic failover mechanism (with Failover Manager) while scaling the system for larger workloads and an increased number of concurrent clients with read-intensive or mixed workloads to achieve horizontal scaling/read-scalability (with Pgpool).
diff --git a/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/02_architecture.mdx b/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/02_architecture.mdx
index fbf6dfafd0d..850a0011ec5 100644
--- a/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/02_architecture.mdx
+++ b/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/02_architecture.mdx
@@ -3,6 +3,7 @@ title: "Architecture"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/4.1/architecture.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/latest/architecture.html"
---
![A typical EFM and Pgpool configuration](images/edb_ha_architecture.png)
diff --git a/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/03_components_ha_pgpool.mdx b/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/03_components_ha_pgpool.mdx
index 342659a979c..38101a4c8a6 100644
--- a/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/03_components_ha_pgpool.mdx
+++ b/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/03_components_ha_pgpool.mdx
@@ -3,6 +3,7 @@ title: "Implementing High Availability with Pgpool"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/4.1/components_ha_pgpool.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/latest/components_ha_pgpool.html"
---
Failover Manager monitors the health of Postgres nodes; in the event of a database failure, Failover Manager performs an automatic failover to a Standby node. Note that Pgpool does not monitor the health of backend nodes and will not perform failover to any Standby nodes.
diff --git a/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/04_appendix_a.mdx b/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/04_appendix_a.mdx
index 2e3ccc8476a..ebd446fc946 100644
--- a/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/04_appendix_a.mdx
+++ b/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/04_appendix_a.mdx
@@ -3,6 +3,7 @@ title: "EFM Pgpool Integration Using Azure Network Load Balancer"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/4.1/appendix_a.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/latest/appendix_a.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/05_appendix_b.mdx b/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/05_appendix_b.mdx
index 7bf7fb2ffdb..8555a3d27b4 100644
--- a/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/05_appendix_b.mdx
+++ b/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/05_appendix_b.mdx
@@ -3,6 +3,7 @@ title: "Configuration for Number of Connections and Pooling"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/4.1/appendix_b.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/latest/appendix_b.html"
---
Pgpool has some configuration to tune the pooling and connection processing. Depending on this configuration, also the Postgres configuration for `max_connections` should be set to make sure all connections can be accepted as required. Furthermore, note that the Cloud Architecture works with active/active instances, which requires to spread `num_init_children` over all Pgpool instances (divide the normally used value by the number of active instances). The below text describes the effect of changing the configuration, and advises values for both the on-premise and the Cloud architecture.
diff --git a/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/index.mdx b/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/index.mdx
index 83a84256cdf..3d568c2ece6 100644
--- a/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/index.mdx
+++ b/product_docs/docs/efm/4.1/efm_pgpool_ha_guide/index.mdx
@@ -3,9 +3,13 @@ title: "EDB Postgres High Availability & Horizontal Read Scaling Architecture"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/4.1/genindex.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/latest/genindex.html"
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/4.1/introduction.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/latest/introduction.html"
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/4.1/conclusion.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/4.1/index.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/high-availability-scalability-guide/latest/index.html"
---
Since high-availability and read scalability are not part of the core feature set of EDB Postgres Advanced Server, Advanced Server relies on external tools to provide this functionality. This document focuses on the functionality provided by EDB Failover Manager and Pgpool-II, and discusses the implications of a high-availability architecture formed around these tools.
diff --git a/product_docs/docs/efm/4.1/efm_quick_start/index.mdx b/product_docs/docs/efm/4.1/efm_quick_start/index.mdx
index 67d3f1d3271..21ccfe4818d 100644
--- a/product_docs/docs/efm/4.1/efm_quick_start/index.mdx
+++ b/product_docs/docs/efm/4.1/efm_quick_start/index.mdx
@@ -3,7 +3,9 @@ title: "Creating a Failover Manager Cluster"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/installation-getting-started/quick-start/4.1/genindex.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/installation-getting-started/quick-start/latest/genindex.html"
- "/edb-docs/d/edb-postgres-failover-manager/installation-getting-started/quick-start/4.1/index.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/installation-getting-started/quick-start/latest/index.html"
---
EDB Postgres Failover Manager (Failover Manager) is a high-availability module from EnterpriseDB that enables a Postgres Primary node to automatically failover to a Standby node in the event of a software or hardware failure on the Primary.
diff --git a/product_docs/docs/efm/4.1/efm_user/01_whats_new.mdx b/product_docs/docs/efm/4.1/efm_user/01_whats_new.mdx
index e356551e8d8..996746a547f 100644
--- a/product_docs/docs/efm/4.1/efm_user/01_whats_new.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/01_whats_new.mdx
@@ -3,6 +3,7 @@ title: "What’s New"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/whats_new.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/whats_new.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/02_failover_manager_overview/01_prerequisites.mdx b/product_docs/docs/efm/4.1/efm_user/02_failover_manager_overview/01_prerequisites.mdx
index 1729dd04cf0..32d369cddef 100644
--- a/product_docs/docs/efm/4.1/efm_user/02_failover_manager_overview/01_prerequisites.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/02_failover_manager_overview/01_prerequisites.mdx
@@ -3,6 +3,7 @@ title: "Prerequisites"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/prerequisites.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/prerequisites.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/02_failover_manager_overview/index.mdx b/product_docs/docs/efm/4.1/efm_user/02_failover_manager_overview/index.mdx
index f606d9b46f8..56d213c3ce6 100644
--- a/product_docs/docs/efm/4.1/efm_user/02_failover_manager_overview/index.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/02_failover_manager_overview/index.mdx
@@ -3,6 +3,7 @@ title: "Failover Manager Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/failover_manager_overview.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/failover_manager_overview.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/03_installing_efm.mdx b/product_docs/docs/efm/4.1/efm_user/03_installing_efm.mdx
index fccd993c5c2..b493a3bd40f 100644
--- a/product_docs/docs/efm/4.1/efm_user/03_installing_efm.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/03_installing_efm.mdx
@@ -8,6 +8,7 @@ legacyRedirects:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/installing_efm.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/installing_efm.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/01_cluster_properties/index.mdx b/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/01_cluster_properties/index.mdx
index 8b58398a8c8..6db8bdb21ce 100644
--- a/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/01_cluster_properties/index.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/01_cluster_properties/index.mdx
@@ -3,6 +3,7 @@ title: "The Cluster Properties File"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/cluster_properties.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/cluster_properties.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/02_encrypting_database_password.mdx b/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/02_encrypting_database_password.mdx
index 4c4eef11d9a..e3196b115ff 100644
--- a/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/02_encrypting_database_password.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/02_encrypting_database_password.mdx
@@ -3,6 +3,7 @@ title: "Encrypting Your Database Password"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/encrypting_database_password.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/encrypting_database_password.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/03_cluster_members.mdx b/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/03_cluster_members.mdx
index 99ecd1949e5..20b2d85f51c 100644
--- a/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/03_cluster_members.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/03_cluster_members.mdx
@@ -3,6 +3,7 @@ title: "The Cluster Members File"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/cluster_members.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/cluster_members.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/04_extending_efm_permissions.mdx b/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/04_extending_efm_permissions.mdx
index 02db7c0274f..334abafa665 100644
--- a/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/04_extending_efm_permissions.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/04_extending_efm_permissions.mdx
@@ -3,6 +3,7 @@ title: "Extending Failover Manager Permissions"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/extending_efm_permissions.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/extending_efm_permissions.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/05_using_vip_addresses.mdx b/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/05_using_vip_addresses.mdx
index 22028bad27a..ad497a7706a 100644
--- a/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/05_using_vip_addresses.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/05_using_vip_addresses.mdx
@@ -3,6 +3,7 @@ title: "Using Failover Manager with Virtual IP Addresses"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/using_vip_addresses.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/using_vip_addresses.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/index.mdx b/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/index.mdx
index be9fc5a7a5b..85bc7a93608 100644
--- a/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/index.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/04_configuring_efm/index.mdx
@@ -3,6 +3,7 @@ title: "Configuring Failover Manager"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/configuring_efm.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/configuring_efm.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/05_using_efm.mdx b/product_docs/docs/efm/4.1/efm_user/05_using_efm.mdx
index a049576a4e5..f7614c2d216 100644
--- a/product_docs/docs/efm/4.1/efm_user/05_using_efm.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/05_using_efm.mdx
@@ -3,6 +3,7 @@ title: "Using Failover Manager"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/using_efm.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/using_efm.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/06_monitoring_efm_cluster.mdx b/product_docs/docs/efm/4.1/efm_user/06_monitoring_efm_cluster.mdx
index 3eaf1f78b75..8195425b14c 100644
--- a/product_docs/docs/efm/4.1/efm_user/06_monitoring_efm_cluster.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/06_monitoring_efm_cluster.mdx
@@ -3,6 +3,7 @@ title: "Monitoring a Failover Manager Cluster"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/monitoring_efm_cluster.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/monitoring_efm_cluster.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/07_using_efm_utility.mdx b/product_docs/docs/efm/4.1/efm_user/07_using_efm_utility.mdx
index 68a3d60829a..74acb733636 100644
--- a/product_docs/docs/efm/4.1/efm_user/07_using_efm_utility.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/07_using_efm_utility.mdx
@@ -3,6 +3,7 @@ title: "Using the efm Utility"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/using_efm_utility.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/using_efm_utility.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/08_controlling_efm_service.mdx b/product_docs/docs/efm/4.1/efm_user/08_controlling_efm_service.mdx
index e950e95355e..69fa5b46eb2 100644
--- a/product_docs/docs/efm/4.1/efm_user/08_controlling_efm_service.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/08_controlling_efm_service.mdx
@@ -3,6 +3,7 @@ title: "Controlling the Failover Manager Service"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/controlling_efm_service.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/controlling_efm_service.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/09_controlling_logging.mdx b/product_docs/docs/efm/4.1/efm_user/09_controlling_logging.mdx
index 7fc2975d0f4..b5aaa2964bb 100644
--- a/product_docs/docs/efm/4.1/efm_user/09_controlling_logging.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/09_controlling_logging.mdx
@@ -3,6 +3,7 @@ title: "Controlling Logging"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/controlling_logging.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/controlling_logging.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/10_notifications.mdx b/product_docs/docs/efm/4.1/efm_user/10_notifications.mdx
index 46ee158cc0c..155be2af059 100644
--- a/product_docs/docs/efm/4.1/efm_user/10_notifications.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/10_notifications.mdx
@@ -3,6 +3,7 @@ title: "Notifications"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/notifications.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/notifications.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/11_supported_scenarios.mdx b/product_docs/docs/efm/4.1/efm_user/11_supported_scenarios.mdx
index ed003198a99..9583157d7ad 100644
--- a/product_docs/docs/efm/4.1/efm_user/11_supported_scenarios.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/11_supported_scenarios.mdx
@@ -3,6 +3,7 @@ title: "Supported Failover and Failure Scenarios"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/supported_scenarios.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/supported_scenarios.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/12_upgrading_existing_cluster.mdx b/product_docs/docs/efm/4.1/efm_user/12_upgrading_existing_cluster.mdx
index 2340a98d53c..3f743d62848 100644
--- a/product_docs/docs/efm/4.1/efm_user/12_upgrading_existing_cluster.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/12_upgrading_existing_cluster.mdx
@@ -3,6 +3,7 @@ title: "Upgrading an Existing Cluster"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/upgrading_existing_cluster.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/upgrading_existing_cluster.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/13_troubleshooting.mdx b/product_docs/docs/efm/4.1/efm_user/13_troubleshooting.mdx
index 67d043d889f..ad7f1acb1c5 100644
--- a/product_docs/docs/efm/4.1/efm_user/13_troubleshooting.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/13_troubleshooting.mdx
@@ -3,6 +3,7 @@ title: "Troubleshooting"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/troubleshooting.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/troubleshooting.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/14_configuring_streaming_replication.mdx b/product_docs/docs/efm/4.1/efm_user/14_configuring_streaming_replication.mdx
index 696b4add8e0..4232086b5c8 100644
--- a/product_docs/docs/efm/4.1/efm_user/14_configuring_streaming_replication.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/14_configuring_streaming_replication.mdx
@@ -3,6 +3,7 @@ title: "Configuring Streaming Replication"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/configuring_streaming_replication.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/configuring_streaming_replication.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/15_configuring_ssl_authentication.mdx b/product_docs/docs/efm/4.1/efm_user/15_configuring_ssl_authentication.mdx
index d975cc41eeb..a4e5a86c726 100644
--- a/product_docs/docs/efm/4.1/efm_user/15_configuring_ssl_authentication.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/15_configuring_ssl_authentication.mdx
@@ -3,6 +3,7 @@ title: "Configuring SSL Authentication on a Failover Manager Cluster"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/configuring_ssl_authentication.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/configuring_ssl_authentication.html"
---
diff --git a/product_docs/docs/efm/4.1/efm_user/index.mdx b/product_docs/docs/efm/4.1/efm_user/index.mdx
index 6260a9bdc41..27e7316383e 100644
--- a/product_docs/docs/efm/4.1/efm_user/index.mdx
+++ b/product_docs/docs/efm/4.1/efm_user/index.mdx
@@ -3,9 +3,13 @@ title: "EDB Failover Manager"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/whats_new.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/whats_new.html"
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/genindex.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/genindex.html"
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/conclusion.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/4.1/index.html"
+ - "/edb-docs/d/edb-postgres-failover-manager/user-guides/user-guide/latest/index.html"
---
**EDB Failover Manager**
diff --git a/product_docs/docs/efm/4.1/index.mdx b/product_docs/docs/efm/4.1/index.mdx
index 8ae8dc14fa3..76be8c9deaf 100644
--- a/product_docs/docs/efm/4.1/index.mdx
+++ b/product_docs/docs/efm/4.1/index.mdx
@@ -5,4 +5,5 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/p/edb-postgres-failover-manager/4.1"
+ - "/edb-docs/p/edb-postgres-failover-manager/latest"
---
diff --git a/product_docs/docs/epas/13/edb_pgadmin_linux_qs/index.mdx b/product_docs/docs/epas/13/edb_pgadmin_linux_qs/index.mdx
index dcb82a03490..2ca894da815 100644
--- a/product_docs/docs/epas/13/edb_pgadmin_linux_qs/index.mdx
+++ b/product_docs/docs/epas/13/edb_pgadmin_linux_qs/index.mdx
@@ -1,5 +1,7 @@
---
title: "EDB pgAdmin4 Quickstart Linux Guide for EPAS"
+legacyRedirects:
+ - "/edb-docs/d/pgadmin-4/quick-start/quick-start-guide/4.26/index.html"
---
pgAdmin 4 is the leading Open Source management tool for Postgres databases. EDB pgAdmin 4 is distributed by EDB along with EDB Postgres Advanced Server databases. It is designed to meet the needs of both novice and experienced Postgres users alike, providing a powerful graphical interface that simplifies the creation, maintenance and use of database objects.
diff --git a/product_docs/docs/epas/13/edb_plus/02_edb_plus.mdx b/product_docs/docs/epas/13/edb_plus/02_edb_plus.mdx
index da9839b85e4..60998c1669b 100644
--- a/product_docs/docs/epas/13/edb_plus/02_edb_plus.mdx
+++ b/product_docs/docs/epas/13/edb_plus/02_edb_plus.mdx
@@ -1,5 +1,7 @@
---
title: "EDB*Plus"
+legacyRedirects:
+ - "/edb-docs/d/edbplus/user-guides/edbplus-users-guide/39/edb_plus.html"
---
diff --git a/product_docs/docs/epas/13/edb_plus/03_installing_edb_plus.mdx b/product_docs/docs/epas/13/edb_plus/03_installing_edb_plus.mdx
index 4af7e68e842..328034c9888 100644
--- a/product_docs/docs/epas/13/edb_plus/03_installing_edb_plus.mdx
+++ b/product_docs/docs/epas/13/edb_plus/03_installing_edb_plus.mdx
@@ -1,5 +1,7 @@
---
title: "Installing EDB*Plus"
+legacyRedirects:
+ - "/edb-docs/d/edbplus/user-guides/edbplus-users-guide/39/installing_edb_plus.html"
---
diff --git a/product_docs/docs/epas/13/edb_plus/04_using_edb_plus.mdx b/product_docs/docs/epas/13/edb_plus/04_using_edb_plus.mdx
index 7460fe8d4fd..c0575b5b380 100644
--- a/product_docs/docs/epas/13/edb_plus/04_using_edb_plus.mdx
+++ b/product_docs/docs/epas/13/edb_plus/04_using_edb_plus.mdx
@@ -1,5 +1,7 @@
---
title: "Using EDB*Plus"
+legacyRedirects:
+ - "/edb-docs/d/edbplus/user-guides/edbplus-users-guide/39/using_edb_plus.html"
---
diff --git a/product_docs/docs/epas/13/edb_plus/05_using_edb_plus_with_ssl.mdx b/product_docs/docs/epas/13/edb_plus/05_using_edb_plus_with_ssl.mdx
index 6d12a04b27a..9034ea228e1 100644
--- a/product_docs/docs/epas/13/edb_plus/05_using_edb_plus_with_ssl.mdx
+++ b/product_docs/docs/epas/13/edb_plus/05_using_edb_plus_with_ssl.mdx
@@ -1,5 +1,7 @@
---
title: "Using a Secure Sockets Layer (SSL) Connection"
+legacyRedirects:
+ - "/edb-docs/d/edbplus/user-guides/edbplus-users-guide/39/using_edb_plus_with_ssl.html"
---
diff --git a/product_docs/docs/epas/13/edb_plus/06_command_summary.mdx b/product_docs/docs/epas/13/edb_plus/06_command_summary.mdx
index 5c8df7c06b9..1838c3a6f47 100644
--- a/product_docs/docs/epas/13/edb_plus/06_command_summary.mdx
+++ b/product_docs/docs/epas/13/edb_plus/06_command_summary.mdx
@@ -1,5 +1,7 @@
---
title: "Command Summary"
+legacyRedirects:
+ - "/edb-docs/d/edbplus/user-guides/edbplus-users-guide/39/command_summary.html"
---
diff --git a/product_docs/docs/epas/13/edb_plus/index.mdx b/product_docs/docs/epas/13/edb_plus/index.mdx
index 0f306843e0c..15219d044c2 100644
--- a/product_docs/docs/epas/13/edb_plus/index.mdx
+++ b/product_docs/docs/epas/13/edb_plus/index.mdx
@@ -1,6 +1,11 @@
---
navTitle: EDB*Plus — CLI
title: "EDB*Plus User's Guide"
+legacyRedirects:
+ - "/edb-docs/p/edbplus/39"
+ - "/edb-docs/d/edbplus/user-guides/edbplus-users-guide/39/introduction.html"
+ - "/edb-docs/d/edbplus/user-guides/edbplus-users-guide/39/conclusion.html"
+
directoryDefaults:
description: "EDB*Plus Documentation and release notes."
---
diff --git a/product_docs/docs/hadoop_data_adapter/2.0.7/01_whats_new.mdx b/product_docs/docs/hadoop_data_adapter/2.0.7/01_whats_new.mdx
index 923d9a13411..2b16ed49c71 100644
--- a/product_docs/docs/hadoop_data_adapter/2.0.7/01_whats_new.mdx
+++ b/product_docs/docs/hadoop_data_adapter/2.0.7/01_whats_new.mdx
@@ -3,6 +3,7 @@ title: "What’s New"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/2.0.7/whats_new.html"
+ - "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/latest/whats_new.html"
---
diff --git a/product_docs/docs/hadoop_data_adapter/2.0.7/02_requirements_overview.mdx b/product_docs/docs/hadoop_data_adapter/2.0.7/02_requirements_overview.mdx
index 0028abc3d23..e535fae498a 100644
--- a/product_docs/docs/hadoop_data_adapter/2.0.7/02_requirements_overview.mdx
+++ b/product_docs/docs/hadoop_data_adapter/2.0.7/02_requirements_overview.mdx
@@ -3,6 +3,7 @@ title: "Requirements Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/2.0.7/requirements_overview.html"
+ - "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/latest/requirements_overview.html"
---
## Supported Versions
diff --git a/product_docs/docs/hadoop_data_adapter/2.0.7/03_architecture_overview.mdx b/product_docs/docs/hadoop_data_adapter/2.0.7/03_architecture_overview.mdx
index f22678fef06..46f72b63156 100644
--- a/product_docs/docs/hadoop_data_adapter/2.0.7/03_architecture_overview.mdx
+++ b/product_docs/docs/hadoop_data_adapter/2.0.7/03_architecture_overview.mdx
@@ -3,6 +3,7 @@ title: "Architecture Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/2.0.7/architecture_overview.html"
+ - "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/latest/architecture_overview.html"
---
diff --git a/product_docs/docs/hadoop_data_adapter/2.0.7/04_supported_authentication_methods.mdx b/product_docs/docs/hadoop_data_adapter/2.0.7/04_supported_authentication_methods.mdx
index 6dae1c2d3bd..96e8d69e2db 100644
--- a/product_docs/docs/hadoop_data_adapter/2.0.7/04_supported_authentication_methods.mdx
+++ b/product_docs/docs/hadoop_data_adapter/2.0.7/04_supported_authentication_methods.mdx
@@ -3,6 +3,7 @@ title: "Supported Authentication Methods"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/2.0.7/supported_authentication_methods.html"
+ - "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/latest/supported_authentication_methods.html"
---
diff --git a/product_docs/docs/hadoop_data_adapter/2.0.7/05_installing_the_hadoop_data_adapter.mdx b/product_docs/docs/hadoop_data_adapter/2.0.7/05_installing_the_hadoop_data_adapter.mdx
index befaa3b0d72..392a1173497 100644
--- a/product_docs/docs/hadoop_data_adapter/2.0.7/05_installing_the_hadoop_data_adapter.mdx
+++ b/product_docs/docs/hadoop_data_adapter/2.0.7/05_installing_the_hadoop_data_adapter.mdx
@@ -3,6 +3,7 @@ title: "Installing the Hadoop Foreign Data Wrapper"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/2.0.7/installing_the_hadoop_data_adapter.html"
+ - "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/latest/installing_the_hadoop_data_adapter.html"
---
diff --git a/product_docs/docs/hadoop_data_adapter/2.0.7/06_features_of_hdfs_fdw.mdx b/product_docs/docs/hadoop_data_adapter/2.0.7/06_features_of_hdfs_fdw.mdx
index d73b3a0d688..f0a7657dfae 100644
--- a/product_docs/docs/hadoop_data_adapter/2.0.7/06_features_of_hdfs_fdw.mdx
+++ b/product_docs/docs/hadoop_data_adapter/2.0.7/06_features_of_hdfs_fdw.mdx
@@ -3,6 +3,7 @@ title: "Features of the Hadoop Foreign Data Wrapper"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/2.0.7/features_of_hdfs_fdw.html"
+ - "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/latest/features_of_hdfs_fdw.html"
---
diff --git a/product_docs/docs/hadoop_data_adapter/2.0.7/07_configuring_the_hadoop_data_adapter.mdx b/product_docs/docs/hadoop_data_adapter/2.0.7/07_configuring_the_hadoop_data_adapter.mdx
index 359feb6f0fc..c5ca90994d6 100644
--- a/product_docs/docs/hadoop_data_adapter/2.0.7/07_configuring_the_hadoop_data_adapter.mdx
+++ b/product_docs/docs/hadoop_data_adapter/2.0.7/07_configuring_the_hadoop_data_adapter.mdx
@@ -3,6 +3,7 @@ title: "Configuring the Hadoop Foreign Data Wrapper"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/2.0.7/configuring_the_hadoop_data_adapter.html"
+ - "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/latest/configuring_the_hadoop_data_adapter.html"
---
diff --git a/product_docs/docs/hadoop_data_adapter/2.0.7/08_using_the_hadoop_data_adapter.mdx b/product_docs/docs/hadoop_data_adapter/2.0.7/08_using_the_hadoop_data_adapter.mdx
index bcd6f73f73c..8cdb043870a 100644
--- a/product_docs/docs/hadoop_data_adapter/2.0.7/08_using_the_hadoop_data_adapter.mdx
+++ b/product_docs/docs/hadoop_data_adapter/2.0.7/08_using_the_hadoop_data_adapter.mdx
@@ -3,6 +3,7 @@ title: "Using the Hadoop Foreign Data Wrapper"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/2.0.7/using_the_hadoop_data_adapter.html"
+ - "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/latest/using_the_hadoop_data_adapter.html"
---
diff --git a/product_docs/docs/hadoop_data_adapter/2.0.7/09_identifying_data_adapter_version.mdx b/product_docs/docs/hadoop_data_adapter/2.0.7/09_identifying_data_adapter_version.mdx
index 9fe5fbf50d2..63f2099aacd 100644
--- a/product_docs/docs/hadoop_data_adapter/2.0.7/09_identifying_data_adapter_version.mdx
+++ b/product_docs/docs/hadoop_data_adapter/2.0.7/09_identifying_data_adapter_version.mdx
@@ -3,6 +3,7 @@ title: "Identifying the Hadoop Foreign Data Wrapper Version"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/2.0.7/identifying_data_adapter_version.html"
+ - "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/latest/identifying_data_adapter_version.html"
---
diff --git a/product_docs/docs/hadoop_data_adapter/2.0.7/index.mdx b/product_docs/docs/hadoop_data_adapter/2.0.7/index.mdx
index b22219c94ce..a7e2fe4e056 100644
--- a/product_docs/docs/hadoop_data_adapter/2.0.7/index.mdx
+++ b/product_docs/docs/hadoop_data_adapter/2.0.7/index.mdx
@@ -5,10 +5,15 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/2.0.7/index.html"
+ - "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/latest/index.html"
- "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/2.0.7/conclusion.html"
+ - "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/2.0.7/genindex.html"
+ - "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/latest/genindex.html"
- "/edb-docs/p/edb-postgres-hadoop-data-adapter/2.0.7"
+ - "/edb-docs/p/edb-postgres-hadoop-data-adapter/latest"
- "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/2.0.7/whats_new.html"
+ - "/edb-docs/d/edb-postgres-hadoop-data-adapter/user-guides/user-guide/latest/whats_new.html"
---
The Hadoop Foreign Data Wrapper (`hdfs_fdw`) is a Postgres extension that allows you to access data that resides on a Hadoop file system from EDB Postgres Advanced Server. The foreign data wrapper makes the Hadoop file system a read-only data source that you can use with Postgres functions and utilities, or in conjunction with other data that resides on a Postgres host.
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/01_whats_new.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/01_whats_new.mdx
index 0af3ca0b529..23246b14510 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/01_whats_new.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/01_whats_new.mdx
@@ -3,6 +3,7 @@ title: "What’s New"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/whats_new.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/whats_new.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/02_requirements_overview.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/02_requirements_overview.mdx
index 02ae1a5ad8c..600600af3e5 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/02_requirements_overview.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/02_requirements_overview.mdx
@@ -3,6 +3,7 @@ title: "Requirements Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/requirements_overview.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/requirements_overview.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/03_advanced_server_jdbc_connector_overview.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/03_advanced_server_jdbc_connector_overview.mdx
index 4c513d90fe8..ea51a7b2177 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/03_advanced_server_jdbc_connector_overview.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/03_advanced_server_jdbc_connector_overview.mdx
@@ -3,6 +3,7 @@ title: "Advanced Server JDBC Connector Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/advanced_server_jdbc_connector_overview.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/advanced_server_jdbc_connector_overview.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package.mdx
index 554aa3af83c..78546e47c52 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/01_installing_the_connector_with_an_rpm_package.mdx
@@ -3,6 +3,7 @@ title: "Installing the Connector with an RPM Package"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/installing_the_connector_with_an_rpm_package.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/installing_the_connector_with_an_rpm_package.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/02_installing_the_connector_on_an_sles_12_host.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/02_installing_the_connector_on_an_sles_12_host.mdx
index c83a491e728..28e18ae8d47 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/02_installing_the_connector_on_an_sles_12_host.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/02_installing_the_connector_on_an_sles_12_host.mdx
@@ -3,6 +3,7 @@ title: "Installing the Connector on an SLES 12 Host"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/installing_the_connector_on_an_sles_12_host.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/installing_the_connector_on_an_sles_12_host.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/03_installing_a_deb_package_on_a_debian_or_ubuntu_host.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/03_installing_a_deb_package_on_a_debian_or_ubuntu_host.mdx
index d9ff095987d..754810685da 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/03_installing_a_deb_package_on_a_debian_or_ubuntu_host.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/03_installing_a_deb_package_on_a_debian_or_ubuntu_host.mdx
@@ -3,6 +3,7 @@ title: "Installing the Connector on a Debian or Ubuntu Host"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/installing_a_deb_package_on_a_debian_or_ubuntu_host.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/installing_a_deb_package_on_a_debian_or_ubuntu_host.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/04_using_the_graphical_installer_to_install_the_connector.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/04_using_the_graphical_installer_to_install_the_connector.mdx
index 4bf649584f0..b2cb7c6dd05 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/04_using_the_graphical_installer_to_install_the_connector.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/04_using_the_graphical_installer_to_install_the_connector.mdx
@@ -3,6 +3,7 @@ title: "Using the Graphical Installer to Install the Connector"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/using_the_graphical_installer_to_install_the_connector.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/using_the_graphical_installer_to_install_the_connector.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/05_configuring_the_advanced_server_jdbc_connector.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/05_configuring_the_advanced_server_jdbc_connector.mdx
index 81a91561dd8..8aef6002d53 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/05_configuring_the_advanced_server_jdbc_connector.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/05_configuring_the_advanced_server_jdbc_connector.mdx
@@ -3,6 +3,7 @@ title: "Configuring the Advanced Server JDBC Connector"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/configuring_the_advanced_server_jdbc_connector.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/configuring_the_advanced_server_jdbc_connector.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/index.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/index.mdx
index 5ae688503c7..b536aa416e6 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/index.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/04_installing_and_configuring_the_jdbc_connector/index.mdx
@@ -3,6 +3,7 @@ title: "Installing and Configuring the JDBC Connector"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/installing_and_configuring_the_jdbc_connector.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/installing_and_configuring_the_jdbc_connector.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/01_loading_the_advanced_server_jdbc_connector.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/01_loading_the_advanced_server_jdbc_connector.mdx
index 80b94d3566d..4f25285030f 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/01_loading_the_advanced_server_jdbc_connector.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/01_loading_the_advanced_server_jdbc_connector.mdx
@@ -3,6 +3,7 @@ title: "Loading the Advanced Server JDBC Connector"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/loading_the_advanced_server_jdbc_connector.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/loading_the_advanced_server_jdbc_connector.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/02_connecting_to_the_database/01_additional_connection_properties.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/02_connecting_to_the_database/01_additional_connection_properties.mdx
index 5107c1de583..621ba90c7ba 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/02_connecting_to_the_database/01_additional_connection_properties.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/02_connecting_to_the_database/01_additional_connection_properties.mdx
@@ -3,6 +3,7 @@ title: "Additional Connection Properties"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/additional_connection_properties.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/additional_connection_properties.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/02_connecting_to_the_database/02_preferring_synchronous_secondary_database_servers.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/02_connecting_to_the_database/02_preferring_synchronous_secondary_database_servers.mdx
index 0986f591c15..a76d7d3e297 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/02_connecting_to_the_database/02_preferring_synchronous_secondary_database_servers.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/02_connecting_to_the_database/02_preferring_synchronous_secondary_database_servers.mdx
@@ -3,6 +3,7 @@ title: "Preferring Synchronous Secondary Database Servers"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/preferring_synchronous_secondary_database_servers.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/preferring_synchronous_secondary_database_servers.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/02_connecting_to_the_database/index.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/02_connecting_to_the_database/index.mdx
index aa15d820589..6cef459185c 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/02_connecting_to_the_database/index.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/02_connecting_to_the_database/index.mdx
@@ -3,6 +3,7 @@ title: "Connecting to the Database"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/connecting_to_the_database.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/connecting_to_the_database.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/03_executing_sql_statements_through_statement_objects.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/03_executing_sql_statements_through_statement_objects.mdx
index 6c4c5cb81d8..88e31c35a69 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/03_executing_sql_statements_through_statement_objects.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/03_executing_sql_statements_through_statement_objects.mdx
@@ -3,6 +3,7 @@ title: "Executing SQL Statements through Statement Objects"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/executing_sql_statements_through_statement_objects.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/executing_sql_statements_through_statement_objects.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/04_retrieving_results_from_a_resultset_object.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/04_retrieving_results_from_a_resultset_object.mdx
index d377372e73f..b91a2d7d1c6 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/04_retrieving_results_from_a_resultset_object.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/04_retrieving_results_from_a_resultset_object.mdx
@@ -3,6 +3,7 @@ title: "Retrieving Results from a ResultSet Object"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/retrieving_results_from_a_resultset_object.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/retrieving_results_from_a_resultset_object.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/05_freeing_resources.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/05_freeing_resources.mdx
index 01b68a3cf92..ef6cea6b5d3 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/05_freeing_resources.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/05_freeing_resources.mdx
@@ -3,6 +3,7 @@ title: "Freeing Resources"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/freeing_resources.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/freeing_resources.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/06_handling_errors.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/06_handling_errors.mdx
index 7db373cbd84..f4d8c0e49bc 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/06_handling_errors.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/06_handling_errors.mdx
@@ -3,6 +3,7 @@ title: "Handling Errors"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/handling_errors.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/handling_errors.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/index.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/index.mdx
index 9d60c29d5cf..bd0afbce78d 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/index.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/05_using_the_advanced_server_jdbc_connector_with_java_applications/index.mdx
@@ -3,6 +3,7 @@ title: "Using the Advanced Server JDBC Connector with Java applications"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/using_the_advanced_server_jdbc_connector_with_java_applications.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/using_the_advanced_server_jdbc_connector_with_java_applications.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/06_executing_sql_commands_with_executeUpdate().mdx b/product_docs/docs/jdbc_connector/42.2.12.3/06_executing_sql_commands_with_executeUpdate().mdx
index 912c331e329..edea0293c23 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/06_executing_sql_commands_with_executeUpdate().mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/06_executing_sql_commands_with_executeUpdate().mdx
@@ -3,6 +3,7 @@ title: "Executing SQL Commands with executeUpdate()"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/executing_sql_commands_with_executeUpdate().html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/executing_sql_commands_with_executeUpdate().html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/07_adding_a_graphical_interface_to_a_java_program.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/07_adding_a_graphical_interface_to_a_java_program.mdx
index e9838e6d134..c48035a2295 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/07_adding_a_graphical_interface_to_a_java_program.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/07_adding_a_graphical_interface_to_a_java_program.mdx
@@ -3,6 +3,7 @@ title: "Adding a Graphical Interface to a Java Program"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/adding_a_graphical_interface_to_a_java_program.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/adding_a_graphical_interface_to_a_java_program.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/01_reducing_client-side_resource_requirements.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/01_reducing_client-side_resource_requirements.mdx
index dcd64b880ac..1d6049b3ac5 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/01_reducing_client-side_resource_requirements.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/01_reducing_client-side_resource_requirements.mdx
@@ -3,6 +3,7 @@ title: "Reducing Client-side Resource Requirements"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/reducing_client-side_resource_requirements.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/reducing_client-side_resource_requirements.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/02_using_preparedstatements_to_send_sql_commands.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/02_using_preparedstatements_to_send_sql_commands.mdx
index 92f3879f81e..8e0e01aa3d9 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/02_using_preparedstatements_to_send_sql_commands.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/02_using_preparedstatements_to_send_sql_commands.mdx
@@ -3,6 +3,7 @@ title: "Using PreparedStatements to Send SQL Commands"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/using_preparedstatements_to_send_sql_commands.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/using_preparedstatements_to_send_sql_commands.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/03_executing_stored_procedures.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/03_executing_stored_procedures.mdx
index 7376e96d849..9ca056dc606 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/03_executing_stored_procedures.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/03_executing_stored_procedures.mdx
@@ -3,6 +3,7 @@ title: "Executing Stored Procedures"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/executing_stored_procedures.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/executing_stored_procedures.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/04_using_ref_cursors_with_java.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/04_using_ref_cursors_with_java.mdx
index cac0591c0a4..0b4ac932d1b 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/04_using_ref_cursors_with_java.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/04_using_ref_cursors_with_java.mdx
@@ -3,6 +3,7 @@ title: "Using REF CURSORS with Java"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/using_ref_cursors_with_java.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/using_ref_cursors_with_java.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/05_using_bytea_data_with_java.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/05_using_bytea_data_with_java.mdx
index 101e8b14a6b..d80ae6869a0 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/05_using_bytea_data_with_java.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/05_using_bytea_data_with_java.mdx
@@ -3,6 +3,7 @@ title: "Using BYTEA Data with Java"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/using_bytea_data_with_java.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/using_bytea_data_with_java.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/06_using_object_types_and_collections_with_java.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/06_using_object_types_and_collections_with_java.mdx
index 01c31ddee84..ff5b35b6233 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/06_using_object_types_and_collections_with_java.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/06_using_object_types_and_collections_with_java.mdx
@@ -3,6 +3,7 @@ title: "Using Object Types and Collections with Java"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/using_object_types_and_collections_with_java.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/using_object_types_and_collections_with_java.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/07_asynchronous_notification_handling_with_noticelistener.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/07_asynchronous_notification_handling_with_noticelistener.mdx
index 5525e163830..db9e6d53791 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/07_asynchronous_notification_handling_with_noticelistener.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/07_asynchronous_notification_handling_with_noticelistener.mdx
@@ -3,6 +3,7 @@ title: "Asynchronous Notification Handling with NoticeListener"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/asynchronous_notification_handling_with_noticelistener.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/asynchronous_notification_handling_with_noticelistener.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/index.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/index.mdx
index cf9b3bf7925..dbb5d446f6f 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/index.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/08_advanced_jdbc_connector_functionality/index.mdx
@@ -3,6 +3,7 @@ title: "Advanced JDBC Connector Functionality"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/advanced_jdbc_connector_functionality.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/advanced_jdbc_connector_functionality.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/01_configuring_the_server.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/01_configuring_the_server.mdx
index ae49ae67387..a3d862c40fa 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/01_configuring_the_server.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/01_configuring_the_server.mdx
@@ -3,6 +3,7 @@ title: "Configuring the Server"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/configuring_the_server.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/configuring_the_server.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/02_configuring_the_client.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/02_configuring_the_client.mdx
index 0f217ad6920..c0d3bac3d54 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/02_configuring_the_client.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/02_configuring_the_client.mdx
@@ -3,6 +3,7 @@ title: "Configuring the Client"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/configuring_the_client.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/configuring_the_client.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/03_testing_the_ssl_jdbc_connection.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/03_testing_the_ssl_jdbc_connection.mdx
index 80fe1d9e8df..22230b36e0c 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/03_testing_the_ssl_jdbc_connection.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/03_testing_the_ssl_jdbc_connection.mdx
@@ -3,6 +3,7 @@ title: "Testing the SSL JDBC Connection"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/testing_the_ssl_jdbc_connection.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/testing_the_ssl_jdbc_connection.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/04_using_certificate_authentication_without_a_password.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/04_using_certificate_authentication_without_a_password.mdx
index a8d4a97fe0b..a520d8883df 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/04_using_certificate_authentication_without_a_password.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/04_using_certificate_authentication_without_a_password.mdx
@@ -3,6 +3,7 @@ title: "Using Certificate Authentication Without a Password"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/using_certificate_authentication_without_a_password.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/using_certificate_authentication_without_a_password.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/index.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/index.mdx
index 67723c5cffe..8488e68a6f8 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/index.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/01_using_ssl/index.mdx
@@ -3,6 +3,7 @@ title: "Using SSL"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/using_ssl.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/using_ssl.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/02_scram_compatibility.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/02_scram_compatibility.mdx
index 424452824b5..f9a1eab4651 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/02_scram_compatibility.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/02_scram_compatibility.mdx
@@ -3,6 +3,7 @@ title: "Scram Compatibility"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/scram_compatibility.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/scram_compatibility.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/index.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/index.mdx
index f5cce254764..21132895007 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/index.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/09_security_and_encryption/index.mdx
@@ -3,6 +3,7 @@ title: "Security and Encryption"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/security_and_encryption.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/security_and_encryption.html"
---
PostgreSQL has native support for using SSL connections to encrypt client/server communications for increased security. This requires that OpenSSL is installed on both client and server systems and that support in PostgreSQL is enabled at build time.
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/10_advanced_server_jdbc_connector_logging.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/10_advanced_server_jdbc_connector_logging.mdx
index c148aef8e3d..8bd40d43256 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/10_advanced_server_jdbc_connector_logging.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/10_advanced_server_jdbc_connector_logging.mdx
@@ -3,6 +3,7 @@ title: "Advanced Server JDBC Connector Logging"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/advanced_server_jdbc_connector_logging.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/advanced_server_jdbc_connector_logging.html"
---
The Advanced Server JDBC Connector supports the use of logging to help resolve issues with the JDBC Connector when used in your application. The JDBC Connector uses the logging APIs of `java.util.logging` that was part of Java since JDK 1.4. For information on `java.util.logging`, see [The PostgreSQL JDBC Driver](https://jdbc.postgresql.org/documentation/head/logging.html).
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/11_reference_jdbc_data_types.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/11_reference_jdbc_data_types.mdx
index 4e87afe64a4..f25f7ce4275 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/11_reference_jdbc_data_types.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/11_reference_jdbc_data_types.mdx
@@ -3,6 +3,7 @@ title: "Reference - JDBC Data Types"
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/reference_jdbc_data_types.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/reference_jdbc_data_types.html"
---
diff --git a/product_docs/docs/jdbc_connector/42.2.12.3/index.mdx b/product_docs/docs/jdbc_connector/42.2.12.3/index.mdx
index 79a1c248c48..bf6b7e3eaab 100644
--- a/product_docs/docs/jdbc_connector/42.2.12.3/index.mdx
+++ b/product_docs/docs/jdbc_connector/42.2.12.3/index.mdx
@@ -5,10 +5,15 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/index.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/index.html"
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/conclusion.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/conclusion.html"
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/genindex.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/genindex.html"
- "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/42.2.12.3/whats_new.html"
+ - "/edb-docs/d/jdbc-connector/user-guides/jdbc-guide/latest/whats_new.html"
- "/edb-docs/p/jdbc-connector/42.2.12.3"
+ - "/edb-docs/p/jdbc-connector/latest"
---
The EDB JDBC connector provides connectivity between a Java application and an Advanced Server database. This guide provides installation instructions, usage instructions, and examples that demonstrate the Advanced Server specific functionality of the JDBC Connector.
diff --git a/product_docs/docs/migration_portal/3.0.1/01_whats_new.mdx b/product_docs/docs/migration_portal/3.0.1/01_whats_new.mdx
index 062bac83654..45de3b36ce3 100644
--- a/product_docs/docs/migration_portal/3.0.1/01_whats_new.mdx
+++ b/product_docs/docs/migration_portal/3.0.1/01_whats_new.mdx
@@ -3,6 +3,7 @@ title: "What's New"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/whats_new.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/whats_new.html"
---
diff --git a/product_docs/docs/migration_portal/3.0.1/02_supported_versions.mdx b/product_docs/docs/migration_portal/3.0.1/02_supported_versions.mdx
index 68a425ae0c5..0f392b17fda 100644
--- a/product_docs/docs/migration_portal/3.0.1/02_supported_versions.mdx
+++ b/product_docs/docs/migration_portal/3.0.1/02_supported_versions.mdx
@@ -3,6 +3,7 @@ title: "Supported Versions"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/supported_versions.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/supported_versions.html"
---
diff --git a/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/01_mp_overview_home.mdx b/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/01_mp_overview_home.mdx
index 4bfbf56d741..5740321241d 100644
--- a/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/01_mp_overview_home.mdx
+++ b/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/01_mp_overview_home.mdx
@@ -3,6 +3,7 @@ title: "Overview of the Migration Portal Home Page"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/mp_overview_home.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/mp_overview_home.html"
---
diff --git a/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/02_mp_overview_project.mdx b/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/02_mp_overview_project.mdx
index 685bedd83a2..cbd7a3ffa04 100644
--- a/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/02_mp_overview_project.mdx
+++ b/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/02_mp_overview_project.mdx
@@ -3,6 +3,7 @@ title: "Overview of the Migration Portal Projects Page"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/mp_overview_project.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/mp_overview_project.html"
---
diff --git a/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/03_mp_overview_wiki.mdx b/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/03_mp_overview_wiki.mdx
index 55eabe8ecdf..8904e0c9d5b 100644
--- a/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/03_mp_overview_wiki.mdx
+++ b/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/03_mp_overview_wiki.mdx
@@ -3,6 +3,7 @@ title: "Overview of the Migration Portal Wiki Page"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/mp_overview_wiki.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/mp_overview_wiki.html"
---
diff --git a/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/index.mdx b/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/index.mdx
index 1ee7d6d965d..29abcfc97c0 100644
--- a/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/index.mdx
+++ b/product_docs/docs/migration_portal/3.0.1/03_mp_using_portal/index.mdx
@@ -3,6 +3,7 @@ title: "Using Migration Portal"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/mp_using_portal.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/mp_using_portal.html"
---
diff --git a/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/01_mp_schema_extraction.mdx b/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/01_mp_schema_extraction.mdx
index decc39b5fc3..34d2f8a95fa 100644
--- a/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/01_mp_schema_extraction.mdx
+++ b/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/01_mp_schema_extraction.mdx
@@ -3,6 +3,7 @@ title: "Performing a Schema Extraction"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/mp_schema_extraction.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/mp_schema_extraction.html"
---
diff --git a/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/02_mp_schema_assessment.mdx b/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/02_mp_schema_assessment.mdx
index 997372c4ca2..6e45dec0cfe 100644
--- a/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/02_mp_schema_assessment.mdx
+++ b/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/02_mp_schema_assessment.mdx
@@ -3,6 +3,7 @@ title: "Performing a Schema Assessment"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/mp_schema_assessment.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/mp_schema_assessment.html"
---
diff --git a/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/03_mp_schema_migration.mdx b/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/03_mp_schema_migration.mdx
index 8978bef45ab..11e2da8c706 100644
--- a/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/03_mp_schema_migration.mdx
+++ b/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/03_mp_schema_migration.mdx
@@ -3,6 +3,7 @@ title: "Schema Migration"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/mp_schema_migration.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/mp_schema_migration.html"
---
diff --git a/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/04_mp_data_migration.mdx b/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/04_mp_data_migration.mdx
index 5cc456c3a8a..20e14702dad 100644
--- a/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/04_mp_data_migration.mdx
+++ b/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/04_mp_data_migration.mdx
@@ -3,6 +3,7 @@ title: "Data Migration"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/mp_data_migration.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/mp_data_migration.html"
---
diff --git a/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/index.mdx b/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/index.mdx
index 85122d36672..483a5a828c2 100644
--- a/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/index.mdx
+++ b/product_docs/docs/migration_portal/3.0.1/04_mp_migrating_database/index.mdx
@@ -3,6 +3,7 @@ title: "Migrating a Database"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/mp_migrating_database.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/mp_migrating_database.html"
---
diff --git a/product_docs/docs/migration_portal/3.0.1/05_mp_advanced_data_migration.mdx b/product_docs/docs/migration_portal/3.0.1/05_mp_advanced_data_migration.mdx
index 69ad6ec4acf..c37b337033f 100644
--- a/product_docs/docs/migration_portal/3.0.1/05_mp_advanced_data_migration.mdx
+++ b/product_docs/docs/migration_portal/3.0.1/05_mp_advanced_data_migration.mdx
@@ -3,6 +3,7 @@ title: "Advanced Data Migration"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/mp_advanced_data_migration.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/mp_advanced_data_migration.html"
---
diff --git a/product_docs/docs/migration_portal/3.0.1/index.mdx b/product_docs/docs/migration_portal/3.0.1/index.mdx
index b947b5acaa3..639b88be85b 100644
--- a/product_docs/docs/migration_portal/3.0.1/index.mdx
+++ b/product_docs/docs/migration_portal/3.0.1/index.mdx
@@ -5,10 +5,15 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/index.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/index.html"
- "/edb-docs/p/edb-postgres-migration-portal/3.0.1"
+ - "/edb-docs/p/edb-postgres-migration-portal/latest"
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/conclusion.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/whats_new.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/whats_new.html"
- "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.0.1/genindex.html"
+ - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/latest/genindex.html"
---
diff --git a/product_docs/docs/migration_toolkit/54.0.0/01_whats_new.mdx b/product_docs/docs/migration_toolkit/54.0.0/01_whats_new.mdx
index fab7be237af..c8259d43f15 100644
--- a/product_docs/docs/migration_toolkit/54.0.0/01_whats_new.mdx
+++ b/product_docs/docs/migration_toolkit/54.0.0/01_whats_new.mdx
@@ -3,6 +3,7 @@ title: "What's New"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/whats_new.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/whats_new.html"
---
diff --git a/product_docs/docs/migration_toolkit/54.0.0/02_supported_operating_systems_and_database_versions.mdx b/product_docs/docs/migration_toolkit/54.0.0/02_supported_operating_systems_and_database_versions.mdx
index 54bc796db4c..28295c76ba1 100644
--- a/product_docs/docs/migration_toolkit/54.0.0/02_supported_operating_systems_and_database_versions.mdx
+++ b/product_docs/docs/migration_toolkit/54.0.0/02_supported_operating_systems_and_database_versions.mdx
@@ -3,6 +3,7 @@ title: "Supported Operating Systems and Database Versions"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/supported_operating_systems_and_database_versions.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/supported_operating_systems_and_database_versions.html"
---
diff --git a/product_docs/docs/migration_toolkit/54.0.0/03_migration_methodology.mdx b/product_docs/docs/migration_toolkit/54.0.0/03_migration_methodology.mdx
index e321a7f0d2a..23d809db3c4 100644
--- a/product_docs/docs/migration_toolkit/54.0.0/03_migration_methodology.mdx
+++ b/product_docs/docs/migration_toolkit/54.0.0/03_migration_methodology.mdx
@@ -3,6 +3,7 @@ title: "Migration Methodology"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/migration_methodology.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/migration_methodology.html"
---
diff --git a/product_docs/docs/migration_toolkit/54.0.0/04_functionality_overview.mdx b/product_docs/docs/migration_toolkit/54.0.0/04_functionality_overview.mdx
index 7e913f175c8..2005e49a8c0 100644
--- a/product_docs/docs/migration_toolkit/54.0.0/04_functionality_overview.mdx
+++ b/product_docs/docs/migration_toolkit/54.0.0/04_functionality_overview.mdx
@@ -3,6 +3,7 @@ title: "Functionality Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/functionality_overview.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/functionality_overview.html"
---
diff --git a/product_docs/docs/migration_toolkit/54.0.0/05_installing_mtk.mdx b/product_docs/docs/migration_toolkit/54.0.0/05_installing_mtk.mdx
index 8aeffef67d5..2744076c6bd 100644
--- a/product_docs/docs/migration_toolkit/54.0.0/05_installing_mtk.mdx
+++ b/product_docs/docs/migration_toolkit/54.0.0/05_installing_mtk.mdx
@@ -10,6 +10,7 @@ legacyRedirects:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/installing_mtk.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/installing_mtk.html"
---
diff --git a/product_docs/docs/migration_toolkit/54.0.0/06_building_toolkit.properties_file.mdx b/product_docs/docs/migration_toolkit/54.0.0/06_building_toolkit.properties_file.mdx
index 170fbc832e7..06b278bc636 100644
--- a/product_docs/docs/migration_toolkit/54.0.0/06_building_toolkit.properties_file.mdx
+++ b/product_docs/docs/migration_toolkit/54.0.0/06_building_toolkit.properties_file.mdx
@@ -3,6 +3,7 @@ title: "Building the toolkit.properties File"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/building_toolkit.properties_file.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/building_toolkit.properties_file.html"
---
diff --git a/product_docs/docs/migration_toolkit/54.0.0/07_invoking_mtk.mdx b/product_docs/docs/migration_toolkit/54.0.0/07_invoking_mtk.mdx
index 46613318d8f..2ea80d16711 100644
--- a/product_docs/docs/migration_toolkit/54.0.0/07_invoking_mtk.mdx
+++ b/product_docs/docs/migration_toolkit/54.0.0/07_invoking_mtk.mdx
@@ -3,6 +3,7 @@ title: "Invoking Migration Toolkit"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/invoking_mtk.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/invoking_mtk.html"
---
diff --git a/product_docs/docs/migration_toolkit/54.0.0/08_mtk_command_options.mdx b/product_docs/docs/migration_toolkit/54.0.0/08_mtk_command_options.mdx
index d3d26157583..8dfb4a1aaa7 100644
--- a/product_docs/docs/migration_toolkit/54.0.0/08_mtk_command_options.mdx
+++ b/product_docs/docs/migration_toolkit/54.0.0/08_mtk_command_options.mdx
@@ -3,6 +3,7 @@ title: "Migration Toolkit Command Options"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/mtk_command_options.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/mtk_command_options.html"
---
diff --git a/product_docs/docs/migration_toolkit/54.0.0/09_mtk_errors.mdx b/product_docs/docs/migration_toolkit/54.0.0/09_mtk_errors.mdx
index 0fa00ef3c3e..a94137768de 100644
--- a/product_docs/docs/migration_toolkit/54.0.0/09_mtk_errors.mdx
+++ b/product_docs/docs/migration_toolkit/54.0.0/09_mtk_errors.mdx
@@ -3,6 +3,7 @@ title: "Migration Errors"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/mtk_errors.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/mtk_errors.html"
---
diff --git a/product_docs/docs/migration_toolkit/54.0.0/10_error_codes.mdx b/product_docs/docs/migration_toolkit/54.0.0/10_error_codes.mdx
index 6fadc1af444..bb4f16c501b 100644
--- a/product_docs/docs/migration_toolkit/54.0.0/10_error_codes.mdx
+++ b/product_docs/docs/migration_toolkit/54.0.0/10_error_codes.mdx
@@ -3,6 +3,7 @@ title: "Error Codes"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/error_codes.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/error_codes.html"
---
diff --git a/product_docs/docs/migration_toolkit/54.0.0/11_unsupported_features.mdx b/product_docs/docs/migration_toolkit/54.0.0/11_unsupported_features.mdx
index 6da6cb6046a..5729addc1aa 100644
--- a/product_docs/docs/migration_toolkit/54.0.0/11_unsupported_features.mdx
+++ b/product_docs/docs/migration_toolkit/54.0.0/11_unsupported_features.mdx
@@ -3,6 +3,7 @@ title: "Unsupported Features"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/unsupported_features.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/unsupported_features.html"
---
diff --git a/product_docs/docs/migration_toolkit/54.0.0/index.mdx b/product_docs/docs/migration_toolkit/54.0.0/index.mdx
index 61b46899c51..78d82d8076c 100644
--- a/product_docs/docs/migration_toolkit/54.0.0/index.mdx
+++ b/product_docs/docs/migration_toolkit/54.0.0/index.mdx
@@ -5,10 +5,15 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/index.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/index.html"
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/conclusion.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/whats_new.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/whats_new.html"
- "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/54.0.0/genindex.html"
+ - "/edb-docs/d/edb-postgres-migration-toolkit/user-guides/user-guide/latest/genindex.html"
- "/edb-docs/p/edb-postgres-migration-toolkit/54.0.0"
+ - "/edb-docs/p/edb-postgres-migration-toolkit/latest"
---
diff --git a/product_docs/docs/mongo_data_adapter/5.2.8/01_whats_new.mdx b/product_docs/docs/mongo_data_adapter/5.2.8/01_whats_new.mdx
index 92499c4c96f..5c5eb9e5efa 100644
--- a/product_docs/docs/mongo_data_adapter/5.2.8/01_whats_new.mdx
+++ b/product_docs/docs/mongo_data_adapter/5.2.8/01_whats_new.mdx
@@ -3,6 +3,7 @@ title: "What’s New"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/5.2.8/whats_new.html"
+ - "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/latest/whats_new.html"
---
diff --git a/product_docs/docs/mongo_data_adapter/5.2.8/02_requirements_overview.mdx b/product_docs/docs/mongo_data_adapter/5.2.8/02_requirements_overview.mdx
index 5043c62eac3..f909c2c2d3b 100644
--- a/product_docs/docs/mongo_data_adapter/5.2.8/02_requirements_overview.mdx
+++ b/product_docs/docs/mongo_data_adapter/5.2.8/02_requirements_overview.mdx
@@ -3,6 +3,7 @@ title: "Requirements Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/5.2.8/requirements_overview.html"
+ - "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/latest/requirements_overview.html"
---
## Supported Versions
diff --git a/product_docs/docs/mongo_data_adapter/5.2.8/03_architecture_overview.mdx b/product_docs/docs/mongo_data_adapter/5.2.8/03_architecture_overview.mdx
index 0bb1d2d531d..824a0ce085a 100644
--- a/product_docs/docs/mongo_data_adapter/5.2.8/03_architecture_overview.mdx
+++ b/product_docs/docs/mongo_data_adapter/5.2.8/03_architecture_overview.mdx
@@ -3,6 +3,7 @@ title: "Architecture Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/5.2.8/architecture_overview.html"
+ - "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/latest/architecture_overview.html"
---
diff --git a/product_docs/docs/mongo_data_adapter/5.2.8/04_installing_the_mongo_data_adapter.mdx b/product_docs/docs/mongo_data_adapter/5.2.8/04_installing_the_mongo_data_adapter.mdx
index c1a1467f8c7..5152d7ae8da 100644
--- a/product_docs/docs/mongo_data_adapter/5.2.8/04_installing_the_mongo_data_adapter.mdx
+++ b/product_docs/docs/mongo_data_adapter/5.2.8/04_installing_the_mongo_data_adapter.mdx
@@ -3,6 +3,7 @@ title: "Installing the MongoDB Foreign Data Wrapper"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/5.2.8/installing_the_mongo_data_adapter.html"
+ - "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/latest/installing_the_mongo_data_adapter.html"
---
diff --git a/product_docs/docs/mongo_data_adapter/5.2.8/05_features_of_mongo_fdw.mdx b/product_docs/docs/mongo_data_adapter/5.2.8/05_features_of_mongo_fdw.mdx
index 9f10dbe6c4e..a0bff850c3c 100644
--- a/product_docs/docs/mongo_data_adapter/5.2.8/05_features_of_mongo_fdw.mdx
+++ b/product_docs/docs/mongo_data_adapter/5.2.8/05_features_of_mongo_fdw.mdx
@@ -3,6 +3,7 @@ title: "Features of the MongoDB Foreign Data Wrapper"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/5.2.8/features_of_mongo_fdw.html"
+ - "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/latest/features_of_mongo_fdw.html"
---
diff --git a/product_docs/docs/mongo_data_adapter/5.2.8/06_configuring_the_mongo_data_adapter.mdx b/product_docs/docs/mongo_data_adapter/5.2.8/06_configuring_the_mongo_data_adapter.mdx
index 17825042f42..31e8d583147 100644
--- a/product_docs/docs/mongo_data_adapter/5.2.8/06_configuring_the_mongo_data_adapter.mdx
+++ b/product_docs/docs/mongo_data_adapter/5.2.8/06_configuring_the_mongo_data_adapter.mdx
@@ -3,6 +3,7 @@ title: "Configuring the MongoDB Foreign Data Wrapper"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/5.2.8/configuring_the_mongo_data_adapter.html"
+ - "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/latest/configuring_the_mongo_data_adapter.html"
---
diff --git a/product_docs/docs/mongo_data_adapter/5.2.8/07_example_using_the_mongo_data_adapter.mdx b/product_docs/docs/mongo_data_adapter/5.2.8/07_example_using_the_mongo_data_adapter.mdx
index 2b2e60440b0..af1d1af4e66 100644
--- a/product_docs/docs/mongo_data_adapter/5.2.8/07_example_using_the_mongo_data_adapter.mdx
+++ b/product_docs/docs/mongo_data_adapter/5.2.8/07_example_using_the_mongo_data_adapter.mdx
@@ -3,6 +3,7 @@ title: "Example: Using the MongoDB Foreign Data Wrapper"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/5.2.8/example_using_the_mongo_data_adapter.html"
+ - "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/latest/example_using_the_mongo_data_adapter.html"
---
diff --git a/product_docs/docs/mongo_data_adapter/5.2.8/08_identifying_data_adapter_version.mdx b/product_docs/docs/mongo_data_adapter/5.2.8/08_identifying_data_adapter_version.mdx
index e7f1eb49c06..58491944721 100644
--- a/product_docs/docs/mongo_data_adapter/5.2.8/08_identifying_data_adapter_version.mdx
+++ b/product_docs/docs/mongo_data_adapter/5.2.8/08_identifying_data_adapter_version.mdx
@@ -3,6 +3,7 @@ title: "Identifying the MongoDB Foreign Data Wrapper Version"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/5.2.8/identifying_data_adapter_version.html"
+ - "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/latest/identifying_data_adapter_version.html"
---
diff --git a/product_docs/docs/mongo_data_adapter/5.2.8/index.mdx b/product_docs/docs/mongo_data_adapter/5.2.8/index.mdx
index 22854369dbc..56d8bbdc693 100644
--- a/product_docs/docs/mongo_data_adapter/5.2.8/index.mdx
+++ b/product_docs/docs/mongo_data_adapter/5.2.8/index.mdx
@@ -5,10 +5,15 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/5.2.8/index.html"
+ - "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/latest/index.html"
- "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/5.2.8/conclusion.html"
+ - "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/5.2.8/whats_new.html"
+ - "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/latest/whats_new.html"
- "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/5.2.8/genindex.html"
+ - "/edb-docs/d/edb-postgres-mongodb-data-adapter/user-guides/user-guide/latest/genindex.html"
- "/edb-docs/p/edb-postgres-mongodb-data-adapter/5.2.8"
+ - "/edb-docs/p/edb-postgres-mongodb-data-adapter/latest"
---
The MongoDB Foreign Data Wrapper (`mongo_fdw`) is a Postgres extension that allows you to access data that resides on a MongoDB database from EDB Postgres Advanced Server. It is a writable foreign data wrapper that you can use with Postgres functions and utilities, or in conjunction with other data that resides on a Postgres host.
diff --git a/product_docs/docs/mysql_data_adapter/2.5.5/01_whats_new.mdx b/product_docs/docs/mysql_data_adapter/2.5.5/01_whats_new.mdx
index 97a9acbbad2..1fef3f244d5 100644
--- a/product_docs/docs/mysql_data_adapter/2.5.5/01_whats_new.mdx
+++ b/product_docs/docs/mysql_data_adapter/2.5.5/01_whats_new.mdx
@@ -3,6 +3,7 @@ title: "What’s New"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/2.5.5/whats_new.html"
+ - "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/latest/whats_new.html"
---
diff --git a/product_docs/docs/mysql_data_adapter/2.5.5/02_requirements_overview.mdx b/product_docs/docs/mysql_data_adapter/2.5.5/02_requirements_overview.mdx
index 503db2c08c5..58b3af90c1e 100644
--- a/product_docs/docs/mysql_data_adapter/2.5.5/02_requirements_overview.mdx
+++ b/product_docs/docs/mysql_data_adapter/2.5.5/02_requirements_overview.mdx
@@ -3,6 +3,7 @@ title: "Requirements Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/2.5.5/requirements_overview.html"
+ - "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/latest/requirements_overview.html"
---
## Supported Versions
diff --git a/product_docs/docs/mysql_data_adapter/2.5.5/03_architecture_overview.mdx b/product_docs/docs/mysql_data_adapter/2.5.5/03_architecture_overview.mdx
index 83f0f6f817b..1cd6d2767a5 100644
--- a/product_docs/docs/mysql_data_adapter/2.5.5/03_architecture_overview.mdx
+++ b/product_docs/docs/mysql_data_adapter/2.5.5/03_architecture_overview.mdx
@@ -3,6 +3,7 @@ title: "Architecture Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/2.5.5/architecture_overview.html"
+ - "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/latest/architecture_overview.html"
---
diff --git a/product_docs/docs/mysql_data_adapter/2.5.5/04_installing_the_mysql_data_adapter.mdx b/product_docs/docs/mysql_data_adapter/2.5.5/04_installing_the_mysql_data_adapter.mdx
index e07f0708ac8..3702b25811f 100644
--- a/product_docs/docs/mysql_data_adapter/2.5.5/04_installing_the_mysql_data_adapter.mdx
+++ b/product_docs/docs/mysql_data_adapter/2.5.5/04_installing_the_mysql_data_adapter.mdx
@@ -3,6 +3,7 @@ title: "Installing the MySQL Foreign Data Wrapper"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/2.5.5/installing_the_mysql_data_adapter.html"
+ - "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/latest/installing_the_mysql_data_adapter.html"
---
diff --git a/product_docs/docs/mysql_data_adapter/2.5.5/05_features_of_mysql_fdw.mdx b/product_docs/docs/mysql_data_adapter/2.5.5/05_features_of_mysql_fdw.mdx
index 8338680c6d2..0fad950af60 100644
--- a/product_docs/docs/mysql_data_adapter/2.5.5/05_features_of_mysql_fdw.mdx
+++ b/product_docs/docs/mysql_data_adapter/2.5.5/05_features_of_mysql_fdw.mdx
@@ -3,6 +3,7 @@ title: "Features of the MySQL Foreign Data Wrapper"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/2.5.5/features_of_mysql_fdw.html"
+ - "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/latest/features_of_mysql_fdw.html"
---
diff --git a/product_docs/docs/mysql_data_adapter/2.5.5/06_configuring_the_mysql_data_adapter.mdx b/product_docs/docs/mysql_data_adapter/2.5.5/06_configuring_the_mysql_data_adapter.mdx
index 986bb1a8ba3..6bc18d50022 100644
--- a/product_docs/docs/mysql_data_adapter/2.5.5/06_configuring_the_mysql_data_adapter.mdx
+++ b/product_docs/docs/mysql_data_adapter/2.5.5/06_configuring_the_mysql_data_adapter.mdx
@@ -3,6 +3,7 @@ title: "Configuring the MySQL Foreign Data Wrapper"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/2.5.5/configuring_the_mysql_data_adapter.html"
+ - "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/latest/configuring_the_mysql_data_adapter.html"
---
diff --git a/product_docs/docs/mysql_data_adapter/2.5.5/07_example_using_the_mysql_data_adapter.mdx b/product_docs/docs/mysql_data_adapter/2.5.5/07_example_using_the_mysql_data_adapter.mdx
index f12c5f495c5..920e644b4d8 100644
--- a/product_docs/docs/mysql_data_adapter/2.5.5/07_example_using_the_mysql_data_adapter.mdx
+++ b/product_docs/docs/mysql_data_adapter/2.5.5/07_example_using_the_mysql_data_adapter.mdx
@@ -3,6 +3,7 @@ title: "Example: Using the MySQL Foreign Data Wrapper"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/2.5.5/example_using_the_mysql_data_adapter.html"
+ - "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/latest/example_using_the_mysql_data_adapter.html"
---
diff --git a/product_docs/docs/mysql_data_adapter/2.5.5/08_example_import_foreign_schema.mdx b/product_docs/docs/mysql_data_adapter/2.5.5/08_example_import_foreign_schema.mdx
index 874650fd066..1494c671aad 100644
--- a/product_docs/docs/mysql_data_adapter/2.5.5/08_example_import_foreign_schema.mdx
+++ b/product_docs/docs/mysql_data_adapter/2.5.5/08_example_import_foreign_schema.mdx
@@ -3,6 +3,7 @@ title: "Example: Import Foreign Schema"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/2.5.5/example_import_foreign_schema.html"
+ - "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/latest/example_import_foreign_schema.html"
---
diff --git a/product_docs/docs/mysql_data_adapter/2.5.5/09_identifying_data_adapter_version.mdx b/product_docs/docs/mysql_data_adapter/2.5.5/09_identifying_data_adapter_version.mdx
index b45788b3a10..a8f1eaed39c 100644
--- a/product_docs/docs/mysql_data_adapter/2.5.5/09_identifying_data_adapter_version.mdx
+++ b/product_docs/docs/mysql_data_adapter/2.5.5/09_identifying_data_adapter_version.mdx
@@ -3,6 +3,7 @@ title: "Identifying the MySQL Foreign Data Wrapper Version"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/2.5.5/identifying_data_adapter_version.html"
+ - "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/latest/identifying_data_adapter_version.html"
---
diff --git a/product_docs/docs/mysql_data_adapter/2.5.5/10_troubleshooting.mdx b/product_docs/docs/mysql_data_adapter/2.5.5/10_troubleshooting.mdx
index a81f6718569..8600c5027a2 100644
--- a/product_docs/docs/mysql_data_adapter/2.5.5/10_troubleshooting.mdx
+++ b/product_docs/docs/mysql_data_adapter/2.5.5/10_troubleshooting.mdx
@@ -3,6 +3,7 @@ title: "Troubleshooting"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/2.5.5/troubleshooting.html"
+ - "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/latest/troubleshooting.html"
---
In case you are experiencing issues with using MySQL 8 and MySQL_FDW, below is a list of solutions to some frequently seen issues:
diff --git a/product_docs/docs/mysql_data_adapter/2.5.5/index.mdx b/product_docs/docs/mysql_data_adapter/2.5.5/index.mdx
index 4b43d7e5509..e57e8ebfc8d 100644
--- a/product_docs/docs/mysql_data_adapter/2.5.5/index.mdx
+++ b/product_docs/docs/mysql_data_adapter/2.5.5/index.mdx
@@ -5,10 +5,15 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/2.5.5/index.html"
+ - "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/latest/index.html"
- "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/2.5.5/conclusion.html"
+ - "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/latest/conclusion.html"
- "/edb-docs/p/edb-postgres-mysql-data-adapter/2.5.5"
+ - "/edb-docs/p/edb-postgres-mysql-data-adapter/latest"
- "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/2.5.5/whats_new.html"
+ - "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/latest/whats_new.html"
- "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/2.5.5/genindex.html"
+ - "/edb-docs/d/edb-postgres-mysql-data-adapter/user-guides/user-guide/latest/genindex.html"
---
The MySQL Foreign Data Wrapper (`mysql_fdw`) is a Postgres extension that allows you to access data that resides on a MySQL database from EDB Postgres Advanced Server. It is a writable foreign data wrapper that you can use with Postgres functions and utilities, or in conjunction with other data that resides on a Postgres host.
diff --git a/product_docs/docs/net_connector/4.1.6.1/01_whats_new.mdx b/product_docs/docs/net_connector/4.1.6.1/01_whats_new.mdx
index 53d83299e3d..36c468e2311 100644
--- a/product_docs/docs/net_connector/4.1.6.1/01_whats_new.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/01_whats_new.mdx
@@ -3,6 +3,7 @@ title: "What’s New"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/whats_new.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/whats_new.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/02_requirements_overview.mdx b/product_docs/docs/net_connector/4.1.6.1/02_requirements_overview.mdx
index 88b31f8857c..94dcbb46002 100644
--- a/product_docs/docs/net_connector/4.1.6.1/02_requirements_overview.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/02_requirements_overview.mdx
@@ -3,6 +3,7 @@ title: "Requirements Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/requirements_overview.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/requirements_overview.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/03_the_advanced_server_net_connector_overview.mdx b/product_docs/docs/net_connector/4.1.6.1/03_the_advanced_server_net_connector_overview.mdx
index 500d3cc0aa1..dc07a09a1c7 100644
--- a/product_docs/docs/net_connector/4.1.6.1/03_the_advanced_server_net_connector_overview.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/03_the_advanced_server_net_connector_overview.mdx
@@ -3,6 +3,7 @@ title: "The EDB .NET Connector - Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/the_advanced_server_net_connector_overview.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/the_advanced_server_net_connector_overview.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/04_installing_and_configuring_the_net_connector.mdx b/product_docs/docs/net_connector/4.1.6.1/04_installing_and_configuring_the_net_connector.mdx
index 06de49774aa..8eb56939ac9 100644
--- a/product_docs/docs/net_connector/4.1.6.1/04_installing_and_configuring_the_net_connector.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/04_installing_and_configuring_the_net_connector.mdx
@@ -3,6 +3,7 @@ title: "Installing and Configuring the .NET Connector"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/installing_and_configuring_the_net_connector.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/installing_and_configuring_the_net_connector.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/05_using_the_net_connector.mdx b/product_docs/docs/net_connector/4.1.6.1/05_using_the_net_connector.mdx
index 44443a0b147..24903a74c1c 100644
--- a/product_docs/docs/net_connector/4.1.6.1/05_using_the_net_connector.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/05_using_the_net_connector.mdx
@@ -3,6 +3,7 @@ title: "Using the .NET Connector"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/using_the_net_connector.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/using_the_net_connector.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/06_opening_a_database_connection.mdx b/product_docs/docs/net_connector/4.1.6.1/06_opening_a_database_connection.mdx
index fa7aa956564..f8e2c88166d 100644
--- a/product_docs/docs/net_connector/4.1.6.1/06_opening_a_database_connection.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/06_opening_a_database_connection.mdx
@@ -3,6 +3,7 @@ title: "Opening a Database Connection"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/opening_a_database_connection.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/opening_a_database_connection.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/07_retrieving_database_records.mdx b/product_docs/docs/net_connector/4.1.6.1/07_retrieving_database_records.mdx
index 1951314dcc1..4c9d047e0f7 100644
--- a/product_docs/docs/net_connector/4.1.6.1/07_retrieving_database_records.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/07_retrieving_database_records.mdx
@@ -3,6 +3,7 @@ title: "Retrieving Database Records"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/retrieving_database_records.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/retrieving_database_records.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/08_parameterized_queries.mdx b/product_docs/docs/net_connector/4.1.6.1/08_parameterized_queries.mdx
index d095a0a028d..d8470e7d058 100644
--- a/product_docs/docs/net_connector/4.1.6.1/08_parameterized_queries.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/08_parameterized_queries.mdx
@@ -3,6 +3,7 @@ title: "Parameterized Queries"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/parameterized_queries.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/parameterized_queries.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/09_inserting_records_in_a_database.mdx b/product_docs/docs/net_connector/4.1.6.1/09_inserting_records_in_a_database.mdx
index 8aef1993007..9891aba762e 100644
--- a/product_docs/docs/net_connector/4.1.6.1/09_inserting_records_in_a_database.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/09_inserting_records_in_a_database.mdx
@@ -3,6 +3,7 @@ title: "Inserting Records in a Database"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/inserting_records_in_a_database.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/inserting_records_in_a_database.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/10_deleting_records_in_a_database.mdx b/product_docs/docs/net_connector/4.1.6.1/10_deleting_records_in_a_database.mdx
index 185513f9793..aae60e94648 100644
--- a/product_docs/docs/net_connector/4.1.6.1/10_deleting_records_in_a_database.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/10_deleting_records_in_a_database.mdx
@@ -3,6 +3,7 @@ title: "Deleting Records in a Database"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/deleting_records_in_a_database.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/deleting_records_in_a_database.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/11_using_spl_stored_procedures_in_your_net_application.mdx b/product_docs/docs/net_connector/4.1.6.1/11_using_spl_stored_procedures_in_your_net_application.mdx
index ad02f1c6817..801e6dd18d2 100644
--- a/product_docs/docs/net_connector/4.1.6.1/11_using_spl_stored_procedures_in_your_net_application.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/11_using_spl_stored_procedures_in_your_net_application.mdx
@@ -3,6 +3,7 @@ title: "Using SPL Stored Procedures in your .NET Application"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/using_spl_stored_procedures_in_your_net_application.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/using_spl_stored_procedures_in_your_net_application.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/12_using_advanced_queueing.mdx b/product_docs/docs/net_connector/4.1.6.1/12_using_advanced_queueing.mdx
index 470bf0bcc6c..2cad8ddc9a5 100644
--- a/product_docs/docs/net_connector/4.1.6.1/12_using_advanced_queueing.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/12_using_advanced_queueing.mdx
@@ -3,6 +3,7 @@ title: "Using Advanced Queueing"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/using_advanced_queueing.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/using_advanced_queueing.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/13_using_a_ref_cursor_in_a_net_application.mdx b/product_docs/docs/net_connector/4.1.6.1/13_using_a_ref_cursor_in_a_net_application.mdx
index 8a2149421b1..8a40190be0b 100644
--- a/product_docs/docs/net_connector/4.1.6.1/13_using_a_ref_cursor_in_a_net_application.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/13_using_a_ref_cursor_in_a_net_application.mdx
@@ -3,6 +3,7 @@ title: "Using a Ref Cursor in a .NET Application"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/using_a_ref_cursor_in_a_net_application.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/using_a_ref_cursor_in_a_net_application.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/14_using_plugins.mdx b/product_docs/docs/net_connector/4.1.6.1/14_using_plugins.mdx
index 8c01229634e..fd680e6748a 100644
--- a/product_docs/docs/net_connector/4.1.6.1/14_using_plugins.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/14_using_plugins.mdx
@@ -3,6 +3,7 @@ title: "Using Plugins"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/using_plugins.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/using_plugins.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/15_using_object_types.mdx b/product_docs/docs/net_connector/4.1.6.1/15_using_object_types.mdx
index 0fcf2d29162..073d8065691 100644
--- a/product_docs/docs/net_connector/4.1.6.1/15_using_object_types.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/15_using_object_types.mdx
@@ -3,6 +3,7 @@ title: "Using Object Types in .NET"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/using_object_types.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/using_object_types.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/16_scram_compatibility.mdx b/product_docs/docs/net_connector/4.1.6.1/16_scram_compatibility.mdx
index d1e030c53ab..3417f68b1d0 100644
--- a/product_docs/docs/net_connector/4.1.6.1/16_scram_compatibility.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/16_scram_compatibility.mdx
@@ -5,6 +5,7 @@ legacyRedirects:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/scram_compatibility.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/scram_compatibility.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/17_advanced_server_net_connector_logging.mdx b/product_docs/docs/net_connector/4.1.6.1/17_advanced_server_net_connector_logging.mdx
index 53af96d7b09..3d38fb57d77 100644
--- a/product_docs/docs/net_connector/4.1.6.1/17_advanced_server_net_connector_logging.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/17_advanced_server_net_connector_logging.mdx
@@ -3,6 +3,7 @@ title: "EDB .NET Connector Logging"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/advanced_server_net_connector_logging.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/advanced_server_net_connector_logging.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/18_api_reference.mdx b/product_docs/docs/net_connector/4.1.6.1/18_api_reference.mdx
index 8018e73479d..ac2b5c55a81 100644
--- a/product_docs/docs/net_connector/4.1.6.1/18_api_reference.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/18_api_reference.mdx
@@ -3,6 +3,7 @@ title: "API Reference"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/api_reference.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/api_reference.html"
---
diff --git a/product_docs/docs/net_connector/4.1.6.1/index.mdx b/product_docs/docs/net_connector/4.1.6.1/index.mdx
index dc988ee12d6..dd912a46db0 100644
--- a/product_docs/docs/net_connector/4.1.6.1/index.mdx
+++ b/product_docs/docs/net_connector/4.1.6.1/index.mdx
@@ -5,10 +5,15 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/index.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/index.html"
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/conclusion.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/genindex.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/genindex.html"
- "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/4.1.6.1/whats_new.html"
+ - "/edb-docs/d/edb-postgres-net-connector/user-guides/net-guide/latest/whats_new.html"
- "/edb-docs/p/edb-postgres-net-connector/4.1.6.1"
+ - "/edb-docs/p/edb-postgres-net-connector/latest"
---
The EDB .NET Connector distributed with EDB Postgres Advanced Server (Advanced Server) provides connectivity between a .NET client application and an Advanced Server database server. This guide provides installation instructions, usage instructions, and examples that demonstrate the functionality of the EDB .NET Connector:
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/01_whats_new.mdx b/product_docs/docs/ocl_connector/13.1.4.2/01_whats_new.mdx
index 9b328fa0b19..9c60184ac21 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/01_whats_new.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/01_whats_new.mdx
@@ -3,6 +3,7 @@ title: "What’s New"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/whats_new.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/whats_new.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/02_supported_platforms.mdx b/product_docs/docs/ocl_connector/13.1.4.2/02_supported_platforms.mdx
index b19bd82360b..1e69a073747 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/02_supported_platforms.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/02_supported_platforms.mdx
@@ -3,6 +3,7 @@ title: "Supported Platforms"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/supported_platforms.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/supported_platforms.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/03_libpq_compatibility.mdx b/product_docs/docs/ocl_connector/13.1.4.2/03_libpq_compatibility.mdx
index 712a3900a50..695db71132b 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/03_libpq_compatibility.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/03_libpq_compatibility.mdx
@@ -3,6 +3,7 @@ title: "libpq Cross-version Compatibility"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/libpq_compatibility.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/libpq_compatibility.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/01_installing_and_configuring_the_ocl_connector.mdx b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/01_installing_and_configuring_the_ocl_connector.mdx
index 3e08bb7af22..ae7602fbe1f 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/01_installing_and_configuring_the_ocl_connector.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/01_installing_and_configuring_the_ocl_connector.mdx
@@ -3,6 +3,7 @@ title: "Installing and Configuring the OCL Connector"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/installing_and_configuring_the_ocl_connector.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/installing_and_configuring_the_ocl_connector.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/02_forming_a_connection_string.mdx b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/02_forming_a_connection_string.mdx
index c4a26c62a99..8d129a88232 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/02_forming_a_connection_string.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/02_forming_a_connection_string.mdx
@@ -3,6 +3,7 @@ title: "Forming a Connection String"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/forming_a_connection_string.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/forming_a_connection_string.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/03_compiling_and_linking_a_program.mdx b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/03_compiling_and_linking_a_program.mdx
index 6021cc73f63..693061b1abe 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/03_compiling_and_linking_a_program.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/03_compiling_and_linking_a_program.mdx
@@ -3,6 +3,7 @@ title: "Compiling and Linking a Program"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/compiling_and_linking_a_program.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/compiling_and_linking_a_program.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/04_ref_cursor_support.mdx b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/04_ref_cursor_support.mdx
index 78e1f59dfdb..94ce2c682f6 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/04_ref_cursor_support.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/04_ref_cursor_support.mdx
@@ -3,6 +3,7 @@ title: "Ref Cursor Support"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/ref_cursor_support.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/ref_cursor_support.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/05_ocl_function_reference.mdx b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/05_ocl_function_reference.mdx
index fa9536942ef..35534520412 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/05_ocl_function_reference.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/05_ocl_function_reference.mdx
@@ -3,6 +3,7 @@ title: "OCL Function Reference"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/ocl_function_reference.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/ocl_function_reference.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/06_ocl_error_codes_reference.mdx b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/06_ocl_error_codes_reference.mdx
index be8ddd425b9..4cf3b3e0efa 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/06_ocl_error_codes_reference.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/06_ocl_error_codes_reference.mdx
@@ -3,6 +3,7 @@ title: "OCL Error Codes – Reference"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/ocl_error_codes_reference.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/ocl_error_codes_reference.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/07_multithreading_support.mdx b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/07_multithreading_support.mdx
index 703370c015f..a628ee62fcb 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/07_multithreading_support.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/07_multithreading_support.mdx
@@ -3,6 +3,7 @@ title: "Multithreading Support"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/multithreading_support.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/multithreading_support.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/08_otl_support.mdx b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/08_otl_support.mdx
index 80c138be5c0..ae5fae0a070 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/08_otl_support.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/08_otl_support.mdx
@@ -3,6 +3,7 @@ title: "OTL Support"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/otl_support.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/otl_support.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/index.mdx b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/index.mdx
index a9bb5d4a7c3..d7402d04da4 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/index.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/04_open_client_library/index.mdx
@@ -3,6 +3,7 @@ title: "Open Client Library"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/open_client_library.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/open_client_library.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/05_generating_the_ocl_trace.mdx b/product_docs/docs/ocl_connector/13.1.4.2/05_generating_the_ocl_trace.mdx
index 8256096c9cd..6f0890b3609 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/05_generating_the_ocl_trace.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/05_generating_the_ocl_trace.mdx
@@ -3,6 +3,7 @@ title: "Generating the OCL Trace"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/generating_the_ocl_trace.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/generating_the_ocl_trace.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/06_using_ssl.mdx b/product_docs/docs/ocl_connector/13.1.4.2/06_using_ssl.mdx
index c15669970b1..5b14e6fe545 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/06_using_ssl.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/06_using_ssl.mdx
@@ -5,6 +5,7 @@ legacyRedirects:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/using_ssl.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/using_ssl.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/07_scram_compatibility.mdx b/product_docs/docs/ocl_connector/13.1.4.2/07_scram_compatibility.mdx
index 8385ac57dd5..7cec6ba8337 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/07_scram_compatibility.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/07_scram_compatibility.mdx
@@ -3,6 +3,7 @@ title: "Scram Compatibility"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/scram_compatibility.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/scram_compatibility.html"
---
diff --git a/product_docs/docs/ocl_connector/13.1.4.2/index.mdx b/product_docs/docs/ocl_connector/13.1.4.2/index.mdx
index 8b39faa1169..d60c90440dc 100644
--- a/product_docs/docs/ocl_connector/13.1.4.2/index.mdx
+++ b/product_docs/docs/ocl_connector/13.1.4.2/index.mdx
@@ -5,10 +5,15 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/index.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/index.html"
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/conclusion.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/genindex.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/genindex.html"
- "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/13.1.4.2/whats_new.html"
+ - "/edb-docs/d/edb-postgres-ocl-connector/user-guides/ocl-guide/latest/whats_new.html"
- "/edb-docs/p/edb-postgres-ocl-connector/13.1.4.2"
+ - "/edb-docs/p/edb-postgres-ocl-connector/latest"
---
The EDB OCL Connector provides an API similar to the Oracle Call Interface. Applications that are written to use the Oracle Call Interface may be recompiled using EDB's OCL connector in order to interact with an Advanced Server database server.
diff --git a/product_docs/docs/odbc_connector/12.2.0.2/01_whats_new.mdx b/product_docs/docs/odbc_connector/12.2.0.2/01_whats_new.mdx
index 9b56927a5df..18065707122 100644
--- a/product_docs/docs/odbc_connector/12.2.0.2/01_whats_new.mdx
+++ b/product_docs/docs/odbc_connector/12.2.0.2/01_whats_new.mdx
@@ -3,6 +3,7 @@ title: "What’s New"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/12.2.0.2/whats_new.html"
+ - "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/latest/whats_new.html"
---
diff --git a/product_docs/docs/odbc_connector/12.2.0.2/02_requirements_overview.mdx b/product_docs/docs/odbc_connector/12.2.0.2/02_requirements_overview.mdx
index cb92aab9448..a33649c23f6 100644
--- a/product_docs/docs/odbc_connector/12.2.0.2/02_requirements_overview.mdx
+++ b/product_docs/docs/odbc_connector/12.2.0.2/02_requirements_overview.mdx
@@ -3,6 +3,7 @@ title: "Requirements Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/12.2.0.2/requirements_overview.html"
+ - "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/latest/requirements_overview.html"
---
## Supported Versions
diff --git a/product_docs/docs/odbc_connector/12.2.0.2/03_edb-odbc_overview/01_installing_edb-odbc.mdx b/product_docs/docs/odbc_connector/12.2.0.2/03_edb-odbc_overview/01_installing_edb-odbc.mdx
index b501a064ae6..ebe2b32b1d7 100644
--- a/product_docs/docs/odbc_connector/12.2.0.2/03_edb-odbc_overview/01_installing_edb-odbc.mdx
+++ b/product_docs/docs/odbc_connector/12.2.0.2/03_edb-odbc_overview/01_installing_edb-odbc.mdx
@@ -3,6 +3,7 @@ title: "Installing EDB-ODBC"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/12.2.0.2/installing_edb-odbc.html"
+ - "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/latest/installing_edb-odbc.html"
---
The EDB ODBC Connector is distributed and installed with the EDB Postgres Advanced Server graphical or RPM installer.
diff --git a/product_docs/docs/odbc_connector/12.2.0.2/03_edb-odbc_overview/index.mdx b/product_docs/docs/odbc_connector/12.2.0.2/03_edb-odbc_overview/index.mdx
index 561f18cc26d..3d1ac6ed0c9 100644
--- a/product_docs/docs/odbc_connector/12.2.0.2/03_edb-odbc_overview/index.mdx
+++ b/product_docs/docs/odbc_connector/12.2.0.2/03_edb-odbc_overview/index.mdx
@@ -3,6 +3,7 @@ title: "EDB-ODBC Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/12.2.0.2/edb-odbc_overview.html"
+ - "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/latest/edb-odbc_overview.html"
---
EDB ODBC is an interface that allows an ODBC compliant client application to connect to an Advanced Server database. The EDB-ODBC connector allows an application that was designed to work with other databases to run on Advanced Server; EDB ODBC provides a way for the client application to establish a connection, send queries and retrieve results from Advanced Server.
diff --git a/product_docs/docs/odbc_connector/12.2.0.2/04_creating_a_data_source.mdx b/product_docs/docs/odbc_connector/12.2.0.2/04_creating_a_data_source.mdx
index 38545a69271..8c9172a1a6b 100644
--- a/product_docs/docs/odbc_connector/12.2.0.2/04_creating_a_data_source.mdx
+++ b/product_docs/docs/odbc_connector/12.2.0.2/04_creating_a_data_source.mdx
@@ -3,6 +3,7 @@ title: "Creating a Data Source"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/12.2.0.2/creating_a_data_source.html"
+ - "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/latest/creating_a_data_source.html"
---
When a client application tries to establish a connection with a server, it typically provides a data source name (also known as a "DSN"). The driver manager looks through the ODBC configuration database for a data source whose name matches the DSN provided by the application.
diff --git a/product_docs/docs/odbc_connector/12.2.0.2/05_edb-odbc_connection_properties.mdx b/product_docs/docs/odbc_connector/12.2.0.2/05_edb-odbc_connection_properties.mdx
index bae94440cb5..7b9dd93b5f5 100644
--- a/product_docs/docs/odbc_connector/12.2.0.2/05_edb-odbc_connection_properties.mdx
+++ b/product_docs/docs/odbc_connector/12.2.0.2/05_edb-odbc_connection_properties.mdx
@@ -3,6 +3,7 @@ title: "EDB-ODBC Connection Properties"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/12.2.0.2/edb-odbc_connection_properties.html"
+ - "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/latest/edb-odbc_connection_properties.html"
---
The following table describes the connection properties that you can specify through the dialogs in the graphical connection manager tools, or in the `odbc.ini` file that defines a named data source. The columns identify the connection property (as it appears in the ODBC Administrator dialogs), the corresponding keyword (as it appears in the `odbc.ini` file), the default value of the property, and a description of the connection property.
diff --git a/product_docs/docs/odbc_connector/12.2.0.2/06_edb-odbc_driver_functionality.mdx b/product_docs/docs/odbc_connector/12.2.0.2/06_edb-odbc_driver_functionality.mdx
index dc3ea7af92c..8d34975ffdf 100644
--- a/product_docs/docs/odbc_connector/12.2.0.2/06_edb-odbc_driver_functionality.mdx
+++ b/product_docs/docs/odbc_connector/12.2.0.2/06_edb-odbc_driver_functionality.mdx
@@ -3,6 +3,7 @@ title: "EDB-ODBC Driver Functionality"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/12.2.0.2/edb-odbc_driver_functionality.html"
+ - "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/latest/edb-odbc_driver_functionality.html"
---
You can use ODBC functions to query ODBC for specific information about the various attributes of the connection between EDB-ODBC and the server.
diff --git a/product_docs/docs/odbc_connector/12.2.0.2/07_scram_compatibility.mdx b/product_docs/docs/odbc_connector/12.2.0.2/07_scram_compatibility.mdx
index f276b58c917..dde9782acae 100644
--- a/product_docs/docs/odbc_connector/12.2.0.2/07_scram_compatibility.mdx
+++ b/product_docs/docs/odbc_connector/12.2.0.2/07_scram_compatibility.mdx
@@ -5,6 +5,7 @@ legacyRedirects:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/12.2.0.2/scram_compatibility.html"
+ - "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/latest/scram_compatibility.html"
---
diff --git a/product_docs/docs/odbc_connector/12.2.0.2/index.mdx b/product_docs/docs/odbc_connector/12.2.0.2/index.mdx
index 5a1931601f3..c0b3e311733 100644
--- a/product_docs/docs/odbc_connector/12.2.0.2/index.mdx
+++ b/product_docs/docs/odbc_connector/12.2.0.2/index.mdx
@@ -5,10 +5,15 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/12.2.0.2/index.html"
+ - "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/latest/index.html"
- "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/12.2.0.2/conclusion.html"
+ - "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/12.2.0.2/whats_new.html"
+ - "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/latest/whats_new.html"
- "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/12.2.0.2/genindex.html"
+ - "/edb-docs/d/edb-postgres-odbc-connector/user-guides/odbc-guide/latest/genindex.html"
- "/edb-docs/p/edb-postgres-odbc-connector/12.2.0.2"
+ - "/edb-docs/p/edb-postgres-odbc-connector/latest"
---
ODBC (Open Database Connectivity) is a programming interface that allows a client application to connect to any database that provides an ODBC driver. The EDB ODBC Connector provides connectivity between EDB Postgres Advanced Server (Advanced Server) and ODBC-compliant applications.
diff --git a/product_docs/docs/pem/8.0/index.mdx b/product_docs/docs/pem/8.0/index.mdx
index ff98428e14e..b9c891be21d 100644
--- a/product_docs/docs/pem/8.0/index.mdx
+++ b/product_docs/docs/pem/8.0/index.mdx
@@ -5,6 +5,7 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/p/edb-postgres-enterprise-manager/8.0"
+ - "/edb-docs/p/edb-postgres-enterprise-manager/latest"
---
Welcome to Postgres Enterprise Manager (PEM). Postgres Enterprise Manager (PEM) consists of components that provide the management and analytical functionality for your EDB Postgres Advanced Server or PostgreSQL database. PEM is based on the Open Source pgAdmin IV project.
diff --git a/product_docs/docs/pem/8.0/pem_admin/01_overview.mdx b/product_docs/docs/pem/8.0/pem_admin/01_overview.mdx
index 108216fc1e0..b9ee053a660 100644
--- a/product_docs/docs/pem/8.0/pem_admin/01_overview.mdx
+++ b/product_docs/docs/pem/8.0/pem_admin/01_overview.mdx
@@ -3,6 +3,7 @@ title: "PEM Overview"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/8.0/overview.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/latest/overview.html"
---
PEM provides a number of benefits not found in any other PostgreSQL management tool:
diff --git a/product_docs/docs/pem/8.0/pem_admin/02_registering_server.mdx b/product_docs/docs/pem/8.0/pem_admin/02_registering_server.mdx
index dd44b7670e3..26a4189232e 100644
--- a/product_docs/docs/pem/8.0/pem_admin/02_registering_server.mdx
+++ b/product_docs/docs/pem/8.0/pem_admin/02_registering_server.mdx
@@ -3,6 +3,7 @@ title: "Registering a Server"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/8.0/registering_server.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/latest/registering_server.html"
---
Before you can manage or monitor a server with PEM, you must register the server with PEM, and bind an agent. A server may be bound to a remote agent (an agent that resides on a different host), but if the agent does not reside on the same host, it will not have access to all of the statistical information about the instance.
diff --git a/product_docs/docs/pem/8.0/pem_admin/03_pem_define_aws_instance_connection.mdx b/product_docs/docs/pem/8.0/pem_admin/03_pem_define_aws_instance_connection.mdx
index 286959dabc0..e52fda80a5c 100644
--- a/product_docs/docs/pem/8.0/pem_admin/03_pem_define_aws_instance_connection.mdx
+++ b/product_docs/docs/pem/8.0/pem_admin/03_pem_define_aws_instance_connection.mdx
@@ -3,6 +3,7 @@ title: "Defining and Monitoring Postgres instances on AWS"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/8.0/pem_define_aws_instance_connection.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/latest/pem_define_aws_instance_connection.html"
---
There are two scenarios in which you can monitor a Postgres instance on an AWS host with PEM. You can monitor a:
diff --git a/product_docs/docs/pem/8.0/pem_admin/04_managing_certificates.mdx b/product_docs/docs/pem/8.0/pem_admin/04_managing_certificates.mdx
index 2e6c60a0f26..ce76f6bb159 100644
--- a/product_docs/docs/pem/8.0/pem_admin/04_managing_certificates.mdx
+++ b/product_docs/docs/pem/8.0/pem_admin/04_managing_certificates.mdx
@@ -3,6 +3,7 @@ title: "Managing Certificates"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/8.0/managing_certificates.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/latest/managing_certificates.html"
---
Files stored in the data directory of the PEM server backing database contain information that helps the PEM server utilize secure connections:
diff --git a/product_docs/docs/pem/8.0/pem_admin/05_managing_configuration_settings.mdx b/product_docs/docs/pem/8.0/pem_admin/05_managing_configuration_settings.mdx
index f0b14d5c423..e1a59daf8a8 100644
--- a/product_docs/docs/pem/8.0/pem_admin/05_managing_configuration_settings.mdx
+++ b/product_docs/docs/pem/8.0/pem_admin/05_managing_configuration_settings.mdx
@@ -3,6 +3,7 @@ title: "Managing Configuration Settings"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/8.0/managing_configuration_settings.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/latest/managing_configuration_settings.html"
---
Multiple configuration files are read at startup by Postgres Enterprise Manager. The files are as follows:
diff --git a/product_docs/docs/pem/8.0/pem_admin/06_managing_pem_server.mdx b/product_docs/docs/pem/8.0/pem_admin/06_managing_pem_server.mdx
index a87a3e6e464..ee6ba6bc69a 100644
--- a/product_docs/docs/pem/8.0/pem_admin/06_managing_pem_server.mdx
+++ b/product_docs/docs/pem/8.0/pem_admin/06_managing_pem_server.mdx
@@ -3,6 +3,7 @@ title: "Managing a PEM Server"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/8.0/managing_pem_server.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/latest/managing_pem_server.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_admin/07_managing_pem_agent.mdx b/product_docs/docs/pem/8.0/pem_admin/07_managing_pem_agent.mdx
index 0dfe53ff892..421ff56a25e 100644
--- a/product_docs/docs/pem/8.0/pem_admin/07_managing_pem_agent.mdx
+++ b/product_docs/docs/pem/8.0/pem_admin/07_managing_pem_agent.mdx
@@ -3,6 +3,7 @@ title: "Managing a PEM Agent"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/8.0/managing_pem_agent.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/latest/managing_pem_agent.html"
---
The sections that follow provide information about the behavior and management of a PEM agent.
diff --git a/product_docs/docs/pem/8.0/pem_admin/index.mdx b/product_docs/docs/pem/8.0/pem_admin/index.mdx
index 5b2abab0e5f..6e6459f324b 100644
--- a/product_docs/docs/pem/8.0/pem_admin/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_admin/index.mdx
@@ -4,8 +4,11 @@ title: "PEM Administrator's Guide"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/8.0/conclusion.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/8.0/genindex.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/latest/genindex.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/8.0/index.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/administrators-guide/latest/index.html"
---
This document provides an introduction to Postgres Enterprise Manager (PEM). Postgres Enterprise Manager (PEM) is an enterprise management tool designed to assist database administrators, system architects, and performance analysts in administering, monitoring, and tuning PostgreSQL and EDB Advanced Server database servers. PEM is architected to manage and monitor anywhere from a handful, to hundreds of servers from a single console, allowing complete and remote control over all aspects of your databases.
diff --git a/product_docs/docs/pem/8.0/pem_agent/01_pem_architecture.mdx b/product_docs/docs/pem/8.0/pem_agent/01_pem_architecture.mdx
index 41e569e4a7e..0ad9b253e48 100644
--- a/product_docs/docs/pem/8.0/pem_agent/01_pem_architecture.mdx
+++ b/product_docs/docs/pem/8.0/pem_agent/01_pem_architecture.mdx
@@ -3,6 +3,7 @@ title: "PEM Architecture"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/agent-user-guide/8.0/pem_architecture.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/agent-user-guide/latest/pem_architecture.html"
---
Postgres Enterprise Manager (PEM) is a tool designed to monitor and manage multiple Postgres servers through a single GUI interface. PEM is capable of monitoring the following areas of the infrastructure:
diff --git a/product_docs/docs/pem/8.0/pem_agent/02_registering_agent.mdx b/product_docs/docs/pem/8.0/pem_agent/02_registering_agent.mdx
index c1151a6a5b5..56337039c30 100644
--- a/product_docs/docs/pem/8.0/pem_agent/02_registering_agent.mdx
+++ b/product_docs/docs/pem/8.0/pem_agent/02_registering_agent.mdx
@@ -3,6 +3,7 @@ title: "Registering an Agent"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/agent-user-guide/8.0/registering_agent.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/agent-user-guide/latest/registering_agent.html"
---
Each PEM agent must be *registered* with the PEM server. The registration process provides the PEM server with the information it needs to communicate with the agent. The PEM agent graphical installer for Windows supports self-registration for the agent. You must use the `pemworker` utility to register the agent if the agent is on a Linux host.
diff --git a/product_docs/docs/pem/8.0/pem_agent/03_managing_pem_agent.mdx b/product_docs/docs/pem/8.0/pem_agent/03_managing_pem_agent.mdx
index 5360b5c7dc6..ad03dac9571 100644
--- a/product_docs/docs/pem/8.0/pem_agent/03_managing_pem_agent.mdx
+++ b/product_docs/docs/pem/8.0/pem_agent/03_managing_pem_agent.mdx
@@ -3,6 +3,7 @@ title: "Managing a PEM Agent"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/agent-user-guide/8.0/managing_pem_agent.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/agent-user-guide/latest/managing_pem_agent.html"
---
The sections that follow provide information about the behavior and management of a PEM agent.
diff --git a/product_docs/docs/pem/8.0/pem_agent/04_pem_agent_troubleshooting.mdx b/product_docs/docs/pem/8.0/pem_agent/04_pem_agent_troubleshooting.mdx
index 10a532dadee..612000663b2 100644
--- a/product_docs/docs/pem/8.0/pem_agent/04_pem_agent_troubleshooting.mdx
+++ b/product_docs/docs/pem/8.0/pem_agent/04_pem_agent_troubleshooting.mdx
@@ -3,6 +3,7 @@ title: "PEM Agent Troubleshooting"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/agent-user-guide/8.0/pem_agent_troubleshooting.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/agent-user-guide/latest/pem_agent_troubleshooting.html"
---
## Restoring a Deleted PEM Agent
diff --git a/product_docs/docs/pem/8.0/pem_agent/index.mdx b/product_docs/docs/pem/8.0/pem_agent/index.mdx
index ba4ff07dfbb..5040193eeb7 100644
--- a/product_docs/docs/pem/8.0/pem_agent/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_agent/index.mdx
@@ -4,8 +4,11 @@ title: "PEM Agent User Guide"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/agent-user-guide/8.0/genindex.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/agent-user-guide/latest/genindex.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/agent-user-guide/8.0/conclusion.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/agent-user-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/agent-user-guide/8.0/index.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/agent-user-guide/latest/index.html"
---
PEM is composed of three primary components: PEM server, PEM agent, and PEM web interface. The PEM agent is responsible for performing tasks on each managed machine and collecting statistics for the database server and operating system.
diff --git a/product_docs/docs/pem/8.0/pem_bart/01_managing_bart.mdx b/product_docs/docs/pem/8.0/pem_bart/01_managing_bart.mdx
index f0b4d8f2c0a..faeea6a6b25 100644
--- a/product_docs/docs/pem/8.0/pem_bart/01_managing_bart.mdx
+++ b/product_docs/docs/pem/8.0/pem_bart/01_managing_bart.mdx
@@ -3,6 +3,7 @@ title: "Managing a BART Server"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/bart-management-features-guide/8.0/managing_bart.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/bart-management-features-guide/latest/managing_bart.html"
---
Postgres Enterprise Manager (PEM) is designed to assist database administrators, system architects, and performance analysts when administering, monitoring, and tuning PostgreSQL and Advanced Server database servers.
diff --git a/product_docs/docs/pem/8.0/pem_bart/index.mdx b/product_docs/docs/pem/8.0/pem_bart/index.mdx
index a91a5c2ef49..2fc97b44b1d 100644
--- a/product_docs/docs/pem/8.0/pem_bart/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_bart/index.mdx
@@ -4,8 +4,11 @@ title: "PEM BART Management Guide"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/bart-management-features-guide/8.0/genindex.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/bart-management-features-guide/latest/genindex.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/bart-management-features-guide/8.0/conclusion.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/bart-management-features-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/bart-management-features-guide/8.0/index.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/bart-management-features-guide/latest/index.html"
---
This guide will acquaint you with the dialogs that are built into the Postgres Enterprise Manager (PEM) web interface that make it easier for you to monitor and manage BART.
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/01_what's_new.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/01_what's_new.mdx
index 96f46d7626d..ad644d37a46 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/01_what's_new.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/01_what's_new.mdx
@@ -3,6 +3,7 @@ title: "What's New"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/what's_new.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/what's_new.html"
---
The following features have been added to Postgres Enterprise Manager 8.0:
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/02_pem_query_tool.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/02_pem_query_tool.mdx
index 1f30aad42a1..97a7e71b195 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/02_pem_query_tool.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/02_pem_query_tool.mdx
@@ -3,6 +3,7 @@ title: "The PEM Query Tool"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/pem_query_tool.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/pem_query_tool.html"
---
PEM contains a feature-rich Interactive Development Environment (IDE) that allows you to issue ad-hoc SQL queries against Postgres servers.
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/03_pem_schema_diff_tool.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/03_pem_schema_diff_tool.mdx
index 96d5a3c6f06..e7ad8357890 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/03_pem_schema_diff_tool.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/03_pem_schema_diff_tool.mdx
@@ -3,6 +3,7 @@ title: "The PEM Schema Diff Tool"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/pem_schema_diff_tool.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/pem_schema_diff_tool.html"
---
**Schema Diff** is a feature that allows you to compare schema objects between two database schemas. Use the `Tools` menu to access Schema Diff.
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/04_performance_monitoring_and_management.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/04_performance_monitoring_and_management.mdx
index 4a7c2b805dd..b7e9da53178 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/04_performance_monitoring_and_management.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/04_performance_monitoring_and_management.mdx
@@ -3,6 +3,7 @@ title: "Performance Monitoring and Management"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/performance_monitoring_and_management.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/performance_monitoring_and_management.html"
---
PEM contains built-in functionality that implements enterprise-wide performance monitoring of all managed servers. While you can customize many aspects of the various performance monitoring aspects of PEM, you can also elect to accept the recommended defaults that come out-of-the-box with the product.
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/05_capacity_manager.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/05_capacity_manager.mdx
index 29b3b8db7bf..c610d4b0e9a 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/05_capacity_manager.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/05_capacity_manager.mdx
@@ -3,6 +3,7 @@ title: "Capacity Manager"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/capacity_manager.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/capacity_manager.html"
---
PEM's Capacity Manager analyzes collected statistics (metrics) to generate a graph or table that displays the historical usage statistics of an object, and can project the anticipated usage statistics for an object. You can configure Capacity Manager to collect and analyze metrics for a specific host, server, database, or database object.
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/06_audit_manager.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/06_audit_manager.mdx
index 55220a360f5..d6f9ac20303 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/06_audit_manager.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/06_audit_manager.mdx
@@ -3,6 +3,7 @@ title: "Audit Manager"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/audit_manager.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/audit_manager.html"
---
You can use the PEM Audit Manager to simplify audit log configuration for Advanced Server instances. With the Audit Manager, you can configure logging attributes such as:
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/07_log_manager.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/07_log_manager.mdx
index fddab73e78b..1e2d18b17ad 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/07_log_manager.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/07_log_manager.mdx
@@ -3,6 +3,7 @@ title: "Log Manager"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/log_manager.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/log_manager.html"
---
You can use the PEM Log Manager to simplify server log configuration for Postgres instances. With the Log Manager, you can modify all of your server log parameters with a click:
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/08_sql_profiler.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/08_sql_profiler.mdx
index 86096ba27ce..9561287b895 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/08_sql_profiler.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/08_sql_profiler.mdx
@@ -3,6 +3,7 @@ title: "SQL Profiling and Analysis"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/sql_profiler.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/sql_profiler.html"
---
Most RDBMS experts agree that inefficient SQL code is the leading cause of most database performance problems. The challenge for DBAs and developers is to locate the poorly-running SQL code in large and complex systems, and then optimize that code for better performance.
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/09_tuning_wizard.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/09_tuning_wizard.mdx
index 636c59b0b56..cf5c98d1bea 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/09_tuning_wizard.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/09_tuning_wizard.mdx
@@ -3,6 +3,7 @@ title: "Tuning Wizard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/tuning_wizard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/tuning_wizard.html"
---
The Tuning Wizard reviews your PostgreSQL or Advanced Server installation, and recommends a set of configuration options that will help tune the installation to best suit its anticipated workload. Please note that benchmarking systems or systems with a high work load may require additional manual tuning to reach optimum performance.
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/10_postgres_expert.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/10_postgres_expert.mdx
index abd15e3bdf9..2f1fd4e6369 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/10_postgres_expert.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/10_postgres_expert.mdx
@@ -3,6 +3,7 @@ title: "Postgres Expert - Best Practice Enforcement"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/postgres_expert.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/postgres_expert.html"
---
The Postgres Expert utility provides expert advice on how to best configure your Postgres servers for optimal performance, security, and more. Postgres Expert serves as a PostgreSQL 'DBA in a box' by analyzing your servers for deviations in best practices. Postgres Expert contains three specialized Experts:
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/11_reports.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/11_reports.mdx
index 79e61435bcd..ab60701e91f 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/11_reports.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/11_reports.mdx
@@ -3,6 +3,7 @@ title: "Reports"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/reports.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/reports.html"
---
You can generate the System Configuration report and Core Usage report for all locally and remotely managed servers. To generate this report, select `Reports` from the `Management` Menu.
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/12_monitoring_failover_manager.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/12_monitoring_failover_manager.mdx
index 0606ebcf6cc..70141b4beac 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/12_monitoring_failover_manager.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/12_monitoring_failover_manager.mdx
@@ -3,6 +3,7 @@ title: "Monitoring Failover Manager"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/monitoring_failover_manager.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/monitoring_failover_manager.html"
---
If you are using EDB Failover Manager to monitor your replication scenario, you must manually install and configure Failover Manager. For detailed information about installing Failover Manager, visit the EDB website at:
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/13_monitoring_xdb_replication_cluster.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/13_monitoring_xdb_replication_cluster.mdx
index 7e1c415ee55..bcaa9890c48 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/13_monitoring_xdb_replication_cluster.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/13_monitoring_xdb_replication_cluster.mdx
@@ -3,6 +3,7 @@ title: "Monitoring an xDB Replication Cluster"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/monitoring_xdb_replication_cluster.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/monitoring_xdb_replication_cluster.html"
---
Before configuring PEM to retrieve statistics from an Advanced Server or PostgreSQL database that is part of an xDB replication scenario, you must manually install and configure xDB Replication. For more information about xDB replication solutions and documentation, please visit the EDB website at:
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/14_performance_diagnostic.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/14_performance_diagnostic.mdx
index c044682f038..b52791769b8 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/14_performance_diagnostic.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/14_performance_diagnostic.mdx
@@ -3,6 +3,7 @@ title: "Performance Diagnostic"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/performance_diagnostic.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/performance_diagnostic.html"
---
You can use the Performance Diagnostic dashboard to analyze the database performance for Postgres instances by monitoring the wait events. To display the diagnostic graphs, PEM uses the data collected by EDB Wait States module.
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/15_reference.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/15_reference.mdx
index 53937311b6c..db463a7f150 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/15_reference.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/15_reference.mdx
@@ -3,6 +3,7 @@ title: "Reference"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/reference.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/reference.html"
---
The following sections are provided for reference; please note that the items referred to in the following tables are subject to change.
diff --git a/product_docs/docs/pem/8.0/pem_ent_feat/index.mdx b/product_docs/docs/pem/8.0/pem_ent_feat/index.mdx
index 779b5789fea..f6359b438da 100644
--- a/product_docs/docs/pem/8.0/pem_ent_feat/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_ent_feat/index.mdx
@@ -4,8 +4,11 @@ title: "PEM Enterprise Features Guide"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/genindex.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/genindex.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/conclusion.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/8.0/index.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/enterprise-features-guide/latest/index.html"
---
This guide will acquaint you with the tools and wizards that are built into the Postgres Enterprise Manager (PEM) web interface that make it easier for you to monitor and manage your system.
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/01_whats_new.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/01_whats_new.mdx
index d8096150869..a6a5cb27917 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/01_whats_new.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/01_whats_new.mdx
@@ -3,6 +3,7 @@ title: "What's New"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/whats_new.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/whats_new.html"
---
The following features have been added to Postgres Enterprise Manager 8.0:
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/02_pem_hardware_software_requirements.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/02_pem_hardware_software_requirements.mdx
index 6de7aa9718b..81124909243 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/02_pem_hardware_software_requirements.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/02_pem_hardware_software_requirements.mdx
@@ -3,6 +3,7 @@ title: "PEM - Hardware and Software Requirements"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/pem_hardware_software_requirements.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/pem_hardware_software_requirements.html"
---
## Hardware Prerequisites
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/03_pem_architecture.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/03_pem_architecture.mdx
index 188036f2045..67244cfdbeb 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/03_pem_architecture.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/03_pem_architecture.mdx
@@ -3,6 +3,7 @@ title: "PEM Architecture"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/pem_architecture.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/pem_architecture.html"
---
Postgres Enterprise Manager (PEM) is a tool designed to monitor and manage multiple Postgres servers through a single GUI interface. PEM is capable of monitoring the following areas of the infrastructure:
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/01_prerequisites_for_installing_pem_server.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/01_prerequisites_for_installing_pem_server.mdx
index 653a82fd402..dc47c985704 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/01_prerequisites_for_installing_pem_server.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/01_prerequisites_for_installing_pem_server.mdx
@@ -3,6 +3,7 @@ title: "Prerequisites for Installing the PEM Server on Linux Platforms"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/prerequisites_for_installing_pem_server.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/prerequisites_for_installing_pem_server.html"
---
1. Install a backend database.
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/02_installing_pem_server_and_apache_web_server_preferences.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/02_installing_pem_server_and_apache_web_server_preferences.mdx
index 545822aecc2..f4d2abeeee3 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/02_installing_pem_server_and_apache_web_server_preferences.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/02_installing_pem_server_and_apache_web_server_preferences.mdx
@@ -3,6 +3,7 @@ title: "Web Server Hosting Preferences"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/installing_pem_server_and_apache_web_server_preferences.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/installing_pem_server_and_apache_web_server_preferences.html"
---
During the PEM server installation, you can specify your hosting preferences for the Apache Web Server(PEM-HTTPD):
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/03_installing_pem_server_on_linux.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/03_installing_pem_server_on_linux.mdx
index 115fce34d57..48108da601a 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/03_installing_pem_server_on_linux.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/03_installing_pem_server_on_linux.mdx
@@ -7,6 +7,7 @@ legacyRedirects:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/installing_pem_server_on_linux.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/installing_pem_server_on_linux.html"
---
Before following the detailed instructions that install the PEM server on your specific platform, you must perform the prerequisite steps detailed in [Prerequisites for installing PEM Server](01_prerequisites_for_installing_pem_server/#prerequisites_for_installing_pem_server).
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/04_creating_pem_repository_in_isolated_network.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/04_creating_pem_repository_in_isolated_network.mdx
index 2c856b1f54f..04b7d98446d 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/04_creating_pem_repository_in_isolated_network.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/04_creating_pem_repository_in_isolated_network.mdx
@@ -3,6 +3,7 @@ title: "Creating a PEM Repository on an Isolated Network"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/creating_pem_repository_in_isolated_network.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/creating_pem_repository_in_isolated_network.html"
---
You can create a local repository to act as a host for the PEM RPM packages if the server on which you wish to upgrade PEM cannot directly access the EnterpriseDB repository. Please note that this is a high-level overview of the steps required; you may need to modify the process for your individual network. To create and use a local repository, you must:
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/05_configuring_the_pem_server_on_linux.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/05_configuring_the_pem_server_on_linux.mdx
index 6b224013928..e02fe9c3e71 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/05_configuring_the_pem_server_on_linux.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/05_configuring_the_pem_server_on_linux.mdx
@@ -3,6 +3,7 @@ title: "Configuring the PEM Server on Linux Platforms"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/configuring_the_pem_server_on_linux.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/configuring_the_pem_server_on_linux.html"
---
Before configuring the PEM server, ensure that the `sslutils` extension and `hstore` contrib module are installed on your backend database.
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/06_installing_pem_agent_on_linux.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/06_installing_pem_agent_on_linux.mdx
index 000c0973dc3..bcc340df1b5 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/06_installing_pem_agent_on_linux.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/06_installing_pem_agent_on_linux.mdx
@@ -4,6 +4,7 @@ legacyRedirects:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/installing_pem_agent_on_sles.html"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/installing_pem_agent_on_linux.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/installing_pem_agent_on_linux.html"
---
A PEM Agent may monitor one or more servers on one or more hosts. For comprehensive information about managing a PEM Agent, see the [PEM Agent User Guide](/pem/latest/).
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/07_registering_a_pem_agent.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/07_registering_a_pem_agent.mdx
index 7e5fc7a7c9e..34ff11ad720 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/07_registering_a_pem_agent.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/07_registering_a_pem_agent.mdx
@@ -3,6 +3,7 @@ title: "Registering a PEM Agent"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/registering_a_pem_agent.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/registering_a_pem_agent.html"
---
Each PEM Agent must be *registered* with the PEM Server. The registration process provides the PEM server with the information it needs to communicate with the Agent. You can use the `pemworker` utility to register the Agent if you use the package to install a PEM Agent.
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/index.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/index.mdx
index 7454d9f15d1..5e3914ab904 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/index.mdx
@@ -3,6 +3,7 @@ title: "Installing Postgres Enterprise Manager"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/installing_postgres_enterprise_manager.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/installing_postgres_enterprise_manager.html"
---
The `edb-pem` package for Linux platforms installs the PEM Server, a PEM Agent, and the required software to connect to the PEM web interface with a supported browser.
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/05_the_pem_web_interface.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/05_the_pem_web_interface.mdx
index 7a4bd2e1385..f29f2d1dc2e 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/05_the_pem_web_interface.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/05_the_pem_web_interface.mdx
@@ -3,6 +3,7 @@ title: "The PEM Web Interface"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/the_pem_web_interface.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/the_pem_web_interface.html"
---
After installing a PEM server and Agent, you can configure PEM to start monitoring and managing PostgreSQL or Advanced Server instances. The PEM server installer installs the PEM web interface. You can use the interface to review information about objects that reside on monitored servers, or to review statistical information gathered by the PEM server.
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/06_uninstalling_pem_components.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/06_uninstalling_pem_components.mdx
index cbdfef318a5..5c971af01e3 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/06_uninstalling_pem_components.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/06_uninstalling_pem_components.mdx
@@ -3,6 +3,7 @@ title: "Uninstalling Postgres Enterprise Manager Components"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/uninstalling_pem_components.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/uninstalling_pem_components.html"
---
The process of uninstalling the PEM server or Agent is platform-specific. The name of the package for PEM server is `edb-pem` and for PEM Agent is `edb-pem-agent`.
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/07_reference_linux_service_script.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/07_reference_linux_service_script.mdx
index 902d026bc84..adeaac91272 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/07_reference_linux_service_script.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/07_reference_linux_service_script.mdx
@@ -3,6 +3,7 @@ title: "Reference - Linux Service Script"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/reference_linux_service_script.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/reference_linux_service_script.html"
---
- A service script allows the PEM server to start, stop or restart the server if necessary when performing configuration management, certificate management, or other administrative tasks.
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/index.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/index.mdx
index d8e80973798..f0c47989ae7 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/index.mdx
@@ -3,9 +3,13 @@ title: "PEM Installation Guide on Linux"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/whats_new.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/whats_new.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/genindex.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/genindex.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/conclusion.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/index.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/latest/index.html"
---
Postgres Enterprise Manager (PEM) is designed to assist database administrators, system architects, and performance analysts when administering, monitoring, and tuning PostgreSQL and Advanced Server database servers. PEM has been designed to manage and monitor a single server or multiple servers from a single console, allowing complete control over monitored databases.
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_windows/01_whats_new.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_windows/01_whats_new.mdx
index eb644b08474..099b5c7fe3a 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_windows/01_whats_new.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_windows/01_whats_new.mdx
@@ -3,6 +3,7 @@ title: "What's New"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/8.0/whats_new.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/latest/whats_new.html"
---
The following features have been added to Postgres Enterprise Manager 8.0:
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_windows/02_pem_hardware_software_requirements.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_windows/02_pem_hardware_software_requirements.mdx
index 056d43e7f74..bb90c5c2e9e 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_windows/02_pem_hardware_software_requirements.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_windows/02_pem_hardware_software_requirements.mdx
@@ -3,6 +3,7 @@ title: "PEM - Hardware and Software Requirements"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/8.0/pem_hardware_software_requirements.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/latest/pem_hardware_software_requirements.html"
---
## Hardware Prerequisites
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_windows/03_pem_architecture.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_windows/03_pem_architecture.mdx
index 6e40b383964..11dac4f30c0 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_windows/03_pem_architecture.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_windows/03_pem_architecture.mdx
@@ -3,6 +3,7 @@ title: "PEM Architecture"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/8.0/pem_architecture.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/latest/pem_architecture.html"
---
Postgres Enterprise Manager (PEM) is a tool designed to monitor and manage multiple Postgres servers through a single GUI interface. PEM is capable of monitoring the following areas of the infrastructure:
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_windows/04_installing_postgres_enterprise_manager/01_installing_pem_server_on_windows.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_windows/04_installing_postgres_enterprise_manager/01_installing_pem_server_on_windows.mdx
index cf4470c5c01..8977f866990 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_windows/04_installing_postgres_enterprise_manager/01_installing_pem_server_on_windows.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_windows/04_installing_postgres_enterprise_manager/01_installing_pem_server_on_windows.mdx
@@ -3,6 +3,7 @@ title: "Installing the PEM Server on Windows"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/8.0/installing_pem_server_on_windows.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/latest/installing_pem_server_on_windows.html"
---
At the heart of each PEM installation is the server. In a production environment, the server will typically be a dedicated machine, monitoring a large number of Postgres servers or a smaller number of busy servers.
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_windows/04_installing_postgres_enterprise_manager/02_installing_pem_agent_on_windows.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_windows/04_installing_postgres_enterprise_manager/02_installing_pem_agent_on_windows.mdx
index b46a660c371..2caa45f992e 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_windows/04_installing_postgres_enterprise_manager/02_installing_pem_agent_on_windows.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_windows/04_installing_postgres_enterprise_manager/02_installing_pem_agent_on_windows.mdx
@@ -3,6 +3,7 @@ title: "Installing a PEM Agent on Windows"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/8.0/installing_pem_agent_on_windows.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/latest/installing_pem_agent_on_windows.html"
---
To invoke the PEM agent installer, assume `Administrative` privileges and navigate into the directory that contains the installer. Then, invoke the installer with the command:
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_windows/04_installing_postgres_enterprise_manager/index.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_windows/04_installing_postgres_enterprise_manager/index.mdx
index 6df0593821f..7b423815a84 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_windows/04_installing_postgres_enterprise_manager/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_windows/04_installing_postgres_enterprise_manager/index.mdx
@@ -3,6 +3,7 @@ title: "Installing Postgres Enterprise Manager"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/8.0/installing_postgres_enterprise_manager.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/latest/installing_postgres_enterprise_manager.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_windows/05_the_pem_web_interface.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_windows/05_the_pem_web_interface.mdx
index 7ab2383b21d..3fc15effec5 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_windows/05_the_pem_web_interface.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_windows/05_the_pem_web_interface.mdx
@@ -3,6 +3,7 @@ title: "The PEM Web Interface"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/8.0/the_pem_web_interface.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/latest/the_pem_web_interface.html"
---
After installing a PEM server and agent, you can configure PEM to start monitoring and managing PostgreSQL or Advanced Server instances. The PEM server installer installs the PEM web interface. You can use the interface to review information about objects that reside on monitored servers, or to review statistical information gathered by the PEM server.
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_windows/06_uninstalling_pem_components.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_windows/06_uninstalling_pem_components.mdx
index 4b650eb0beb..edd7fc6af8c 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_windows/06_uninstalling_pem_components.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_windows/06_uninstalling_pem_components.mdx
@@ -3,6 +3,7 @@ title: "Uninstalling Postgres Enterprise Manager Components"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/8.0/uninstalling_pem_components.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/latest/uninstalling_pem_components.html"
---
If you uninstall the PEM server from a host, the PEM agent installed on the same host is uninstalled. But if you uninstall the PEM agent, then the PEM server installed on the same host will not be uninstalled.
diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_windows/index.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_windows/index.mdx
index 665769f13f7..7a76caac864 100644
--- a/product_docs/docs/pem/8.0/pem_inst_guide_windows/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_inst_guide_windows/index.mdx
@@ -4,9 +4,13 @@ title: "PEM Installation Guide on Windows"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/8.0/genindex.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/latest/genindex.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/8.0/whats_new.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/latest/whats_new.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/8.0/conclusion.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/8.0/index.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/windows-installation-guide/latest/index.html"
---
Postgres Enterprise Manager (PEM) is designed to assist database administrators, system architects, and performance analysts when administering, monitoring, and tuning PostgreSQL and Advanced Server database servers. PEM has been designed to manage and monitor a single server or multiple servers from a single console, allowing complete control over monitored databases.
diff --git a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/01_pem_architecture.mdx b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/01_pem_architecture.mdx
index 40a34e92eeb..fd1c9ceb339 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/01_pem_architecture.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/01_pem_architecture.mdx
@@ -3,6 +3,7 @@ title: "PEM Architecture"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_architecture.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_architecture.html"
---
Postgres Enterprise Manager (PEM) is a tool designed to monitor and manage multiple Postgres servers through a single GUI interface. PEM is capable of monitoring the following areas of the infrastructure:
diff --git a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/02_pem_server_logon.mdx b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/02_pem_server_logon.mdx
index 000ed46c719..510d340641c 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/02_pem_server_logon.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/02_pem_server_logon.mdx
@@ -3,6 +3,7 @@ title: "PEM Server Logon"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_server_logon.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_server_logon.html"
---
The PEM web interface uses Apache to connect to the PEM server on port 8080 of the IP address on which the PEM server is installed. To connect to PEM, open your browser of choice, and navigate to:
diff --git a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/03_pem_managing_configuration_settings.mdx b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/03_pem_managing_configuration_settings.mdx
index cc54fb8be2b..fec20eb27d7 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/03_pem_managing_configuration_settings.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/03_pem_managing_configuration_settings.mdx
@@ -3,6 +3,7 @@ title: "Managing Configuration Settings"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_managing_configuration_settings.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_managing_configuration_settings.html"
---
There are multiple configuration files that are read at startup by Postgres Enterprise Manager. These are as follows:
diff --git a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/04_pem_roles.mdx b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/04_pem_roles.mdx
index ba2f9c3cba6..7bf6a0b6e77 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/04_pem_roles.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/04_pem_roles.mdx
@@ -3,6 +3,7 @@ title: "Roles for managing PEM"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_roles.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_roles.html"
---
You can use the `Login/Group Role` dialog to allow a role with limited privileges to access PEM features such as the Audit Manager, Capacity Manager, or SQL Profiler. PEM pre-defined roles allow access to PEM functionality; roles that are assigned membership in these roles can access the associated feature.
diff --git a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/05_group_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/05_group_dialog.mdx
index a76a14329bd..087ec6496a5 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/05_group_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/05_group_dialog.mdx
@@ -3,6 +3,7 @@ title: "The Group Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/group_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/group_dialog.html"
---
Use the `Group` dialog to add a new group to the PEM client tree control. You can use a group to simplify management of related servers or agents.
diff --git a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/06_auto_discovery_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/06_auto_discovery_dialog.mdx
index 8bf2d9cd87e..7b1ba30c946 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/06_auto_discovery_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/06_auto_discovery_dialog.mdx
@@ -3,6 +3,7 @@ title: "Automatic Discovery of Servers"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/auto_discovery_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/auto_discovery_dialog.html"
---
Use the `Auto Discovery` dialog to instruct a PEM agent to locate database servers that reside on a monitored system, and add a binding that allows the agent to monitor the selected server.
diff --git a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/07_pem_define_connection.mdx b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/07_pem_define_connection.mdx
index 322e6d2fc3a..c58eca7a5af 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/07_pem_define_connection.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/07_pem_define_connection.mdx
@@ -3,6 +3,7 @@ title: "Defining a server"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_define_connection.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_define_connection.html"
---
Use the `Create - Server` dialog to describe a new server connection, bind the server to a PEM agent, and display the server to the PEM tree control.
diff --git a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/08_pem_define_aws_instance_connection.mdx b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/08_pem_define_aws_instance_connection.mdx
index 4e8aefd72ad..33e02e3dc1b 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/08_pem_define_aws_instance_connection.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/08_pem_define_aws_instance_connection.mdx
@@ -3,6 +3,7 @@ title: "Defining and Monitoring Postgres instances on AWS"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_define_aws_instance_connection.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_define_aws_instance_connection.html"
---
There are two scenarios in which you can monitor a Postgres instance on an AWS host with PEM:
diff --git a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/09_pem_connect_to_server.mdx b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/09_pem_connect_to_server.mdx
index 6ec56f26aad..8f7a0295b2b 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/09_pem_connect_to_server.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/09_pem_connect_to_server.mdx
@@ -3,6 +3,7 @@ title: "Connect to server"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_connect_to_server.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_connect_to_server.html"
---
After defining a server connection, use the `Connect to Server` dialog to authenticate with a server and access the objects stored on the server. To access the dialog, right click on the server name in the PEM client tree control, and select `Connect Server` from the context menu.
diff --git a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/10_control_server.mdx b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/10_control_server.mdx
index bcc6d598168..85cadd33b46 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/10_control_server.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/10_control_server.mdx
@@ -3,6 +3,7 @@ title: "Controlling a Server"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/control_server.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/control_server.html"
---
If you provided a `Service ID` on the `Advanced` tab of the [Server](07_pem_define_connection/#pem_define_connection) property dialogue, the PEM server can control the database service process.
diff --git a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/11_connect_error.mdx b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/11_connect_error.mdx
index 101444ff4bd..9daf37fe0f5 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/11_connect_error.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/11_connect_error.mdx
@@ -3,6 +3,7 @@ title: "Connection error"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/connect_error.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/connect_error.html"
---
When connecting to a PostgreSQL server, you may get an error message. If you encounter an error message, please review the message carefully; each error message attempts to incorporate the information you'll need to resolve the problem. For more details about specific errors, please locate the error message in the list below:
diff --git a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/index.mdx
index f9efcc0c429..2af7f39d9bb 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/01_toc_pem_getting_started/index.mdx
@@ -3,6 +3,7 @@ title: "PEM Getting Started"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/toc_pem_getting_started.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/toc_pem_getting_started.html"
---
You can use either a graphical installer or an RPM package to install the PEM server and PEM agent; for detailed installation instructions, please see the Postgres Enterprise Manager Installation Guide, available at [www.enterprisedb.com](http://www.enterprisedb.com).
diff --git a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/01_pem_agent_properties.mdx b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/01_pem_agent_properties.mdx
index e305564bab7..2adc7be0067 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/01_pem_agent_properties.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/01_pem_agent_properties.mdx
@@ -3,6 +3,7 @@ title: "PEM Agent Properties"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_agent_properties.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_agent_properties.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/02_pem_agent_binding/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/02_pem_agent_binding/index.mdx
index 21b6fa5a36d..bb863fa8d60 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/02_pem_agent_binding/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/02_pem_agent_binding/index.mdx
@@ -3,6 +3,7 @@ title: "Binding an Agent to a Server"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_agent_binding.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_agent_binding.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/03_pem_agent_start_pem_agent.mdx b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/03_pem_agent_start_pem_agent.mdx
index 2d940a2f4a0..a7f8482955d 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/03_pem_agent_start_pem_agent.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/03_pem_agent_start_pem_agent.mdx
@@ -3,6 +3,7 @@ title: "Controlling the PEM Agent"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_agent_start_pem_agent.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_agent_start_pem_agent.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/04_pem_agent_ha.mdx b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/04_pem_agent_ha.mdx
index 763d5740988..05a52b7f9a3 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/04_pem_agent_ha.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/04_pem_agent_ha.mdx
@@ -3,6 +3,7 @@ title: "High Availability Integration"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_agent_ha.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_agent_ha.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/05_pem_agent_privileges.mdx b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/05_pem_agent_privileges.mdx
index c7c5ad9e8b4..d57fab7dda1 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/05_pem_agent_privileges.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/05_pem_agent_privileges.mdx
@@ -3,6 +3,7 @@ title: "PEM Agent Privileges"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_agent_privileges.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_agent_privileges.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/06_pem_agent_config_params.mdx b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/06_pem_agent_config_params.mdx
index 32156380d0f..a6119ca1acb 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/06_pem_agent_config_params.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/06_pem_agent_config_params.mdx
@@ -3,6 +3,7 @@ title: "PEM Agent Configuration Parameters"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_agent_config_params.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_agent_config_params.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/07_pem_agent_self_registration.mdx b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/07_pem_agent_self_registration.mdx
index 4bd05e114a7..6d807bca5a7 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/07_pem_agent_self_registration.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/07_pem_agent_self_registration.mdx
@@ -3,6 +3,7 @@ title: "PEM Agent Self Registration"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_agent_self_registration.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_agent_self_registration.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/08_pem_agent_server_registration.mdx b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/08_pem_agent_server_registration.mdx
index 073cf8ad177..49736c76ab8 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/08_pem_agent_server_registration.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/08_pem_agent_server_registration.mdx
@@ -3,6 +3,7 @@ title: "Register/Unregister database server using PEM Agent"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_agent_server_registration.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_agent_server_registration.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/index.mdx
index 345f111c718..8d801432d13 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/02_toc_pem_agent/index.mdx
@@ -3,6 +3,7 @@ title: "Managing a PEM Agent"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/toc_pem_agent.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/toc_pem_agent.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/01_pem_browser_window.mdx b/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/01_pem_browser_window.mdx
index 4384c470b03..93776506389 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/01_pem_browser_window.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/01_pem_browser_window.mdx
@@ -3,6 +3,7 @@ title: "PEM Main Browser Window"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_browser_window.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_browser_window.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/02_pem_toolbar.mdx b/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/02_pem_toolbar.mdx
index baabe4580ab..781b97b4913 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/02_pem_toolbar.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/02_pem_toolbar.mdx
@@ -3,6 +3,7 @@ title: "Browser Toolbar"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_toolbar.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_toolbar.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/03_pem_menu_bar.mdx b/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/03_pem_menu_bar.mdx
index 7714f061a9b..a4033cc40db 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/03_pem_menu_bar.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/03_pem_menu_bar.mdx
@@ -3,6 +3,7 @@ title: "The PEM Menu Bar"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_menu_bar.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_menu_bar.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/04_preferences.mdx b/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/04_preferences.mdx
index c432975b29f..b29f438cfe5 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/04_preferences.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/04_preferences.mdx
@@ -3,6 +3,7 @@ title: "PEM Client Preferences"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/preferences.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/preferences.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/05_keyboard_shortcuts.mdx b/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/05_keyboard_shortcuts.mdx
index 613a8ccc3f7..44da6b86502 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/05_keyboard_shortcuts.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/05_keyboard_shortcuts.mdx
@@ -3,6 +3,7 @@ title: "Keyboard Shortcuts"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/keyboard_shortcuts.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/keyboard_shortcuts.html"
---
Keyboard shortcuts are provided in pgAdmin to allow easy access to specific functions. Alternate shortcuts can be configured through File > Preferences if desired.˝
diff --git a/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/06_search_objects.mdx b/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/06_search_objects.mdx
index 86b038e2299..8fd178d69ef 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/06_search_objects.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/06_search_objects.mdx
@@ -3,6 +3,7 @@ title: "Search objects"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/search_objects.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/search_objects.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/index.mdx
index 2460a9db2c7..b75976c1354 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/03_toc_pem_client/index.mdx
@@ -3,6 +3,7 @@ title: "The PEM Client"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/toc_pem_client.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/toc_pem_client.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/01_alerts_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/01_alerts_dashboard.mdx
index dbd1cb142a8..c96ef27c048 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/01_alerts_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/01_alerts_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The Alerts Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/alerts_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/alerts_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/02_audit_log_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/02_audit_log_dashboard.mdx
index 3d2fe6c0134..1a221966bf1 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/02_audit_log_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/02_audit_log_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The Audit Log Analysis Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/audit_log_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/audit_log_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/03_database_analysis_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/03_database_analysis_dashboard.mdx
index 8d9071959cf..bc97fce5514 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/03_database_analysis_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/03_database_analysis_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The Database Analysis Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/database_analysis_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/database_analysis_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/04_global_overview_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/04_global_overview_dashboard.mdx
index 67030035de6..cb3dffd0a83 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/04_global_overview_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/04_global_overview_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The Global Overview Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/global_overview_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/global_overview_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/05_io_analysis_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/05_io_analysis_dashboard.mdx
index e73f4f90edb..a93a1432412 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/05_io_analysis_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/05_io_analysis_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The I/O Analysis Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/io_analysis_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/io_analysis_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/06_memory_analysis_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/06_memory_analysis_dashboard.mdx
index 7754c9f0060..0e5a8b35fda 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/06_memory_analysis_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/06_memory_analysis_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The Memory Analysis Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/memory_analysis_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/memory_analysis_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/07_object_activity_analysis_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/07_object_activity_analysis_dashboard.mdx
index 45bb740549b..20cb25770da 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/07_object_activity_analysis_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/07_object_activity_analysis_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The Objects Activity Analysis Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/object_activity_analysis_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/object_activity_analysis_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/08_os_analysis_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/08_os_analysis_dashboard.mdx
index daad2ec0fcb..88ec5a634fd 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/08_os_analysis_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/08_os_analysis_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The Operating System Analysis Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/os_analysis_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/os_analysis_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/09_probe_log_analysis_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/09_probe_log_analysis_dashboard.mdx
index 52a8ad11a90..5872d83d66e 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/09_probe_log_analysis_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/09_probe_log_analysis_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The Probe Log Analysis Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/probe_log_analysis_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/probe_log_analysis_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/10_server_analysis_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/10_server_analysis_dashboard.mdx
index fd5e87a1455..1fba3b01513 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/10_server_analysis_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/10_server_analysis_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The Server Analysis Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/server_analysis_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/server_analysis_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/11_server_log_analysis_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/11_server_log_analysis_dashboard.mdx
index 982b7b33e39..54f89cacb29 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/11_server_log_analysis_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/11_server_log_analysis_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The Server Log Analysis Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/server_log_analysis_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/server_log_analysis_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/12_session_activity_analysis_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/12_session_activity_analysis_dashboard.mdx
index 759da4ad2c6..0c2fd78575a 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/12_session_activity_analysis_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/12_session_activity_analysis_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The Session Activity Analysis Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/session_activity_analysis_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/session_activity_analysis_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/13_session_waits_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/13_session_waits_dashboard.mdx
index 11844ce8b40..ee011fe4bd6 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/13_session_waits_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/13_session_waits_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The Session Waits Analysis Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/session_waits_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/session_waits_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/14_storage_analysis_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/14_storage_analysis_dashboard.mdx
index b88170fb49c..0229d6b4494 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/14_storage_analysis_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/14_storage_analysis_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The Storage Analysis Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/storage_analysis_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/storage_analysis_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/15_system_wait_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/15_system_wait_dashboard.mdx
index ccff449129e..bb5dc4e30fb 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/15_system_wait_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/15_system_wait_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The System Wait Analysis Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/system_wait_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/system_wait_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/16_str_replication_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/16_str_replication_dashboard.mdx
index 5a12fa22fea..544c4c82d0e 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/16_str_replication_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/16_str_replication_dashboard.mdx
@@ -3,6 +3,7 @@ title: "The Streaming Replication Analysis Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/str_replication_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/str_replication_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/index.mdx
index 79fc527a1ea..9b96c301ca4 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/01_dashboards/index.mdx
@@ -3,6 +3,7 @@ title: "Dashboards"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/dashboards.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/dashboards.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/02_pem_server_config/01_pem_config_options.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/02_pem_server_config/01_pem_config_options.mdx
index 13bc24838a4..c39387e957c 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/02_pem_server_config/01_pem_config_options.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/02_pem_server_config/01_pem_config_options.mdx
@@ -3,6 +3,7 @@ title: "Configuration Options"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_config_options.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_config_options.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/02_pem_server_config/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/02_pem_server_config/index.mdx
index b54337434e9..0badd6f6f83 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/02_pem_server_config/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/02_pem_server_config/index.mdx
@@ -3,6 +3,7 @@ title: "Server Configuration"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_server_config.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_server_config.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/03_log_manager.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/03_log_manager.mdx
index 4f105ca085b..169c1dbf5af 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/03_log_manager.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/03_log_manager.mdx
@@ -3,6 +3,7 @@ title: "Log Manager"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/log_manager.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/log_manager.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/04_audit_manager.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/04_audit_manager.mdx
index a58feb02c15..13470af8653 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/04_audit_manager.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/04_audit_manager.mdx
@@ -3,6 +3,7 @@ title: "Audit Manager"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/audit_manager.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/audit_manager.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/05_pem_log_analysis_expert.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/05_pem_log_analysis_expert.mdx
index 05e2584de2c..754fb239af5 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/05_pem_log_analysis_expert.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/05_pem_log_analysis_expert.mdx
@@ -3,6 +3,7 @@ title: "Postgres Log Analysis Expert"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_log_analysis_expert.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_log_analysis_expert.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/06_tuning_wizard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/06_tuning_wizard.mdx
index fac7e439267..525d0620eea 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/06_tuning_wizard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/06_tuning_wizard.mdx
@@ -3,6 +3,7 @@ title: "Tuning Wizard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/tuning_wizard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/tuning_wizard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/01_pe_schema_config_expert_recommendations.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/01_pe_schema_config_expert_recommendations.mdx
index 3ce656ff5de..51c59f27df1 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/01_pe_schema_config_expert_recommendations.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/01_pe_schema_config_expert_recommendations.mdx
@@ -3,6 +3,7 @@ title: "Schema Expert Recommendations"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pe_schema_config_expert_recommendations.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pe_schema_config_expert_recommendations.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/02_pe_security_expert_recommendations.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/02_pe_security_expert_recommendations.mdx
index 845762c85d6..8cca937fffd 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/02_pe_security_expert_recommendations.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/02_pe_security_expert_recommendations.mdx
@@ -3,6 +3,7 @@ title: "Security Expert Recommendations"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pe_security_expert_recommendations.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pe_security_expert_recommendations.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/03_pe_configuration_expert_recommendations.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/03_pe_configuration_expert_recommendations.mdx
index 8ca6687536c..85ab3b9fe77 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/03_pe_configuration_expert_recommendations.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/03_pe_configuration_expert_recommendations.mdx
@@ -3,6 +3,7 @@ title: "Configuration Expert Recommendations"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pe_configuration_expert_recommendations.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pe_configuration_expert_recommendations.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/index.mdx
index 4d04182165a..c10e1071912 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/07_pem_postgres_expert/index.mdx
@@ -3,6 +3,7 @@ title: "Postgres Expert"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_postgres_expert.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_postgres_expert.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/08_capacity_manager/01_capacity_manager_metrics.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/08_capacity_manager/01_capacity_manager_metrics.mdx
index 9b3f01274f9..d0a7b67359a 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/08_capacity_manager/01_capacity_manager_metrics.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/08_capacity_manager/01_capacity_manager_metrics.mdx
@@ -3,6 +3,7 @@ title: "Tab 1 (Metrics)"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/capacity_manager_metrics.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/capacity_manager_metrics.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/08_capacity_manager/02_capacity_manager_options.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/08_capacity_manager/02_capacity_manager_options.mdx
index 1cabf720bef..b3920fbe4f3 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/08_capacity_manager/02_capacity_manager_options.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/08_capacity_manager/02_capacity_manager_options.mdx
@@ -3,6 +3,7 @@ title: "Tab 2 (Options)"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/capacity_manager_options.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/capacity_manager_options.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/08_capacity_manager/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/08_capacity_manager/index.mdx
index 16a323ca856..6874dbd1491 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/08_capacity_manager/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/08_capacity_manager/index.mdx
@@ -3,6 +3,7 @@ title: "Capacity Manager"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/capacity_manager.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/capacity_manager.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/01_pem_alerting_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/01_pem_alerting_dialog.mdx
index a63dd08eeb9..5cbd2d3f491 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/01_pem_alerting_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/01_pem_alerting_dialog.mdx
@@ -3,6 +3,7 @@ title: "Creating and Managing Alerts"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_alerting_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_alerting_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/02_pem_alert_copy.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/02_pem_alert_copy.mdx
index e175a34351b..d98297b99c4 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/02_pem_alert_copy.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/02_pem_alert_copy.mdx
@@ -3,6 +3,7 @@ title: "Copy Alerts"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_alert_copy.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_alert_copy.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/03_pem_alert_templates.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/03_pem_alert_templates.mdx
index ad231a72865..5d28db1c15a 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/03_pem_alert_templates.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/03_pem_alert_templates.mdx
@@ -3,6 +3,7 @@ title: "Alert Templates"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_alert_templates.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_alert_templates.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/04_pem_custom_alert_templates.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/04_pem_custom_alert_templates.mdx
index 52f9c751895..04855645436 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/04_pem_custom_alert_templates.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/04_pem_custom_alert_templates.mdx
@@ -3,6 +3,7 @@ title: "Custom Alert Templates"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_custom_alert_templates.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_custom_alert_templates.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/05_pem_email_groups.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/05_pem_email_groups.mdx
index de798f60d12..f5acbe43101 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/05_pem_email_groups.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/05_pem_email_groups.mdx
@@ -3,6 +3,7 @@ title: "Email Groups"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_email_groups.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_email_groups.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/06_pem_webhooks.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/06_pem_webhooks.mdx
index 09a90094f4c..a2319463031 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/06_pem_webhooks.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/06_pem_webhooks.mdx
@@ -3,6 +3,7 @@ title: "Webhooks"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_webhooks.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_webhooks.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/07_snmp_mib_generation.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/07_snmp_mib_generation.mdx
index d874b5d6e2b..9122651e83f 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/07_snmp_mib_generation.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/07_snmp_mib_generation.mdx
@@ -3,6 +3,7 @@ title: "SNMP MIB Generation"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/snmp_mib_generation.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/snmp_mib_generation.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/08_snmp_trap_details.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/08_snmp_trap_details.mdx
index dab3ac59d8f..57b09edb7e3 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/08_snmp_trap_details.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/08_snmp_trap_details.mdx
@@ -3,6 +3,7 @@ title: "SNMP Trap Details"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/snmp_trap_details.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/snmp_trap_details.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/09_using_pem_with_nagios.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/09_using_pem_with_nagios.mdx
index 524448a8d18..911e0c96fc1 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/09_using_pem_with_nagios.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/09_using_pem_with_nagios.mdx
@@ -3,6 +3,7 @@ title: "Using PEM with Nagios"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/using_pem_with_nagios.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/using_pem_with_nagios.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/index.mdx
index c6ff6b7cdbb..a170391ffeb 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/09_pem_alerting/index.mdx
@@ -3,6 +3,7 @@ title: "Alerting"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_alerting.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_alerting.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/10_pem_manage_charts/01_pem_create_new_chart.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/10_pem_manage_charts/01_pem_create_new_chart.mdx
index 6ae10c35fda..2a64c5d57ef 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/10_pem_manage_charts/01_pem_create_new_chart.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/10_pem_manage_charts/01_pem_create_new_chart.mdx
@@ -3,6 +3,7 @@ title: "Creating a New Chart"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_create_new_chart.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_create_new_chart.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/10_pem_manage_charts/02_pem_manage_charts_template.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/10_pem_manage_charts/02_pem_manage_charts_template.mdx
index 3f3e3152218..b49291e793e 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/10_pem_manage_charts/02_pem_manage_charts_template.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/10_pem_manage_charts/02_pem_manage_charts_template.mdx
@@ -3,6 +3,7 @@ title: "Importing a Capacity Manager Template"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_manage_charts_template.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_manage_charts_template.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/10_pem_manage_charts/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/10_pem_manage_charts/index.mdx
index a9959221463..95af0e50cbb 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/10_pem_manage_charts/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/10_pem_manage_charts/index.mdx
@@ -3,6 +3,7 @@ title: "Using the Manage Charts Tab"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_manage_charts.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_manage_charts.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/11_pem_manage_dashboards/01_pem_custom_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/11_pem_manage_dashboards/01_pem_custom_dashboard.mdx
index 5a8d11a8102..7b9f2971bd7 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/11_pem_manage_dashboards/01_pem_custom_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/11_pem_manage_dashboards/01_pem_custom_dashboard.mdx
@@ -3,6 +3,7 @@ title: "Creating a Custom Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_custom_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_custom_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/11_pem_manage_dashboards/02_pem_ops_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/11_pem_manage_dashboards/02_pem_ops_dashboard.mdx
index ac6b41ef272..6ec754734d8 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/11_pem_manage_dashboards/02_pem_ops_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/11_pem_manage_dashboards/02_pem_ops_dashboard.mdx
@@ -3,6 +3,7 @@ title: "Creating an Ops Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_ops_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_ops_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/11_pem_manage_dashboards/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/11_pem_manage_dashboards/index.mdx
index bda49eee9d8..d62d7cb83a3 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/11_pem_manage_dashboards/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/11_pem_manage_dashboards/index.mdx
@@ -3,6 +3,7 @@ title: "The PEM Manage Dashboards Tab"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_manage_dashboards.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_manage_dashboards.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/01_pem_custom_probes.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/01_pem_custom_probes.mdx
index 0ae2da1065f..7fb16d4df7f 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/01_pem_custom_probes.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/01_pem_custom_probes.mdx
@@ -3,6 +3,7 @@ title: "Custom Probes"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_custom_probes.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_custom_probes.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/02_copy_probe_config.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/02_copy_probe_config.mdx
index 147d7c69ee9..6b216ec3e97 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/02_copy_probe_config.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/02_copy_probe_config.mdx
@@ -3,6 +3,7 @@ title: "Copy Probe Configuration"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/copy_probe_config.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/copy_probe_config.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/03_pem_probe_config/01_pem_probes.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/03_pem_probe_config/01_pem_probes.mdx
index afbb4fb7ee5..89836ef32d7 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/03_pem_probe_config/01_pem_probes.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/03_pem_probe_config/01_pem_probes.mdx
@@ -3,6 +3,7 @@ title: "Probes"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_probes.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_probes.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/03_pem_probe_config/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/03_pem_probe_config/index.mdx
index cc0a05824c5..2f50921c21d 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/03_pem_probe_config/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/03_pem_probe_config/index.mdx
@@ -3,6 +3,7 @@ title: "Probe Configuration"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_probe_config.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_probe_config.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/index.mdx
index 08ad5e1dd30..6277d675c81 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/12_pem_manage_probes/index.mdx
@@ -3,6 +3,7 @@ title: "The Manage Probes Tab"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_manage_probes.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_manage_probes.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/13_pem_alert_blackout.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/13_pem_alert_blackout.mdx
index d529c25949f..dc80cf78ebb 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/13_pem_alert_blackout.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/13_pem_alert_blackout.mdx
@@ -3,6 +3,7 @@ title: "Schedule Alert Blackout"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_alert_blackout.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_alert_blackout.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/14_pem_scheduled_system_jobs.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/14_pem_scheduled_system_jobs.mdx
index bde5911c9ab..3c58a729918 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/14_pem_scheduled_system_jobs.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/14_pem_scheduled_system_jobs.mdx
@@ -3,6 +3,7 @@ title: "Scheduled System Jobs"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_scheduled_system_jobs.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_scheduled_system_jobs.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/15_pem_scheduled_task_tab.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/15_pem_scheduled_task_tab.mdx
index 7f24b35ef47..52f59011f35 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/15_pem_scheduled_task_tab.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/15_pem_scheduled_task_tab.mdx
@@ -3,6 +3,7 @@ title: "Scheduled Task Tab"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_scheduled_task_tab.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_scheduled_task_tab.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/16_pem_scheduled_jobs.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/16_pem_scheduled_jobs.mdx
index ebdf981545e..0e2c7a2d5d5 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/16_pem_scheduled_jobs.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/16_pem_scheduled_jobs.mdx
@@ -3,6 +3,7 @@ title: "Creating a PEM Scheduled Job"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_scheduled_jobs.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_scheduled_jobs.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/17_pem_job_notification.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/17_pem_job_notification.mdx
index 042b03d32a4..9734d2d520a 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/17_pem_job_notification.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/17_pem_job_notification.mdx
@@ -3,6 +3,7 @@ title: "Sending email notifications for a job"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_job_notification.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_job_notification.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/18_pem_task_view/01_pem_log_view.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/18_pem_task_view/01_pem_log_view.mdx
index 35e42ea1d8c..591f05eb9d1 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/18_pem_task_view/01_pem_log_view.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/18_pem_task_view/01_pem_log_view.mdx
@@ -3,6 +3,7 @@ title: "Log Viewer"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_log_view.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_log_view.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/18_pem_task_view/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/18_pem_task_view/index.mdx
index 70441829d11..713adb18ed7 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/18_pem_task_view/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/18_pem_task_view/index.mdx
@@ -3,6 +3,7 @@ title: "Task Viewer"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_task_view.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_task_view.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/19_monitoring_a_failover_manager_cluster.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/19_monitoring_a_failover_manager_cluster.mdx
index 6113d441c4e..13a59fc2c1e 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/19_monitoring_a_failover_manager_cluster.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/19_monitoring_a_failover_manager_cluster.mdx
@@ -3,6 +3,7 @@ title: "Monitoring a Failover Manager Cluster"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/monitoring_a_failover_manager_cluster.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/monitoring_a_failover_manager_cluster.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/20_performance_diagnostic.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/20_performance_diagnostic.mdx
index f9c8737a019..550b6304317 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/20_performance_diagnostic.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/20_performance_diagnostic.mdx
@@ -3,6 +3,7 @@ title: "Performance Diagnostic"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/performance_diagnostic.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/performance_diagnostic.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/21_reports.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/21_reports.mdx
index 8ac5fadeab4..a85740c5b1c 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/21_reports.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/21_reports.mdx
@@ -3,6 +3,7 @@ title: "Reports"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/reports.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/reports.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/index.mdx
index 1a5b2544d40..37ebb7e63a1 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/04_toc_pem_features/index.mdx
@@ -3,6 +3,7 @@ title: "Enterprise Management Features"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/toc_pem_features.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/toc_pem_features.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/01_grant_wizard.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/01_grant_wizard.mdx
index a2e8d2283b2..50b6deba6b1 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/01_grant_wizard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/01_grant_wizard.mdx
@@ -3,6 +3,7 @@ title: "Grant Wizard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/grant_wizard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/grant_wizard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/02_add_restore_point_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/02_add_restore_point_dialog.mdx
index 4545c2434ab..9dd28ecd5aa 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/02_add_restore_point_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/02_add_restore_point_dialog.mdx
@@ -3,6 +3,7 @@ title: "Add named restore point Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/add_restore_point_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/add_restore_point_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/03_import_export_data.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/03_import_export_data.mdx
index ff1a7f2d79e..93d182c3ce2 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/03_import_export_data.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/03_import_export_data.mdx
@@ -3,6 +3,7 @@ title: "Import/Export data Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/import_export_data.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/import_export_data.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/04_maintenance/01_maintenance_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/04_maintenance/01_maintenance_dialog.mdx
index 7036db729b8..3006c869f13 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/04_maintenance/01_maintenance_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/04_maintenance/01_maintenance_dialog.mdx
@@ -3,6 +3,7 @@ title: "Maintenance Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/maintenance_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/maintenance_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/04_maintenance/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/04_maintenance/index.mdx
index 8a6d9ca6a8f..32e6bfdf325 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/04_maintenance/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/04_maintenance/index.mdx
@@ -3,6 +3,7 @@ title: "Maintain a database object"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/maintenance.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/maintenance.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/05_storage_manager.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/05_storage_manager.mdx
index 1af8ea9338f..23d8f0d2084 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/05_storage_manager.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/05_storage_manager.mdx
@@ -3,6 +3,7 @@ title: "Storage Manager"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/storage_manager.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/storage_manager.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/06_backup_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/06_backup_dialog.mdx
index 94b10acc0d6..b5fc4b571a3 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/06_backup_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/06_backup_dialog.mdx
@@ -3,6 +3,7 @@ title: "Backup Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/backup_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/backup_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/07_backup_globals_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/07_backup_globals_dialog.mdx
index 75b717f3d35..95f812dffe2 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/07_backup_globals_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/07_backup_globals_dialog.mdx
@@ -3,6 +3,7 @@ title: "Backup Globals Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/backup_globals_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/backup_globals_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/08_backup_server_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/08_backup_server_dialog.mdx
index 27a5abba2c3..4c1b14bbb80 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/08_backup_server_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/08_backup_server_dialog.mdx
@@ -3,6 +3,7 @@ title: "Backup Server Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/backup_server_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/backup_server_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/09_restore_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/09_restore_dialog.mdx
index ec05f5b379d..cde5bac70ce 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/09_restore_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/09_restore_dialog.mdx
@@ -3,6 +3,7 @@ title: "Restore Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/restore_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/restore_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/01_database_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/01_database_dialog.mdx
index 0cf33765514..e018bb5f44f 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/01_database_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/01_database_dialog.mdx
@@ -3,6 +3,7 @@ title: "Database Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/database_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/database_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/02_move_objects.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/02_move_objects.mdx
index 07a80000967..50019e8ca57 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/02_move_objects.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/02_move_objects.mdx
@@ -3,6 +3,7 @@ title: "Move Objects Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/move_objects.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/move_objects.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/03_resource_group_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/03_resource_group_dialog.mdx
index 92e71dbc394..546d622d62b 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/03_resource_group_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/03_resource_group_dialog.mdx
@@ -3,6 +3,7 @@ title: "Resource Group Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/resource_group_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/resource_group_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/04_role_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/04_role_dialog.mdx
index a061f16e1dc..aaf1c286b2a 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/04_role_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/04_role_dialog.mdx
@@ -3,6 +3,7 @@ title: "Login/Group Role Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/role_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/role_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/05_tablespace_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/05_tablespace_dialog.mdx
index 20baa0da566..3090a23d207 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/05_tablespace_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/05_tablespace_dialog.mdx
@@ -3,6 +3,7 @@ title: "Tablespace Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/tablespace_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/tablespace_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/index.mdx
index 1224ed1013c..16d4a1e8d5a 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/10_managing_cluster_objects/index.mdx
@@ -3,6 +3,7 @@ title: "Managing Cluster Level Objects"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/managing_cluster_objects.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/managing_cluster_objects.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/01_cast_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/01_cast_dialog.mdx
index d8e8d1f81b9..433ae898796 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/01_cast_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/01_cast_dialog.mdx
@@ -3,6 +3,7 @@ title: "Cast Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/cast_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/cast_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/02_collation_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/02_collation_dialog.mdx
index 7839084f760..ef9236742a5 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/02_collation_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/02_collation_dialog.mdx
@@ -3,6 +3,7 @@ title: "Collation Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/collation_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/collation_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/03_domain_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/03_domain_dialog.mdx
index 3a563cc45bd..d51118e9e5f 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/03_domain_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/03_domain_dialog.mdx
@@ -3,6 +3,7 @@ title: "Domain Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/domain_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/domain_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/04_domain_constraint_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/04_domain_constraint_dialog.mdx
index 13067dc05ad..fa483657c33 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/04_domain_constraint_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/04_domain_constraint_dialog.mdx
@@ -3,6 +3,7 @@ title: "Domain Constraints Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/domain_constraint_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/domain_constraint_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/05_event_trigger_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/05_event_trigger_dialog.mdx
index 83d3d2001d5..34a2753ac73 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/05_event_trigger_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/05_event_trigger_dialog.mdx
@@ -3,6 +3,7 @@ title: "Event Trigger Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/event_trigger_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/event_trigger_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/06_extension_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/06_extension_dialog.mdx
index bde8908be53..1bc4f0db46b 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/06_extension_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/06_extension_dialog.mdx
@@ -3,6 +3,7 @@ title: "Extension Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/extension_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/extension_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/07_foreign_data_wrapper_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/07_foreign_data_wrapper_dialog.mdx
index b9d42e04dce..4f3d30d78b2 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/07_foreign_data_wrapper_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/07_foreign_data_wrapper_dialog.mdx
@@ -3,6 +3,7 @@ title: "Foreign Data Wrapper Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/foreign_data_wrapper_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/foreign_data_wrapper_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/08_foreign_server_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/08_foreign_server_dialog.mdx
index bba6c2bcba9..765de89a59d 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/08_foreign_server_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/08_foreign_server_dialog.mdx
@@ -3,6 +3,7 @@ title: "Foreign Server Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/foreign_server_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/foreign_server_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/09_foreign_table_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/09_foreign_table_dialog.mdx
index b37afa965e0..992c515e729 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/09_foreign_table_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/09_foreign_table_dialog.mdx
@@ -3,6 +3,7 @@ title: "Foreign Table Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/foreign_table_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/foreign_table_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/10_fts_configuration_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/10_fts_configuration_dialog.mdx
index 76160880328..0115f31d9b4 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/10_fts_configuration_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/10_fts_configuration_dialog.mdx
@@ -3,6 +3,7 @@ title: "FTS Configuration dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/fts_configuration_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/fts_configuration_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/11_fts_dictionary_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/11_fts_dictionary_dialog.mdx
index 84e39a7b969..4b80082e2ad 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/11_fts_dictionary_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/11_fts_dictionary_dialog.mdx
@@ -3,6 +3,7 @@ title: "FTS Dictionary Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/fts_dictionary_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/fts_dictionary_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/12_fts_parser_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/12_fts_parser_dialog.mdx
index 0c6ec0b6218..b96c2161290 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/12_fts_parser_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/12_fts_parser_dialog.mdx
@@ -3,6 +3,7 @@ title: "FTS Parser Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/fts_parser_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/fts_parser_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/13_fts_template_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/13_fts_template_dialog.mdx
index 871abf6ac3a..b7a8965df79 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/13_fts_template_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/13_fts_template_dialog.mdx
@@ -3,6 +3,7 @@ title: "FTS Template Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/fts_template_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/fts_template_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/14_function_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/14_function_dialog.mdx
index 3ac0224b719..d1a50501eee 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/14_function_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/14_function_dialog.mdx
@@ -3,6 +3,7 @@ title: "Function Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/function_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/function_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/15_language_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/15_language_dialog.mdx
index 12c8116fb0f..3c9f9d2b75a 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/15_language_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/15_language_dialog.mdx
@@ -3,6 +3,7 @@ title: "Language Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/language_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/language_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/16_materialized_view_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/16_materialized_view_dialog.mdx
index ec8a16b73ef..d4be2006fa2 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/16_materialized_view_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/16_materialized_view_dialog.mdx
@@ -3,6 +3,7 @@ title: "Materialized View Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/materialized_view_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/materialized_view_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/17_package_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/17_package_dialog.mdx
index 7ec9ae0c323..d44abfb5709 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/17_package_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/17_package_dialog.mdx
@@ -3,6 +3,7 @@ title: "Package Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/package_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/package_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/18_procedure_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/18_procedure_dialog.mdx
index 785c93780d2..9f109a60c0f 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/18_procedure_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/18_procedure_dialog.mdx
@@ -3,6 +3,7 @@ title: "Procedure Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/procedure_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/procedure_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/19_schema_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/19_schema_dialog.mdx
index 804e4e60931..531d56725de 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/19_schema_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/19_schema_dialog.mdx
@@ -3,6 +3,7 @@ title: "Schema Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/schema_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/schema_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/20_sequence_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/20_sequence_dialog.mdx
index dfd261e181f..ac1c542dc64 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/20_sequence_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/20_sequence_dialog.mdx
@@ -3,6 +3,7 @@ title: "Sequence Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/sequence_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/sequence_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/21_synonym_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/21_synonym_dialog.mdx
index 44ea4cea0c7..22893d042d2 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/21_synonym_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/21_synonym_dialog.mdx
@@ -3,6 +3,7 @@ title: "Synonym Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/synonym_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/synonym_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/22_trigger_function_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/22_trigger_function_dialog.mdx
index 71fd08435a9..ab0f3c67849 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/22_trigger_function_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/22_trigger_function_dialog.mdx
@@ -3,6 +3,7 @@ title: "Trigger function Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/trigger_function_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/trigger_function_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/23_type_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/23_type_dialog.mdx
index 19d828689a3..9126990e087 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/23_type_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/23_type_dialog.mdx
@@ -3,6 +3,7 @@ title: "Type Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/type_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/type_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/24_user_mapping_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/24_user_mapping_dialog.mdx
index e060d93030a..c31dcd59acd 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/24_user_mapping_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/24_user_mapping_dialog.mdx
@@ -3,6 +3,7 @@ title: "User Mapping Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/user_mapping_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/user_mapping_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/25_view_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/25_view_dialog.mdx
index f7493e90550..541f9b0b9c4 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/25_view_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/25_view_dialog.mdx
@@ -3,6 +3,7 @@ title: "View Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/view_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/view_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/index.mdx
index 2a800484cd5..19fac065658 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/11_managing_database_objects/index.mdx
@@ -3,6 +3,7 @@ title: "Managing Database Objects"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/managing_database_objects.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/managing_database_objects.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/01_check_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/01_check_dialog.mdx
index 3dfd2ccd6b4..4c17b8fa952 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/01_check_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/01_check_dialog.mdx
@@ -3,6 +3,7 @@ title: "Check Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/check_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/check_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/02_column_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/02_column_dialog.mdx
index 2ccb27a84e8..ca7c1a86383 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/02_column_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/02_column_dialog.mdx
@@ -3,6 +3,7 @@ title: "Column Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/column_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/column_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/03_compound_trigger_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/03_compound_trigger_dialog.mdx
index 67777aff9a3..e594dcd30c4 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/03_compound_trigger_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/03_compound_trigger_dialog.mdx
@@ -3,6 +3,7 @@ title: "Compound Trigger Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/compound_trigger_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/compound_trigger_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/04_exclusion_constraint_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/04_exclusion_constraint_dialog.mdx
index edf75d40291..62152c53943 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/04_exclusion_constraint_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/04_exclusion_constraint_dialog.mdx
@@ -3,6 +3,7 @@ title: "Exclusion constraint Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/exclusion_constraint_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/exclusion_constraint_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/05_foreign_key_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/05_foreign_key_dialog.mdx
index fa0b8e1ec50..92192cfd0bb 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/05_foreign_key_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/05_foreign_key_dialog.mdx
@@ -3,6 +3,7 @@ title: "Foreign key Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/foreign_key_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/foreign_key_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/06_index_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/06_index_dialog.mdx
index 82178809a6e..b8146c5647f 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/06_index_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/06_index_dialog.mdx
@@ -3,6 +3,7 @@ title: "Index Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/index_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/index_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/07_primary_key_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/07_primary_key_dialog.mdx
index 42dfd7ba320..56896c2bfcd 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/07_primary_key_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/07_primary_key_dialog.mdx
@@ -3,6 +3,7 @@ title: "Primary key Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/primary_key_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/primary_key_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/08_rls_policy_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/08_rls_policy_dialog.mdx
index 96a5aa9c999..bd6249ad8af 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/08_rls_policy_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/08_rls_policy_dialog.mdx
@@ -3,6 +3,7 @@ title: "RLS Policy Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/rls_policy_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/rls_policy_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/09_rule_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/09_rule_dialog.mdx
index db0521e02c7..bda17097715 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/09_rule_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/09_rule_dialog.mdx
@@ -3,6 +3,7 @@ title: "Rule Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/rule_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/rule_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/10_table_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/10_table_dialog.mdx
index 91829469c23..8fa326ee047 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/10_table_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/10_table_dialog.mdx
@@ -3,6 +3,7 @@ title: "Table Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/table_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/table_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/11_trigger_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/11_trigger_dialog.mdx
index ee5fd53c8c4..efe582aa213 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/11_trigger_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/11_trigger_dialog.mdx
@@ -3,6 +3,7 @@ title: "Trigger Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/trigger_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/trigger_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/12_unique_constraint_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/12_unique_constraint_dialog.mdx
index 127be799cb8..33d263bbaad 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/12_unique_constraint_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/12_unique_constraint_dialog.mdx
@@ -3,6 +3,7 @@ title: "Unique Constraint Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/unique_constraint_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/unique_constraint_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/index.mdx
index 05abe9bee6a..711e08555a0 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/12_modifying_tables/index.mdx
@@ -3,6 +3,7 @@ title: "Creating or Modifying a Table"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/modifying_tables.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/modifying_tables.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/index.mdx
index 39bde9982df..083785ed385 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/05_toc_pem_management_basics/index.mdx
@@ -3,6 +3,7 @@ title: "Management Basics"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/toc_pem_management_basics.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/toc_pem_management_basics.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/01_managing_bart_prerequisites.mdx b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/01_managing_bart_prerequisites.mdx
index 65c79b638e7..9c6ab9176ae 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/01_managing_bart_prerequisites.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/01_managing_bart_prerequisites.mdx
@@ -3,6 +3,7 @@ title: "Prerequisites for managing BART"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/managing_bart_prerequisites.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/managing_bart_prerequisites.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/02_configuring_bart_server.mdx b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/02_configuring_bart_server.mdx
index 48bb05d99fa..155d57750f7 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/02_configuring_bart_server.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/02_configuring_bart_server.mdx
@@ -3,6 +3,7 @@ title: "Configuring a BART Server"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/configuring_bart_server.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/configuring_bart_server.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/03_associating_bart_server_with_database_server.mdx b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/03_associating_bart_server_with_database_server.mdx
index 4be29d02e21..4e3e9a1cfca 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/03_associating_bart_server_with_database_server.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/03_associating_bart_server_with_database_server.mdx
@@ -3,6 +3,7 @@ title: "Associating the BART Server with a Database Server"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/associating_bart_server_with_database_server.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/associating_bart_server_with_database_server.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/04_viewing_bart_dashboard.mdx b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/04_viewing_bart_dashboard.mdx
index 718deaa37d9..213afa32457 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/04_viewing_bart_dashboard.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/04_viewing_bart_dashboard.mdx
@@ -3,6 +3,7 @@ title: "Viewing the BART Server Details on a PEM Dashboard"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/viewing_bart_dashboard.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/viewing_bart_dashboard.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/05_scheduling_bart_backups.mdx b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/05_scheduling_bart_backups.mdx
index 90abf3937d7..9085f18951d 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/05_scheduling_bart_backups.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/05_scheduling_bart_backups.mdx
@@ -3,6 +3,7 @@ title: "Scheduling BART Backups"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/scheduling_bart_backups.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/scheduling_bart_backups.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/06_scheduling_bart_obsolete_backups_deletion.mdx b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/06_scheduling_bart_obsolete_backups_deletion.mdx
index c1634632218..ea9d8f434bb 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/06_scheduling_bart_obsolete_backups_deletion.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/06_scheduling_bart_obsolete_backups_deletion.mdx
@@ -3,6 +3,7 @@ title: "Scheduling BART Obsolete Backups Deletion"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/scheduling_bart_obsolete_backups_deletion.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/scheduling_bart_obsolete_backups_deletion.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/07_bart_backup_dialog.mdx b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/07_bart_backup_dialog.mdx
index 3b053060d0f..ae79c7282f6 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/07_bart_backup_dialog.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/07_bart_backup_dialog.mdx
@@ -3,6 +3,7 @@ title: "BART Backup Dialog"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/bart_backup_dialog.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/bart_backup_dialog.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/08_restoring_bart_backups.mdx b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/08_restoring_bart_backups.mdx
index 4dc919b291a..8d959e1e9ce 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/08_restoring_bart_backups.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/08_restoring_bart_backups.mdx
@@ -3,6 +3,7 @@ title: "Restoring BART Backups"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/restoring_bart_backups.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/restoring_bart_backups.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/index.mdx
index 726c0b3441c..c75183bd7e5 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/06_toc_pem_bart_management/index.mdx
@@ -3,6 +3,7 @@ title: "Managing a BART Server"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/toc_pem_bart_management.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/toc_pem_bart_management.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/01_sp_installing_sql_profiler.mdx b/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/01_sp_installing_sql_profiler.mdx
index 63b735b0b6e..24125ac681a 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/01_sp_installing_sql_profiler.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/01_sp_installing_sql_profiler.mdx
@@ -3,6 +3,7 @@ title: "Installing SQL Profiler"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/sp_installing_sql_profiler.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/sp_installing_sql_profiler.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/02_sp_configuring_sql_profiler.mdx b/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/02_sp_configuring_sql_profiler.mdx
index dcb82781c7c..30605734ba0 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/02_sp_configuring_sql_profiler.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/02_sp_configuring_sql_profiler.mdx
@@ -3,6 +3,7 @@ title: "Configuring SQL Profiler"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/sp_configuring_sql_profiler.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/sp_configuring_sql_profiler.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/03_sp_create_new_trace.mdx b/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/03_sp_create_new_trace.mdx
index 615fea7d584..ba1e46b7381 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/03_sp_create_new_trace.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/03_sp_create_new_trace.mdx
@@ -3,6 +3,7 @@ title: "Using SQL Profiler"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/sp_create_new_trace.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/sp_create_new_trace.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/04_sp_index_advisor.mdx b/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/04_sp_index_advisor.mdx
index c532879ebf4..5cab070ed75 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/04_sp_index_advisor.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/04_sp_index_advisor.mdx
@@ -3,6 +3,7 @@ title: "Using Index Advisor"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/sp_index_advisor.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/sp_index_advisor.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/05_sp_sql_profiler_tab.mdx b/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/05_sp_sql_profiler_tab.mdx
index 95a79cca18a..e3086b2b1f1 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/05_sp_sql_profiler_tab.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/05_sp_sql_profiler_tab.mdx
@@ -3,6 +3,7 @@ title: "The SQL Profiler Tab"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/sp_sql_profiler_tab.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/sp_sql_profiler_tab.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/index.mdx
index 5cbef92aebe..3d9ce12be42 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/07_toc_pem_sql_profiler/index.mdx
@@ -3,6 +3,7 @@ title: "SQL Profiler"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/toc_pem_sql_profiler.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/toc_pem_sql_profiler.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/01_debugger.mdx b/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/01_debugger.mdx
index 663a60bc9a7..db41191502e 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/01_debugger.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/01_debugger.mdx
@@ -3,6 +3,7 @@ title: "pgAdmin Debugger"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/debugger.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/debugger.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/02_query_tool.mdx b/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/02_query_tool.mdx
index e90a267cfab..199d3e195b0 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/02_query_tool.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/02_query_tool.mdx
@@ -3,6 +3,7 @@ title: "Query Tool"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/query_tool.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/query_tool.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/03_pem_interpreting_graphical_query.mdx b/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/03_pem_interpreting_graphical_query.mdx
index f34b0bb4f66..00b6a85e971 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/03_pem_interpreting_graphical_query.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/03_pem_interpreting_graphical_query.mdx
@@ -3,6 +3,7 @@ title: "Interpreting Graphical Query Plans"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_interpreting_graphical_query.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_interpreting_graphical_query.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/04_editgrid/01_viewdata_filter.mdx b/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/04_editgrid/01_viewdata_filter.mdx
index b4eb4696a2f..99c53f5b8a3 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/04_editgrid/01_viewdata_filter.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/04_editgrid/01_viewdata_filter.mdx
@@ -3,6 +3,7 @@ title: "View/Edit Data Filter"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/viewdata_filter.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/viewdata_filter.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/04_editgrid/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/04_editgrid/index.mdx
index bb712fb46a6..cc26c1246c3 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/04_editgrid/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/04_editgrid/index.mdx
@@ -3,6 +3,7 @@ title: "Reviewing and Editing Data"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/editgrid.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/editgrid.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/05_schema_diff.mdx b/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/05_schema_diff.mdx
index 7c659439f0a..978510ccae5 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/05_schema_diff.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/05_schema_diff.mdx
@@ -3,6 +3,7 @@ title: "Schema Diff"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/schema_diff.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/schema_diff.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/index.mdx
index 43d87e5f6f7..b1935087912 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/08_toc_pem_developer_tools/index.mdx
@@ -3,6 +3,7 @@ title: "Developer Tools"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/toc_pem_developer_tools.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/toc_pem_developer_tools.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/01_pem_pgbouncer_server_agent_connection.mdx b/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/01_pem_pgbouncer_server_agent_connection.mdx
index c55e3fb27aa..c554edc197d 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/01_pem_pgbouncer_server_agent_connection.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/01_pem_pgbouncer_server_agent_connection.mdx
@@ -3,6 +3,7 @@ title: "Connecting PEM to pgBouncer"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_pgbouncer_server_agent_connection.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_pgbouncer_server_agent_connection.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/02_pem_pgbouncer_preparing_dbserver.mdx b/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/02_pem_pgbouncer_preparing_dbserver.mdx
index 6ef5fd55581..aa1ec8836e7 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/02_pem_pgbouncer_preparing_dbserver.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/02_pem_pgbouncer_preparing_dbserver.mdx
@@ -3,6 +3,7 @@ title: "Preparing the PEM Server for pgBouncer Connections"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_pgbouncer_preparing_dbserver.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_pgbouncer_preparing_dbserver.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/03_pem_pgbouncer_configuring_pgbouncer.mdx b/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/03_pem_pgbouncer_configuring_pgbouncer.mdx
index d53f0615d17..25d34311a2e 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/03_pem_pgbouncer_configuring_pgbouncer.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/03_pem_pgbouncer_configuring_pgbouncer.mdx
@@ -3,6 +3,7 @@ title: "Configuring pgBouncer"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_pgbouncer_configuring_pgbouncer.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_pgbouncer_configuring_pgbouncer.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/04_pem_pgbouncer_configuring_pem_agent.mdx b/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/04_pem_pgbouncer_configuring_pem_agent.mdx
index 3262b4ded40..71a43d320cf 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/04_pem_pgbouncer_configuring_pem_agent.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/04_pem_pgbouncer_configuring_pem_agent.mdx
@@ -3,6 +3,7 @@ title: "Configuring the PEM Agent to use pgBouncer"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_pgbouncer_configuring_pem_agent.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_pgbouncer_configuring_pem_agent.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/index.mdx
index ac1b9ed6338..5e2222548e7 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/09_toc_pem_configure_pgbouncer/index.mdx
@@ -3,6 +3,7 @@ title: "Configuring pgBouncer for use with PEM Agents"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/toc_pem_configure_pgbouncer.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/toc_pem_configure_pgbouncer.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/01_using_pgagent.mdx b/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/01_using_pgagent.mdx
index fbd7173d033..6c2d54fa187 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/01_using_pgagent.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/01_using_pgagent.mdx
@@ -3,6 +3,7 @@ title: "Using pgAgent"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/using_pgagent.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/using_pgagent.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/02_pgagent_install.mdx b/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/02_pgagent_install.mdx
index 7a041b77769..3a23956ea2a 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/02_pgagent_install.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/02_pgagent_install.mdx
@@ -3,6 +3,7 @@ title: "Installing pgAgent"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pgagent_install.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pgagent_install.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/03_pgagent_jobs.mdx b/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/03_pgagent_jobs.mdx
index 20b226aacc0..a3996715dbe 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/03_pgagent_jobs.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/03_pgagent_jobs.mdx
@@ -3,6 +3,7 @@ title: "Creating a pgAgent Job"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pgagent_jobs.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pgagent_jobs.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/04_pgagent-steps.mdx b/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/04_pgagent-steps.mdx
index 93993547221..50895a4f5c8 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/04_pgagent-steps.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/04_pgagent-steps.mdx
@@ -3,6 +3,7 @@ title: "pgAgent Steps"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pgagent-steps.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pgagent-steps.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/05_pgagent-schedules.mdx b/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/05_pgagent-schedules.mdx
index 26d986b026b..0a5c7cce779 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/05_pgagent-schedules.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/05_pgagent-schedules.mdx
@@ -3,6 +3,7 @@ title: "pgAgent Schedules"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pgagent-schedules.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pgagent-schedules.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/index.mdx
index e8bdf95b344..dfc444546e6 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/10_pgagent/index.mdx
@@ -3,6 +3,7 @@ title: "pgAgent"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pgagent.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pgagent.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/11_appendices/01_licence.mdx b/product_docs/docs/pem/8.0/pem_online_help/11_appendices/01_licence.mdx
index f9f7ada43ad..560f61e3778 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/11_appendices/01_licence.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/11_appendices/01_licence.mdx
@@ -3,6 +3,7 @@ title: "Licence"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/licence.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/licence.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/11_appendices/02_kerberos.mdx b/product_docs/docs/pem/8.0/pem_online_help/11_appendices/02_kerberos.mdx
index b3e55265412..22f7464fb29 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/11_appendices/02_kerberos.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/11_appendices/02_kerberos.mdx
@@ -3,6 +3,7 @@ title: "The MIT Kerberos Licence"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/kerberos.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/kerberos.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/11_appendices/03_openssl.mdx b/product_docs/docs/pem/8.0/pem_online_help/11_appendices/03_openssl.mdx
index 72a537a830d..ed58a002907 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/11_appendices/03_openssl.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/11_appendices/03_openssl.mdx
@@ -3,6 +3,7 @@ title: "The OpenSSL Licence"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/openssl.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/openssl.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/11_appendices/05_jquery_table_sort.mdx b/product_docs/docs/pem/8.0/pem_online_help/11_appendices/05_jquery_table_sort.mdx
index 69c424f789b..ac0eab3e6f3 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/11_appendices/05_jquery_table_sort.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/11_appendices/05_jquery_table_sort.mdx
@@ -3,6 +3,7 @@ title: "The jquery table sort Licence"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/jquery_table_sort.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/jquery_table_sort.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/11_appendices/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/11_appendices/index.mdx
index 6f2ccc6ff29..20dc8fca2ae 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/11_appendices/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/11_appendices/index.mdx
@@ -3,6 +3,7 @@ title: "Appendices"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/appendices.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/appendices.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/01_pem_release_notes_8_0.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/01_pem_release_notes_8_0.mdx
index a3b6449f22d..fd1ad66c092 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/01_pem_release_notes_8_0.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/01_pem_release_notes_8_0.mdx
@@ -3,6 +3,7 @@ title: "PEM v8.0"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_release_notes_8_0.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_release_notes_8_0.html"
---
Release date: 2020-12-09
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/02_pem_release_notes_7_16.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/02_pem_release_notes_7_16.mdx
index 8fd4fc1ef95..67b0399550e 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/02_pem_release_notes_7_16.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/02_pem_release_notes_7_16.mdx
@@ -3,6 +3,7 @@ title: "PEM v7.16"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_release_notes_7_16.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_release_notes_7_16.html"
---
Release date: 2020-09-30
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/03_pem_release_notes_7_15.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/03_pem_release_notes_7_15.mdx
index 27225b16a4f..2305c625c67 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/03_pem_release_notes_7_15.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/03_pem_release_notes_7_15.mdx
@@ -3,6 +3,7 @@ title: "PEM v7.15"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_release_notes_7_15.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_release_notes_7_15.html"
---
Release date: 2020-07-22
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/04_pem_release_notes_7_14.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/04_pem_release_notes_7_14.mdx
index d8df44fe4ae..ad21d6c640a 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/04_pem_release_notes_7_14.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/04_pem_release_notes_7_14.mdx
@@ -3,6 +3,7 @@ title: "PEM v7.14"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_release_notes_7_14.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_release_notes_7_14.html"
---
Release date: 2020-05-13
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/05_pem_release_notes_7_13.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/05_pem_release_notes_7_13.mdx
index ca40c396438..9948c1d41e0 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/05_pem_release_notes_7_13.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/05_pem_release_notes_7_13.mdx
@@ -3,6 +3,7 @@ title: "PEM v7.13"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_release_notes_7_13.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_release_notes_7_13.html"
---
Release date: 2020-02-20
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/06_pem_release_notes_7_12.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/06_pem_release_notes_7_12.mdx
index f82129c2a27..93e6c67ef80 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/06_pem_release_notes_7_12.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/06_pem_release_notes_7_12.mdx
@@ -3,6 +3,7 @@ title: "PEM v7.12"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_release_notes_7_12.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_release_notes_7_12.html"
---
Release date: 2019-12-02
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/07_pem_release_notes_7_11.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/07_pem_release_notes_7_11.mdx
index f5ba58344c1..136d5288e93 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/07_pem_release_notes_7_11.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/07_pem_release_notes_7_11.mdx
@@ -3,6 +3,7 @@ title: "PEM v7.11"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_release_notes_7_11.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_release_notes_7_11.html"
---
Release date: 2019-12-18
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/08_pem_release_notes_7_10.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/08_pem_release_notes_7_10.mdx
index cdb5b2022fa..92cf851b301 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/08_pem_release_notes_7_10.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/08_pem_release_notes_7_10.mdx
@@ -3,6 +3,7 @@ title: "PEM v7.10"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_release_notes_7_10.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_release_notes_7_10.html"
---
Release date: 2019-10-09
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/09_pem_release_notes_7_9.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/09_pem_release_notes_7_9.mdx
index f975cff1a23..f60d3385f65 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/09_pem_release_notes_7_9.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/09_pem_release_notes_7_9.mdx
@@ -3,6 +3,7 @@ title: "PEM v7.9"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_release_notes_7_9.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_release_notes_7_9.html"
---
Release date: 2019-07-31
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/10_pem_release_notes_7_8.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/10_pem_release_notes_7_8.mdx
index 07b6c20bd5f..150b4f92a98 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/10_pem_release_notes_7_8.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/10_pem_release_notes_7_8.mdx
@@ -3,6 +3,7 @@ title: "PEM v7.8"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_release_notes_7_8.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_release_notes_7_8.html"
---
Release date: 2019-06-05
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/11_pem_release_notes_7_7_1.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/11_pem_release_notes_7_7_1.mdx
index fd3f79769c4..c938c1138c8 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/11_pem_release_notes_7_7_1.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/11_pem_release_notes_7_7_1.mdx
@@ -3,6 +3,7 @@ title: "PEM v7.7.1"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_release_notes_7_7_1.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_release_notes_7_7_1.html"
---
Release date: 2019-04-10
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/12_pem_release_notes_7_7.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/12_pem_release_notes_7_7.mdx
index feba6b61fd2..83059d7002e 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/12_pem_release_notes_7_7.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/12_pem_release_notes_7_7.mdx
@@ -3,6 +3,7 @@ title: "PEM v7.7"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_release_notes_7_7.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_release_notes_7_7.html"
---
Release date: 2019-03-13
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/13_pem_release_notes_7_6.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/13_pem_release_notes_7_6.mdx
index 6396c961116..3549d06bbb5 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/13_pem_release_notes_7_6.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/13_pem_release_notes_7_6.mdx
@@ -3,6 +3,7 @@ title: "PEM v7.6"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_release_notes_7_6.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_release_notes_7_6.html"
---
Release date: 2019-01-09
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/14_pem_release_notes_7_5.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/14_pem_release_notes_7_5.mdx
index 577bf27b518..b0fe510d6ff 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/14_pem_release_notes_7_5.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/14_pem_release_notes_7_5.mdx
@@ -3,6 +3,7 @@ title: "PEM v7.5"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/pem_release_notes_7_5.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/pem_release_notes_7_5.html"
---
Release date: 2018-10-24
diff --git a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/index.mdx
index f7b7da3f3dd..c58a2b238cc 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/12_release_notes/index.mdx
@@ -3,6 +3,7 @@ title: "Release Notes"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/release_notes.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/release_notes.html"
---
EDB Postgres Enterprise Manager release notes provide the information on the features and improvements in each release. This page includes release notes for major release and minor (bugfix) releases. Select your version from the list below to see the release notes for it.
diff --git a/product_docs/docs/pem/8.0/pem_online_help/index.mdx b/product_docs/docs/pem/8.0/pem_online_help/index.mdx
index 42832970ebd..4dc47f4c72c 100644
--- a/product_docs/docs/pem/8.0/pem_online_help/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_online_help/index.mdx
@@ -3,7 +3,9 @@ title: "Postgres Enterprise Manager"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/genindex.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/genindex.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/8.0/index.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/reference/online-documentation/latest/index.html"
---
Welcome to Postgres Enterprise Manager (PEM). Postgres Enterprise Manager (PEM) consists of components that provide the management and analytical functionality for your EDB Postgres Advanced Server or PostgreSQL database. PEM is based on the Open Source pgAdmin IV project.
diff --git a/product_docs/docs/pem/8.0/pem_pgbouncer/01_the_pem_server_pem_agent_connection_management_mechanism.mdx b/product_docs/docs/pem/8.0/pem_pgbouncer/01_the_pem_server_pem_agent_connection_management_mechanism.mdx
index 30c42cf688e..32943273bad 100644
--- a/product_docs/docs/pem/8.0/pem_pgbouncer/01_the_pem_server_pem_agent_connection_management_mechanism.mdx
+++ b/product_docs/docs/pem/8.0/pem_pgbouncer/01_the_pem_server_pem_agent_connection_management_mechanism.mdx
@@ -3,6 +3,7 @@ title: "The PEM Server - PEM Agent Connection Management Mechanism"
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"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/latest/the_pem_server_pem_agent_connection_management_mechanism.html"
---
Each PEM agent connects to the PEM database server using the SSL certificates for each individual 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/8.0/pem_pgbouncer/02_preparing_the_pem_database_server.mdx b/product_docs/docs/pem/8.0/pem_pgbouncer/02_preparing_the_pem_database_server.mdx
index 852c0b13875..917b2f8b60c 100644
--- a/product_docs/docs/pem/8.0/pem_pgbouncer/02_preparing_the_pem_database_server.mdx
+++ b/product_docs/docs/pem/8.0/pem_pgbouncer/02_preparing_the_pem_database_server.mdx
@@ -3,6 +3,7 @@ title: "Preparing the PEM Database Server"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/8.0/preparing_the_pem_database_server.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/latest/preparing_the_pem_database_server.html"
---
You must configure the PEM database server to work with PgBouncer; the following example demonstrates the steps required to configure the PEM database server.
diff --git a/product_docs/docs/pem/8.0/pem_pgbouncer/03_configuring_pgBouncer.mdx b/product_docs/docs/pem/8.0/pem_pgbouncer/03_configuring_pgBouncer.mdx
index 3d0b8072461..6e981ec48be 100644
--- a/product_docs/docs/pem/8.0/pem_pgbouncer/03_configuring_pgBouncer.mdx
+++ b/product_docs/docs/pem/8.0/pem_pgbouncer/03_configuring_pgBouncer.mdx
@@ -3,6 +3,7 @@ title: "Configuring PgBouncer"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/8.0/configuring_pgBouncer.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/latest/configuring_pgBouncer.html"
---
You must configure PgBouncer to work with the PEM database server. In our example, we will run PgBouncer as the `enterprisedb` system user. The following steps outline the process of configuring pgBouncer (version >= 1.9).
diff --git a/product_docs/docs/pem/8.0/pem_pgbouncer/04_configuring_the_pem_agent.mdx b/product_docs/docs/pem/8.0/pem_pgbouncer/04_configuring_the_pem_agent.mdx
index 6956437dca8..cf95e7f9651 100644
--- a/product_docs/docs/pem/8.0/pem_pgbouncer/04_configuring_the_pem_agent.mdx
+++ b/product_docs/docs/pem/8.0/pem_pgbouncer/04_configuring_the_pem_agent.mdx
@@ -3,6 +3,7 @@ title: "Configuring the PEM Agent"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/8.0/configuring_the_pem_agent.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/latest/configuring_the_pem_agent.html"
---
You can use an RPM package to install a PEM Agent; for detailed installation information, please see the *PEM Installation Guide Linux*, available from the EDB website at:
diff --git a/product_docs/docs/pem/8.0/pem_pgbouncer/index.mdx b/product_docs/docs/pem/8.0/pem_pgbouncer/index.mdx
index 51a5c4eff00..f1b121a8b32 100644
--- a/product_docs/docs/pem/8.0/pem_pgbouncer/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_pgbouncer/index.mdx
@@ -4,8 +4,11 @@ title: "EDB Postgres Enterprise Manager Configuring pgBouncer for Use with PEM A
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/8.0/genindex.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/latest/genindex.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/8.0/conclusion.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/8.0/index.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/pgbouncer-configuration-guide/latest/index.html"
---
This document provides detailed information about using pgBouncer as a connection pooler for limiting the number of connections from the PEM Agent towards the Postgres Enterprise Manager (PEM) server on non-Windows machine:
diff --git a/product_docs/docs/pem/8.0/pem_security_best_practices/01_apache_httpd_security_configuration.mdx b/product_docs/docs/pem/8.0/pem_security_best_practices/01_apache_httpd_security_configuration.mdx
index e985a8b1fdc..e06b6eb3c18 100644
--- a/product_docs/docs/pem/8.0/pem_security_best_practices/01_apache_httpd_security_configuration.mdx
+++ b/product_docs/docs/pem/8.0/pem_security_best_practices/01_apache_httpd_security_configuration.mdx
@@ -3,6 +3,7 @@ title: "Apache HTTPD Security Configurations"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/pem-security-guide/8.0/apache_httpd_security_configuration.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/pem-security-guide/latest/apache_httpd_security_configuration.html"
---
On a Windows system, Apache HTTPD is named PEM HTTPD, and the Apache httpd configuration file (`pme.conf`) is located in the `
/conf/addons` directory. The ssl configuration file (`httpd-ssl-pem.conf`) is located in the `/conf/addons` directory.
diff --git a/product_docs/docs/pem/8.0/pem_security_best_practices/02_pem_application_configuration.mdx b/product_docs/docs/pem/8.0/pem_security_best_practices/02_pem_application_configuration.mdx
index ceb78e9b4b6..8da9b1dfcac 100644
--- a/product_docs/docs/pem/8.0/pem_security_best_practices/02_pem_application_configuration.mdx
+++ b/product_docs/docs/pem/8.0/pem_security_best_practices/02_pem_application_configuration.mdx
@@ -3,6 +3,7 @@ title: "PEM application Security Configurations"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/pem-security-guide/8.0/pem_application_configuration.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/pem-security-guide/latest/pem_application_configuration.html"
---
## Session Timeout
diff --git a/product_docs/docs/pem/8.0/pem_security_best_practices/index.mdx b/product_docs/docs/pem/8.0/pem_security_best_practices/index.mdx
index e9f8ace89e7..5e5256b8961 100644
--- a/product_docs/docs/pem/8.0/pem_security_best_practices/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_security_best_practices/index.mdx
@@ -4,8 +4,11 @@ title: "PEM Security Guide"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/pem-security-guide/8.0/index.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/pem-security-guide/latest/index.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/pem-security-guide/8.0/conclusion.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/pem-security-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/pem-security-guide/8.0/genindex.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/pem-security-guide/latest/genindex.html"
---
This document provides information about security practices you should consider when configuring PEM. PEM functionality does not require you to enforce these practices; however, EDB recommends these practices to enhance the overall system’s security.
diff --git a/product_docs/docs/pem/8.0/pem_sqlprofiler/01_installing_the_sql_profiler_plugin.mdx b/product_docs/docs/pem/8.0/pem_sqlprofiler/01_installing_the_sql_profiler_plugin.mdx
index 34c83c93c7b..255333510de 100644
--- a/product_docs/docs/pem/8.0/pem_sqlprofiler/01_installing_the_sql_profiler_plugin.mdx
+++ b/product_docs/docs/pem/8.0/pem_sqlprofiler/01_installing_the_sql_profiler_plugin.mdx
@@ -3,6 +3,7 @@ title: "Installing the SQL Profiler Plugin"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/sql-profiler-configuration-guide/8.0/installing_the_sql_profiler_plugin.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/sql-profiler-configuration-guide/latest/installing_the_sql_profiler_plugin.html"
---
You must install the plugin on each server on which you wish to use SQL Profiler. For example, if you have a host running PostgreSQL 9.6 and PostgreSQL 10, you must install two versions of the plugin, one for each server.
diff --git a/product_docs/docs/pem/8.0/pem_sqlprofiler/02_using_sql_profiler.mdx b/product_docs/docs/pem/8.0/pem_sqlprofiler/02_using_sql_profiler.mdx
index 8ef78ccfde4..f621ef9da33 100644
--- a/product_docs/docs/pem/8.0/pem_sqlprofiler/02_using_sql_profiler.mdx
+++ b/product_docs/docs/pem/8.0/pem_sqlprofiler/02_using_sql_profiler.mdx
@@ -3,6 +3,7 @@ title: "SQL Profiling and Analysis"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/sql-profiler-configuration-guide/8.0/using_sql_profiler.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/sql-profiler-configuration-guide/latest/using_sql_profiler.html"
---
Most RDBMS experts agree that inefficient SQL code is the leading cause of most database performance problems. The challenge for DBAs and developers is to locate the poorly-running SQL code in large and complex systems, and then optimize that code for better performance.
diff --git a/product_docs/docs/pem/8.0/pem_sqlprofiler/03_uninstalling_sql_profiler.mdx b/product_docs/docs/pem/8.0/pem_sqlprofiler/03_uninstalling_sql_profiler.mdx
index 856c85bf12b..20f75d6e931 100644
--- a/product_docs/docs/pem/8.0/pem_sqlprofiler/03_uninstalling_sql_profiler.mdx
+++ b/product_docs/docs/pem/8.0/pem_sqlprofiler/03_uninstalling_sql_profiler.mdx
@@ -3,6 +3,7 @@ title: "Uninstalling SQL Profiler"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/sql-profiler-configuration-guide/8.0/uninstalling_sql_profiler.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/sql-profiler-configuration-guide/latest/uninstalling_sql_profiler.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_sqlprofiler/index.mdx b/product_docs/docs/pem/8.0/pem_sqlprofiler/index.mdx
index 60cebc03730..5578544af0b 100644
--- a/product_docs/docs/pem/8.0/pem_sqlprofiler/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_sqlprofiler/index.mdx
@@ -3,8 +3,11 @@ title: "SQL Profiler"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/sql-profiler-configuration-guide/8.0/genindex.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/sql-profiler-configuration-guide/latest/genindex.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/sql-profiler-configuration-guide/8.0/conclusion.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/sql-profiler-configuration-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/sql-profiler-configuration-guide/8.0/index.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/user-guides/sql-profiler-configuration-guide/latest/index.html"
---
Postgres Enterprise Manager (PEM) is designed to assist database administrators, system architects, and performance analysts when administering, monitoring, and tuning PostgreSQL and Advanced Server database servers. PEM has been designed to manage and monitor a single server or multiple servers from a single console, allowing complete control over monitored databases.
diff --git a/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/01_upgrading_pem_installation_windows.mdx b/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/01_upgrading_pem_installation_windows.mdx
index 53bc4d01f9b..6f9711d5011 100644
--- a/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/01_upgrading_pem_installation_windows.mdx
+++ b/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/01_upgrading_pem_installation_windows.mdx
@@ -3,6 +3,7 @@ title: "Upgrading a PEM Installation on Windows Host"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/8.0/upgrading_pem_installation_windows.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/latest/upgrading_pem_installation_windows.html"
---
To upgrade PEM component software on Windows hosts, simply invoke a newer version of the PEM component installers in the following order:
diff --git a/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/02_upgrading_pem_installation_linux_rpm.mdx b/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/02_upgrading_pem_installation_linux_rpm.mdx
index 9ecf8baff19..3937e7a9dd7 100644
--- a/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/02_upgrading_pem_installation_linux_rpm.mdx
+++ b/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/02_upgrading_pem_installation_linux_rpm.mdx
@@ -3,6 +3,7 @@ title: "Upgrading a PEM Native Package Installation on a Linux Host"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/8.0/upgrading_pem_installation_linux_rpm.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/latest/upgrading_pem_installation_linux_rpm.html"
---
To upgrade PEM component software on Linux hosts, simply install a newer version of the PEM component native packages in the following order:
diff --git a/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/03_creating_pem_repository_in_isolated_network.mdx b/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/03_creating_pem_repository_in_isolated_network.mdx
index 1680b701eb9..17c7d171283 100644
--- a/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/03_creating_pem_repository_in_isolated_network.mdx
+++ b/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/03_creating_pem_repository_in_isolated_network.mdx
@@ -3,6 +3,7 @@ title: "Creating a PEM Repository on an Isolated Network"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/8.0/creating_pem_repository_in_isolated_network.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/latest/creating_pem_repository_in_isolated_network.html"
---
You can create a local repository to act as a host for the PEM RPM packages if the server on which you wish to upgrade PEM cannot directly access the EDB repository. Please note that this is a high-level overview of the steps required; you may need to modify the process for your individual network. To create and use a local repository, you must:
diff --git a/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/04_upgrading_pem_installation_linux_graphical.mdx b/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/04_upgrading_pem_installation_linux_graphical.mdx
index 30ae0069e45..25b7cd9f600 100644
--- a/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/04_upgrading_pem_installation_linux_graphical.mdx
+++ b/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/04_upgrading_pem_installation_linux_graphical.mdx
@@ -3,6 +3,7 @@ title: "Upgrading a Graphical PEM Installation on a Linux Host"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/8.0/upgrading_pem_installation_linux_graphical.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/latest/upgrading_pem_installation_linux_graphical.html"
---
To upgrade PEM component software on Linux hosts, simply install a newer version of the PEM component native packages in the following order:
diff --git a/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/05_configuring_the_pem_server_on_linux_platforms.mdx b/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/05_configuring_the_pem_server_on_linux_platforms.mdx
index 2ba191e761d..3235c2bd5ad 100644
--- a/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/05_configuring_the_pem_server_on_linux_platforms.mdx
+++ b/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/05_configuring_the_pem_server_on_linux_platforms.mdx
@@ -3,6 +3,7 @@ title: "Configuring a PEM Server on a Linux Host"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/8.0/configuring_the_pem_server_on_linux_platforms.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/latest/configuring_the_pem_server_on_linux_platforms.html"
---
After upgrading the PEM Server you can use the following command to configure the PEM Server:
diff --git a/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/index.mdx b/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/index.mdx
index 588c59feb29..a8424ec83ab 100644
--- a/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_upgrade/01_upgrading_pem_installation/index.mdx
@@ -3,6 +3,7 @@ title: "Upgrading a PEM Installation"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/8.0/upgrading_pem_installation.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/latest/upgrading_pem_installation.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_upgrade/02_upgrading_backend_database.mdx b/product_docs/docs/pem/8.0/pem_upgrade/02_upgrading_backend_database.mdx
index 1c457ff0e4f..0cc28e38568 100644
--- a/product_docs/docs/pem/8.0/pem_upgrade/02_upgrading_backend_database.mdx
+++ b/product_docs/docs/pem/8.0/pem_upgrade/02_upgrading_backend_database.mdx
@@ -3,6 +3,7 @@ title: "Upgrading the PEM Backend Postgres Database"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/8.0/upgrading_backend_database.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/latest/upgrading_backend_database.html"
---
If you are updating both PEM components and the PEM backend database, you should perform PEM component updates (the server and Agent) before updating the backend database. For more information about updating PEM component software, see [Upgrading a PEM Installation](01_upgrading_pem_installation/#upgrading_pem_installation).
diff --git a/product_docs/docs/pem/8.0/pem_upgrade/03_moving_pem_server.mdx b/product_docs/docs/pem/8.0/pem_upgrade/03_moving_pem_server.mdx
index e5134b34fbc..8615dcd340f 100644
--- a/product_docs/docs/pem/8.0/pem_upgrade/03_moving_pem_server.mdx
+++ b/product_docs/docs/pem/8.0/pem_upgrade/03_moving_pem_server.mdx
@@ -3,6 +3,7 @@ title: "Moving the Postgres Enterprise Manager Server"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/8.0/moving_pem_server.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/latest/moving_pem_server.html"
---
The steps in this section describe how to move a PEM server from one host machine to a new host machine. The PEM server on the new host (the target) must be installed with the same version of the PEM server installer as the original host (the source). Please note that if you do not use the same installer version, you may encounter a schema-mismatch error.
diff --git a/product_docs/docs/pem/8.0/pem_upgrade/04_troubleshooting.mdx b/product_docs/docs/pem/8.0/pem_upgrade/04_troubleshooting.mdx
index 806eb7afc5b..182a6f99a70 100644
--- a/product_docs/docs/pem/8.0/pem_upgrade/04_troubleshooting.mdx
+++ b/product_docs/docs/pem/8.0/pem_upgrade/04_troubleshooting.mdx
@@ -3,6 +3,7 @@ title: "Troubleshooting"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/8.0/troubleshooting.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/latest/troubleshooting.html"
---
diff --git a/product_docs/docs/pem/8.0/pem_upgrade/index.mdx b/product_docs/docs/pem/8.0/pem_upgrade/index.mdx
index 8358c9f30f4..d77d94384c7 100644
--- a/product_docs/docs/pem/8.0/pem_upgrade/index.mdx
+++ b/product_docs/docs/pem/8.0/pem_upgrade/index.mdx
@@ -3,8 +3,11 @@ title: "PEM Upgrade and Migration"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/8.0/genindex.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/latest/genindex.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/8.0/conclusion.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/latest/conclusion.html"
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/8.0/index.html"
+ - "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/upgrade-migration-guide/latest/index.html"
---
This guide provides detailed information about upgrading the Postgres Enterprise Manager (PEM) Components:
diff --git a/product_docs/docs/pgbouncer/1.0/01_installation/01_installing_pgbouncer_on_a_linux_or_centos_host.mdx b/product_docs/docs/pgbouncer/1.0/01_installation/01_installing_pgbouncer_on_a_linux_or_centos_host.mdx
index 3dacbdd5094..56b0d106c4b 100644
--- a/product_docs/docs/pgbouncer/1.0/01_installation/01_installing_pgbouncer_on_a_linux_or_centos_host.mdx
+++ b/product_docs/docs/pgbouncer/1.0/01_installation/01_installing_pgbouncer_on_a_linux_or_centos_host.mdx
@@ -3,6 +3,7 @@ title: "Installing PgBouncer on a CentOS Host"
legacyRedirectsGenerated:
- "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/1.0/installing_pgbouncer_on_a_linux_or_centos_host.html"
+ - "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/latest/installing_pgbouncer_on_a_linux_or_centos_host.html"
---
diff --git a/product_docs/docs/pgbouncer/1.0/01_installation/02_installing_pgbouncer_on_a_debian_or_ubuntu_host.mdx b/product_docs/docs/pgbouncer/1.0/01_installation/02_installing_pgbouncer_on_a_debian_or_ubuntu_host.mdx
index accb33a1e0e..b476bb99a11 100644
--- a/product_docs/docs/pgbouncer/1.0/01_installation/02_installing_pgbouncer_on_a_debian_or_ubuntu_host.mdx
+++ b/product_docs/docs/pgbouncer/1.0/01_installation/02_installing_pgbouncer_on_a_debian_or_ubuntu_host.mdx
@@ -3,6 +3,7 @@ title: "Installing PgBouncer on a Debian or Ubuntu Host"
legacyRedirectsGenerated:
- "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/1.0/installing_pgbouncer_on_a_debian_or_ubuntu_host.html"
+ - "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/latest/installing_pgbouncer_on_a_debian_or_ubuntu_host.html"
---
diff --git a/product_docs/docs/pgbouncer/1.0/01_installation/03_installing_pgbouncer_on_an_sles_host.mdx b/product_docs/docs/pgbouncer/1.0/01_installation/03_installing_pgbouncer_on_an_sles_host.mdx
index 1e28f69b9d2..05ca7e5ff89 100644
--- a/product_docs/docs/pgbouncer/1.0/01_installation/03_installing_pgbouncer_on_an_sles_host.mdx
+++ b/product_docs/docs/pgbouncer/1.0/01_installation/03_installing_pgbouncer_on_an_sles_host.mdx
@@ -3,6 +3,7 @@ title: "Installing PgBouncer on an SLES 12 Host"
legacyRedirectsGenerated:
- "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/1.0/installing_pgbouncer_on_an_sles_host.html"
+ - "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/latest/installing_pgbouncer_on_an_sles_host.html"
---
diff --git a/product_docs/docs/pgbouncer/1.0/01_installation/04_installing_pgbouncer_on_a_windows_host.mdx b/product_docs/docs/pgbouncer/1.0/01_installation/04_installing_pgbouncer_on_a_windows_host.mdx
index a16fbaa703b..ea41e0e8846 100644
--- a/product_docs/docs/pgbouncer/1.0/01_installation/04_installing_pgbouncer_on_a_windows_host.mdx
+++ b/product_docs/docs/pgbouncer/1.0/01_installation/04_installing_pgbouncer_on_a_windows_host.mdx
@@ -3,6 +3,7 @@ title: "Installing PgBouncer on a Windows Host"
legacyRedirectsGenerated:
- "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/1.0/installing_pgbouncer_on_a_windows_host.html"
+ - "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/latest/installing_pgbouncer_on_a_windows_host.html"
---
diff --git a/product_docs/docs/pgbouncer/1.0/01_installation/index.mdx b/product_docs/docs/pgbouncer/1.0/01_installation/index.mdx
index 246652e65e0..716a1b527a9 100644
--- a/product_docs/docs/pgbouncer/1.0/01_installation/index.mdx
+++ b/product_docs/docs/pgbouncer/1.0/01_installation/index.mdx
@@ -3,6 +3,7 @@ title: "Installation"
legacyRedirectsGenerated:
- "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/1.0/installation.html"
+ - "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/latest/installation.html"
---
diff --git a/product_docs/docs/pgbouncer/1.0/02_configuration_and_usage.mdx b/product_docs/docs/pgbouncer/1.0/02_configuration_and_usage.mdx
index 6ae54c5bf32..b24604afa18 100644
--- a/product_docs/docs/pgbouncer/1.0/02_configuration_and_usage.mdx
+++ b/product_docs/docs/pgbouncer/1.0/02_configuration_and_usage.mdx
@@ -3,6 +3,7 @@ title: "Configuration and Usage"
legacyRedirectsGenerated:
- "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/1.0/configuration_and_usage.html"
+ - "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/latest/configuration_and_usage.html"
---
diff --git a/product_docs/docs/pgbouncer/1.0/03_uninstallation.mdx b/product_docs/docs/pgbouncer/1.0/03_uninstallation.mdx
index cb1255278cf..0b8f8d8c7d9 100644
--- a/product_docs/docs/pgbouncer/1.0/03_uninstallation.mdx
+++ b/product_docs/docs/pgbouncer/1.0/03_uninstallation.mdx
@@ -3,6 +3,7 @@ title: "Uninstallation"
legacyRedirectsGenerated:
- "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/1.0/uninstallation.html"
+ - "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/latest/uninstallation.html"
---
diff --git a/product_docs/docs/pgbouncer/1.0/index.mdx b/product_docs/docs/pgbouncer/1.0/index.mdx
index b5f3fb237ef..00e5fb81a17 100644
--- a/product_docs/docs/pgbouncer/1.0/index.mdx
+++ b/product_docs/docs/pgbouncer/1.0/index.mdx
@@ -5,9 +5,13 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/1.0/index.html"
+ - "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/latest/index.html"
- "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/1.0/conclusion.html"
+ - "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/latest/conclusion.html"
- "/edb-docs/p/pgbouncer/1.0"
+ - "/edb-docs/p/pgbouncer/latest"
- "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/1.0/genindex.html"
+ - "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/latest/genindex.html"
---
diff --git a/product_docs/docs/pgpool/1.0/01_installing_and_configuring_the_pgpool-II.mdx b/product_docs/docs/pgpool/1.0/01_installing_and_configuring_the_pgpool-II.mdx
index 025dd2fe640..dceb34104e0 100644
--- a/product_docs/docs/pgpool/1.0/01_installing_and_configuring_the_pgpool-II.mdx
+++ b/product_docs/docs/pgpool/1.0/01_installing_and_configuring_the_pgpool-II.mdx
@@ -3,6 +3,7 @@ title: "Installing Pgpool-II"
legacyRedirectsGenerated:
- "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/1.0/installing_and_configuring_the_pgpool-II.html"
+ - "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/latest/installing_and_configuring_the_pgpool-II.html"
---
diff --git a/product_docs/docs/pgpool/1.0/02_extensions.mdx b/product_docs/docs/pgpool/1.0/02_extensions.mdx
index 0cc1ad3eddb..cd4a60fc492 100644
--- a/product_docs/docs/pgpool/1.0/02_extensions.mdx
+++ b/product_docs/docs/pgpool/1.0/02_extensions.mdx
@@ -3,6 +3,7 @@ title: "Installing and Managing Extensions"
legacyRedirectsGenerated:
- "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/1.0/extensions.html"
+ - "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/latest/extensions.html"
---
diff --git a/product_docs/docs/pgpool/1.0/03_configuring_connection_pooling.mdx b/product_docs/docs/pgpool/1.0/03_configuring_connection_pooling.mdx
index 8a5b5193ddc..5d7cc55f358 100644
--- a/product_docs/docs/pgpool/1.0/03_configuring_connection_pooling.mdx
+++ b/product_docs/docs/pgpool/1.0/03_configuring_connection_pooling.mdx
@@ -3,6 +3,7 @@ title: "Configuring Pgpool-II"
legacyRedirectsGenerated:
- "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/1.0/configuring_connection_pooling.html"
+ - "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/latest/configuring_connection_pooling.html"
---
!!! Note
diff --git a/product_docs/docs/pgpool/1.0/04_connecting_a_client_to_pgpool-II.mdx b/product_docs/docs/pgpool/1.0/04_connecting_a_client_to_pgpool-II.mdx
index 7738a4fc379..a7e3e3c2a98 100644
--- a/product_docs/docs/pgpool/1.0/04_connecting_a_client_to_pgpool-II.mdx
+++ b/product_docs/docs/pgpool/1.0/04_connecting_a_client_to_pgpool-II.mdx
@@ -3,6 +3,7 @@ title: "Connecting a Client to Pgpool-II"
legacyRedirectsGenerated:
- "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/1.0/connecting_a_client_to_pgpool-II.html"
+ - "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/latest/connecting_a_client_to_pgpool-II.html"
---
diff --git a/product_docs/docs/pgpool/1.0/05_upgrade.mdx b/product_docs/docs/pgpool/1.0/05_upgrade.mdx
index c05d82697f1..3bb49c8b2c5 100644
--- a/product_docs/docs/pgpool/1.0/05_upgrade.mdx
+++ b/product_docs/docs/pgpool/1.0/05_upgrade.mdx
@@ -3,6 +3,7 @@ title: "Upgrading Pgpool-II and Extensions"
legacyRedirectsGenerated:
- "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/1.0/upgrade.html"
+ - "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/latest/upgrade.html"
---
diff --git a/product_docs/docs/pgpool/1.0/06_uninstalling_pgpool-II.mdx b/product_docs/docs/pgpool/1.0/06_uninstalling_pgpool-II.mdx
index 84180184893..b78a0a2532c 100644
--- a/product_docs/docs/pgpool/1.0/06_uninstalling_pgpool-II.mdx
+++ b/product_docs/docs/pgpool/1.0/06_uninstalling_pgpool-II.mdx
@@ -3,6 +3,7 @@ title: "Uninstalling Pgpool-II and Extensions"
legacyRedirectsGenerated:
- "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/1.0/uninstalling_pgpool-II.html"
+ - "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/latest/uninstalling_pgpool-II.html"
---
The following section outlines the process of uninstalling Pgpool-II and its extensions.
diff --git a/product_docs/docs/pgpool/1.0/index.mdx b/product_docs/docs/pgpool/1.0/index.mdx
index 9017ea4a2bb..2d3ca6e328d 100644
--- a/product_docs/docs/pgpool/1.0/index.mdx
+++ b/product_docs/docs/pgpool/1.0/index.mdx
@@ -5,9 +5,13 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/1.0/index.html"
+ - "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/latest/index.html"
- "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/1.0/conclusion.html"
+ - "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/latest/conclusion.html"
- "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/1.0/genindex.html"
+ - "/edb-docs/d/pgpool-ii/user-guides/pgpool-ii-guide/latest/genindex.html"
- "/edb-docs/p/pgpool-ii/1.0"
+ - "/edb-docs/p/pgpool-ii/latest"
---
Pgpool-II acts as a middleman between client applications and a PostgreSQL database server.
diff --git a/product_docs/docs/postgis/1.0/01_installing_postgis.mdx b/product_docs/docs/postgis/1.0/01_installing_postgis.mdx
index 630518bbee5..10db2f398d0 100644
--- a/product_docs/docs/postgis/1.0/01_installing_postgis.mdx
+++ b/product_docs/docs/postgis/1.0/01_installing_postgis.mdx
@@ -3,6 +3,7 @@ title: "Installing PostGIS"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/1.0/installing_postgis.html"
+ - "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/latest/installing_postgis.html"
---
diff --git a/product_docs/docs/postgis/1.0/02_creating_extensions.mdx b/product_docs/docs/postgis/1.0/02_creating_extensions.mdx
index 5898186ea0e..8064b40e374 100644
--- a/product_docs/docs/postgis/1.0/02_creating_extensions.mdx
+++ b/product_docs/docs/postgis/1.0/02_creating_extensions.mdx
@@ -3,6 +3,7 @@ title: "Creating Extensions"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/1.0/creating_extensions.html"
+ - "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/latest/creating_extensions.html"
---
diff --git a/product_docs/docs/postgis/1.0/03_upgrading_postgis.mdx b/product_docs/docs/postgis/1.0/03_upgrading_postgis.mdx
index fe5d9110100..ac9cf9cfc92 100644
--- a/product_docs/docs/postgis/1.0/03_upgrading_postgis.mdx
+++ b/product_docs/docs/postgis/1.0/03_upgrading_postgis.mdx
@@ -3,6 +3,7 @@ title: "Upgrading PostGIS"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/1.0/upgrading_postgis.html"
+ - "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/latest/upgrading_postgis.html"
---
diff --git a/product_docs/docs/postgis/1.0/04_using_postgis.mdx b/product_docs/docs/postgis/1.0/04_using_postgis.mdx
index 87f5ea6783b..21347159dc9 100644
--- a/product_docs/docs/postgis/1.0/04_using_postgis.mdx
+++ b/product_docs/docs/postgis/1.0/04_using_postgis.mdx
@@ -3,6 +3,7 @@ title: "Using PostGIS"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/1.0/using_postgis.html"
+ - "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/latest/using_postgis.html"
---
diff --git a/product_docs/docs/postgis/1.0/05_uninstalling_postgis.mdx b/product_docs/docs/postgis/1.0/05_uninstalling_postgis.mdx
index 7b53a97d3a7..e003095551c 100644
--- a/product_docs/docs/postgis/1.0/05_uninstalling_postgis.mdx
+++ b/product_docs/docs/postgis/1.0/05_uninstalling_postgis.mdx
@@ -3,6 +3,7 @@ title: "Uninstalling PostGIS"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/1.0/uninstalling_postgis.html"
+ - "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/latest/uninstalling_postgis.html"
---
diff --git a/product_docs/docs/postgis/1.0/index.mdx b/product_docs/docs/postgis/1.0/index.mdx
index 4adc11add13..1de57442dfe 100644
--- a/product_docs/docs/postgis/1.0/index.mdx
+++ b/product_docs/docs/postgis/1.0/index.mdx
@@ -5,9 +5,13 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/1.0/index.html"
+ - "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/latest/index.html"
- "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/1.0/conclusion.html"
+ - "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/latest/conclusion.html"
- "/edb-docs/p/edb-postgres-postgis/1.0"
+ - "/edb-docs/p/edb-postgres-postgis/latest"
- "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/1.0/genindex.html"
+ - "/edb-docs/d/edb-postgres-postgis/user-guides/postgis-guide/latest/genindex.html"
---
EDB PostGIS is a PostgreSQL extension that allows you to store Geographic Information Systems (GIS) objects in an Advanced Server database. It includes functions for analyzing and processing GIS objects, and support for GiST-based R-Tree spatial indexes.
diff --git a/product_docs/docs/slony/1.0/01_installation/01_installing_slony_on_a_linux_or_centos_host.mdx b/product_docs/docs/slony/1.0/01_installation/01_installing_slony_on_a_linux_or_centos_host.mdx
index 93fc7f19019..a773f0079cb 100644
--- a/product_docs/docs/slony/1.0/01_installation/01_installing_slony_on_a_linux_or_centos_host.mdx
+++ b/product_docs/docs/slony/1.0/01_installation/01_installing_slony_on_a_linux_or_centos_host.mdx
@@ -3,6 +3,7 @@ title: "Installing Slony Replication on a CentOS Host"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/1.0/installing_slony_on_a_linux_or_centos_host.html"
+ - "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/latest/installing_slony_on_a_linux_or_centos_host.html"
---
diff --git a/product_docs/docs/slony/1.0/01_installation/02_installing_slony_on_a_debian_or_ubuntu_host.mdx b/product_docs/docs/slony/1.0/01_installation/02_installing_slony_on_a_debian_or_ubuntu_host.mdx
index e794501c69f..40acb18b06a 100644
--- a/product_docs/docs/slony/1.0/01_installation/02_installing_slony_on_a_debian_or_ubuntu_host.mdx
+++ b/product_docs/docs/slony/1.0/01_installation/02_installing_slony_on_a_debian_or_ubuntu_host.mdx
@@ -3,6 +3,7 @@ title: "Installing Slony Replication on a Debian or Ubuntu Host"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/1.0/installing_slony_on_a_debian_or_ubuntu_host.html"
+ - "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/latest/installing_slony_on_a_debian_or_ubuntu_host.html"
---
diff --git a/product_docs/docs/slony/1.0/01_installation/03_installing_slony_on_a_windows_host.mdx b/product_docs/docs/slony/1.0/01_installation/03_installing_slony_on_a_windows_host.mdx
index 4e6137188be..bb4e426de56 100644
--- a/product_docs/docs/slony/1.0/01_installation/03_installing_slony_on_a_windows_host.mdx
+++ b/product_docs/docs/slony/1.0/01_installation/03_installing_slony_on_a_windows_host.mdx
@@ -3,6 +3,7 @@ title: "Installing Slony Replication on a Windows Host"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/1.0/installing_slony_on_a_windows_host.html"
+ - "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/latest/installing_slony_on_a_windows_host.html"
---
diff --git a/product_docs/docs/slony/1.0/01_installation/index.mdx b/product_docs/docs/slony/1.0/01_installation/index.mdx
index 29bd11a3e34..1a735d53b30 100644
--- a/product_docs/docs/slony/1.0/01_installation/index.mdx
+++ b/product_docs/docs/slony/1.0/01_installation/index.mdx
@@ -3,6 +3,7 @@ title: "Installing Slony Replication"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/1.0/installation.html"
+ - "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/latest/installation.html"
---
diff --git a/product_docs/docs/slony/1.0/02_configuration_and_usage.mdx b/product_docs/docs/slony/1.0/02_configuration_and_usage.mdx
index 5fe31b271e1..f2d81b4f404 100644
--- a/product_docs/docs/slony/1.0/02_configuration_and_usage.mdx
+++ b/product_docs/docs/slony/1.0/02_configuration_and_usage.mdx
@@ -3,6 +3,7 @@ title: "Configuring Slony Replication"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/1.0/configuration_and_usage.html"
+ - "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/latest/configuration_and_usage.html"
---
diff --git a/product_docs/docs/slony/1.0/03_upgrade.mdx b/product_docs/docs/slony/1.0/03_upgrade.mdx
index ef2972b9844..fce967e797e 100644
--- a/product_docs/docs/slony/1.0/03_upgrade.mdx
+++ b/product_docs/docs/slony/1.0/03_upgrade.mdx
@@ -3,6 +3,7 @@ title: "Upgrading Slony Replication"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/1.0/upgrade.html"
+ - "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/latest/upgrade.html"
---
diff --git a/product_docs/docs/slony/1.0/04_uninstallation.mdx b/product_docs/docs/slony/1.0/04_uninstallation.mdx
index 542153b0cd4..b5b71930348 100644
--- a/product_docs/docs/slony/1.0/04_uninstallation.mdx
+++ b/product_docs/docs/slony/1.0/04_uninstallation.mdx
@@ -3,6 +3,7 @@ title: "Uninstalling Slony Replication"
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/1.0/uninstallation.html"
+ - "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/latest/uninstallation.html"
---
This section walks you through uninstalling Slony Replication.
diff --git a/product_docs/docs/slony/1.0/index.mdx b/product_docs/docs/slony/1.0/index.mdx
index 7d64d6a913d..ce92c50ccf9 100644
--- a/product_docs/docs/slony/1.0/index.mdx
+++ b/product_docs/docs/slony/1.0/index.mdx
@@ -5,9 +5,13 @@ directoryDefaults:
legacyRedirectsGenerated:
- "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/1.0/index.html"
+ - "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/latest/index.html"
- "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/1.0/conclusion.html"
+ - "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/latest/conclusion.html"
- "/edb-docs/p/edb-postgres-slony-replication/1.0"
+ - "/edb-docs/p/edb-postgres-slony-replication/latest"
- "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/1.0/genindex.html"
+ - "/edb-docs/d/edb-postgres-slony-replication/user-guides/slony-replication-guide/latest/genindex.html"
---
EDB Slony Replication is a primary-standby replication environment that is well-suited for large databases with a limited number of standby systems. It shares data in one direction only (from a primary node to a standby node), is cascading (a standby node may pass data to another standby node), and does not allow modification of data on standby nodes.
diff --git a/product_docs/test.mdx b/product_docs/test.mdx
deleted file mode 100644
index 41eb899829c..00000000000
--- a/product_docs/test.mdx
+++ /dev/null
@@ -1,563 +0,0 @@
-# `EDB-ODBC Driver Functionality`
-
-
-
-Using ODBC functions
-
-
-
-You can use ODBC functions to query ODBC for specific information about the various attributes of the connection between EDB-ODBC and the server.
-
-- `SQLGetInfo()` returns information about the EDB-ODBC driver and Advanced Server.
-- `SQLGetEnvAttr()` returns information about ODBC environment attributes.
-- `SQLGetConnectAttr()` returns information about attributes specific to an individual connection.
-- `SQLGetStmtAttr()` returns information about the attributes specific to an individual statement.
-
-You can also use ODBC functions to set various attributes of the objects that you use to interface with ODBC:
-
-- Use the `SQLSetConnectAttr()` function to set connection attributes.
-- Use the `SQLSetEnvAttr()` function to set environment attributes.
-- Use the `SQLSetStmtAttr()` function to set statement attributes.
-
-## SQLGetInfo()
-
-The ODBC `SQLGetInfo()` function returns information about the EDB-ODBC driver and Advanced Server. You must have an open connection to call `SQLGetInfo()`, unless you specify `SQL_ODBC_VER` as the `info_type`. The signature for `SQLGetInfo()` is:
-
- SQLRETURN SQLGetInfo
- (
- SQLHDBC *conn_handle*, // Input
- SQLUSMALLINT *info_type*, // Input
- SQLPOINTER *info_pointer*, // Output
- SQLSMALLINT *buffer_len*, // Input
- SQLSMALLINT \*\ *string_length_pointer* // Output
- );
-
-`conn_handle`
-
-The connection handle.
-
-`info_type`
-
-The type of information SQLGetInfo() is retrieving.
-
-`info_pointer`
-
-A pointer to a memory buffer that will hold the retrieved value.
-
-If the `info_type` argument is `SQL_DRIVER_HDESC` or `SQL_DRIVER_HSTMT`, the `info_pointer` argument is both `Input` and `Output`.
-
-`buffer_len`
-
-`buffer_len` is the length of the allocated memory buffer pointed to by `info_pointer`. If `info_pointer` is `NULL`, `buffer_len` is ignored. If the returned value is a fixed size, `buffer_len` is ignored. `buffer_len` is only used if the requested value is returned in the form of a character string.
-
-`string_length_pointer`
-
-`string_length_pointer` is a pointer to an `SQLSMALLINT` value. `SQLGetInfo()` writes the size of the requested value in this integer.
-
-A typical usage is to call `SQLGetInfo()` with a `NULL info_pointer` to obtain the length of the requested value, allocate the required number of bytes, and then call `SQLGetInfo()` again (providing the address of the newly allocated buffer) to obtain the actual value. The first call retrieves the number of bytes required to hold the value; the second call retrieves the value.
-
-If the size of the returned value exceeds `buffer_len`, the information is truncated and `NULL` terminated. If the returned value is a fixed size, `string_length` is ignored (and the size of the requested value is not provided by `SQLGetInfo()`).
-
-`SQLGetInfo()` writes information in one of the following formats:
-
-- a `SQLUINTEGER` bitmask
-- a `SQLUINTEGER` flag
-- a `SQLUINTEGER` binary value
-- a `SQLUSMALLINT` value
-- a `NULL` terminated character string
-
-`SQLGetInfo()` returns `SQL_SUCCESS`, `SQL_SUCCESS_WITH_INFO`, `SQL_ERROR`, or `SQL_INVALID_HANDLE`.
-
-The following table lists the information returned by EDB-ODBC about the Advanced Server connection:
-
-| **SQL info\_type Argument and Description** | **EDB\_ODBC/Advanced Server Returns:** |
-|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| SQL\_ACCESSIBLE\_PROCEDURES: Indicates if procedures returned by SQLProcedures()can be executed by the application. | Returns N. Some procedures executed by the SQLProcedures() function may be executed by the application. |
-| SQL\_ACCESSIBLE\_TABLES: Indicates if the user has SELECT privileges on all table names returned by SQLTables(). | Returns N. The user may not have select privileges on one or more tables returned by the SQLTables() function. |
-| SQL\_ACTIVE\_CONNECTIONS prev. SQL\_MAX\_DRIVER\_CONNECTIONS: Indicates the maximum number of connections EDB-ODBC can support. | Returns 0. There is no specified limit to the number of connections allowed. |
-| SQL\_ACTIVE\_ENVIRONMENTS: The number of active environments EDB-ODBC can support. | Returns 0. There is no specified limit to the number of environments allowed. |
-| SQL\_ACTIVE\_STATEMENTS prev. SQL\_MAX\_CONCURRENT\_ACTIVITIES: Indicates the maximum number of active statements EDB-ODBC can support. | Returns 0. There is no specified limit to the number of active statements allowed. |
-| SQL\_AGGREGATE\_FUNCTION: Identifies the aggregate functions supported by the server and driver. | Returns SQL\_AF\_ALL |
-| SQL\_ALTER\_DOMAIN: Identifies the ALTER DOMAIN clauses supported by the server. | Returns 0. ALTER DOMAIN clauses are not supported. |
-| SQL\_ALTER\_TABLE: Identifies the ALTER TABLE clauses supported by the server. | Returns SQL\_AT\_ADD\_COLUMN, SQL\_AT\_DROP\_TABLE\_CONSTRAINT\_CASCADE, SQL\_AT\_DROP\_TABLE\_CONSTRAINT, SQL\_AT\_CONSTRAINT\_INITIALLY\_DEFERRED, SQL\_AT\_CONSTRAINT\_INITIALLY\_IMMEDIATE, SQL\_AT\_CONSTRAINT\_DEFERRABLE |
-| SQL\_ASYNC\_MODE: Level of Asynchronous Mode Supported by EDB-ODBC. | Returns SQL\_AM\_NONE. Asynchronous mode is not supported. |
-| SQL\_BATCH\_ROW\_COUNT: Indicates how the driver returns row counts. | Returns SQL\_BRC\_EXPLICIT. Row Counts are available when executed by calling SQLExecute or SQLExecDirect. |
-| SQL\_BATCH\_SUPPORT: Indicates support for batch statement execution. | Returns: SQL\_BS\_SELECT\_EXPLICIT, SQL\_BS\_ROW\_COUNT\_EXPLICIT. The driver supports explicit batches with result set and row count generating statements. |
-| SQL\_BOOKMARK\_PERSISTENCE: Indicates level of support for bookmarks. | Returns: SQL\_BP\_DELETE, SQL\_BP\_TRANSACTION, SQL\_BP\_UPDATE, SQL\_BP\_SCROLL. |
-| SQL\_CATALOG\_LOCATION Now SQL\_QUALIFIER\_LOCATION: Indicates the position of the catalog in a qualified table name. | Returns SQL\_CL\_START. The catalog portion of a qualified table name is at the beginning of the name. |
-| SQL\_CATALOG\_NAME Now SQL\_QUALIFIER\_NAME: Indicates support for catalog names. | Returns Y. The server supports catalog names. |
-| SQL\_CATALOG\_NAME\_SEPARATOR Now SQL\_QUALIFIER\_NAME\_SEPARATOR: Character separating the catalog name from the adjacent name element. | Returns '.' The server expects a '.' character between the qualifier and the table name. |
-| SQL\_CATALOG\_TERM Now SQL\_QUALIFIER\_TERM: The term used to describe a catalog. | Returns catalog. |
-| SQL\_CATALOG\_USAGE Now SQL\_QUALIFIER\_USAGE: Indicates the SQL statements that may refer to catalogs. | Returns SQL\_CU\_DML\_STATEMENTS. Catalog names can be used in SELECT, INSERT, UPDATE, DELETE, SELECT FOR UPDATE and positioned UPDATE and DELETE statements. |
-| SQL\_COLLATION\_SEQ: Returns the name of the Collation Sequence. | Returns an empty string. The name of the default collation is unknown. |
-| SQL\_COLUMN\_ALIAS: Indicates server support for column aliases. | Returns Y. The server supports column aliases. |
-| SQL\_CONCAT\_NULL\_BEHAVIOR: Indicates how the server handles concatenation of NULL values. | Returns SQL\_CB\_NON\_NULL. Concatenation of a NULL value and a non NULL value will result in a NULL value. |
-| SQL\_CONVERT\_BIGINT: Indicates conversion support from the BIGINT type using the CONVERT function. | Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_BINARY: Indicates conversion support from the BINARY type using the CONVERT function. | Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_BIT: Indicates conversion support from the BIT type using the CONVERT function. | Returns: SQL\_CVT\_INTEGER, SQL\_CVT\_BIT. |
-| SQL\_CONVERT\_CHAR: Indicates conversion support from the CHAR type using the CONVERT function. | Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_DATE: Indicates conversion support from the DATE type using the CONVERT function. | Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_DECIMAL: Indicates conversion support from the DECIMAL type using the CONVERT function. | Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_DOUBLE: Indicates conversion support from the DOUBLE type using the CONVERT function. | Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_FLOAT: Indicates conversion support from the FLOAT type using the CONVERT function. | Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_FUNCTIONS: Lists the scalar conversion functions supported by the server and driver using the CONVERT function. | Returns: SQL\_FN\_CVT\_CONVERT. |
-| SQL\_CONVERT\_INTEGER: Lists the conversion support from the INTEGER type using the CONVERT function. | Returns: SQL\_CVT\_INTEGER, SQL\_CVT\_BIT. |
-| SQL\_CONVERT\_INTERVAL\_DAY\_TIME: Indicates conversion support from the INTERVAL\_DAY\_TIME type using the CONVERT function. | This info\_type is not currently supported. |
-| SQL\_CONVERT\_INTERVAL\_YEAR\_MONTH: Indicates conversion support from the INTERVAL\_YEAR\_MONTH type using the CONVERT function. | This info\_type is not currently supported. |
-| SQL\_CONVERT\_LONGVARBINARY: Indicates conversion support for the LONG\_VARBINARY type using the CONVERT function. | Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_LONGVARCHAR: Indicates conversion support for the LONGVARCHAR type using the CONVERT function. | Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_NUMERIC: Indicates conversion support for the NUMERIC type using the CONVERT function. | Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_REAL: Indicates conversion support for the REAL type using the CONVERT function | Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_SMALLINT: Indicates conversion support for the SMALLINT type using the CONVERT function. | Returns: SQL\_CVT\_INTEGER, SQL\_CVT\_BIT. |
-| SQL\_CONVERT\_TIME: Indicates conversion support for TIME type using the CONVERT function. | Returns 0. The server does not support conversion. |
-| SQL\_CVT\_TIMESTAMP: Indicates conversion support for TIMESTAMP type using the CONVERT function. | Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_TINYINT: Indicates conversion support for the TINYINT type using the CONVERT function. | Returns: SQL\_CVT\_INTEGER, SQL\_CVT\_BIT. |
-| SQL\_CONVERT\_VARBINARY: Indicates conversion support for the VARBINARY type using the CONVERT function. | Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_VARCHAR: Indicates conversion support for VARCHAR type using the CONVERT function. | Returns: SQL\_CVT\_INTEGER, SQL\_CVT\_BIT. |
-| SQL\_CONVERT\_WCHAR: Indicates conversion support for the WCHAR type using the CONVERT function. | This info\_type is valid only when using the Unicode driver. Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_WLONGVARCHAR: Indicates conversion support for the WLONGVARCHAR type using the CONVERT function. | This info\_type is valid only when using the Unicode driver. Returns 0. The server does not support conversion. |
-| SQL\_CONVERT\_WVARCHAR: Indicates conversion support for the WVARCHAR type using the CONVERT function. | This info\_type is valid only when using the Unicode driver. Returns 0. The server does not support conversion. |
-| SQL\_CORRELATION\_NAME: Indicates server support for correlation names. | Returns SQL\_CN\_ANY. Correlation names are supported and can be any valid name. |
-| SQL\_CREATE\_ASSERTION: Indicates support for the CREATE ASSERTION statement. | Returns 0. The CREATE ASSERTION statement is not supported. |
-| SQL\_CREATE\_CHARACTER\_SET: Indicates support for CREATE CHARACTER statement. | Returns 0. The CREATE CHARACTER statement is not supported. |
-| SQL\_CREATE\_COLLATION: Indicates support for the CREATE COLLATION. | Returns 0. The CREATE COLLATION statement is not supported. |
-| SQL\_CREATE\_DOMAIN: Indicates support for the CREATE DOMAIN statement. | Returns 0. The CREATE DOMAIN statement is not supported. |
-| SQL\_CREATE\_SCHEMA: Indicates support for the CREATE SCHEMA statement. | Returns: SQL\_CS\_CREATE\_SCHEMA, SQL\_CS\_AUTHORIZATION. |
-| SQL\_CREATE\_TABLE: Indicates support for the CREATE TABLE statement. | Returns: SQL\_CT\_CREATE\_TABLE, SQL\_CT\_GLOBAL\_TEMPORARY, SQL\_CT\_CONSTRAINT\_INITIALLY\_DEFERRED, SQL\_CT\_CONSTRAINT\_INITIALLY\_IMMEDIATE, SQL\_CT\_CONSTRAINT\_DEFERRABLE, SQL\_CT\_COLUMN\_CONSTRAINT, SQL\_CT\_COLUMN\_DEFAULT, SQL\_CT\_TABLE\_CONSTRAINT, SQL\_CT\_CONSTRAINT\_NAME\_DEFINITION |
-| SQL\_CREATE\_TRANSLATION: Indicates support for the CREATE TRANSLATION statement. | Returns 0. The CREATE TRANSLATION statement is not supported. |
-| SQL\_CREATE\_VIEW: Indicates support for the CREATE VIEW statement. | Returns SQL\_CV\_CREATE\_VIEW. |
-| SQL\_CURSOR\_COMMIT\_BEHAVIOR: Indicates how a COMMIT operation affects the cursor. | Returns SQL\_CB\_PRESERVE. Cursors are unchanged, and can continue to fetch data. |
-| SQL\_CURSOR\_ROLLBACK\_BEHAVIOR: Indicates the server behavior after a ROLLBACK operation. | Returns SQL\_CB\_PRESERVE. Cursors are unchanged, and can continue to fetch data. |
-| SQL\_CURSOR\_SENSITIVITY:Indicates how the server synchronizes changes to a result set. | This info\_type is not currently supported. |
-| SQL\_DATA\_SOURCE\_NAME: Returns the server name used during connection. | The value returned is determined by the connection properties. |
-| SQL\_DATA\_SOURCE\_READ\_ONLY: Indicates if the connection is in READ ONLY mode. | The value returned is determined by the connection properties. |
-| SQL\_DATABASE\_NAME: Returns the name of the database. | The value returned is determined by the connection properties. |
-| SQL\_DATETIME\_LITERALS: Indicates the DATETIME LITERALS supported by the server. | This info\_type is not supported. |
-| SQL\_DBMS\_NAME: Returns the name of the DBMS system. | Returns the value given by the dbms\_name parameter from the odbc.ini file on Linux or the dbms\_name field of page 2 of the Advanced Options dialog box when defining a data source in Windows. The default is EnterpriseDB. |
-| SQL\_DBMS\_VER: Returns the server version. | Determined by the server. |
-| SQL\_DDL\_INDEX: Indicates support for creating and dropping indexes. | Returns: SQL\_DI\_CREATE\_INDEX, SQL\_DI\_DROP\_INDEX. |
-| SQL\_DEFAULT\_TXN\_ISOLATION: Indicates support for transaction isolation by the server. | Returns TXN\_READ\_COMMITTED. Non-repeatable or phantom reads are possible; Dirty reads are not. |
-| SQL\_DESCRIBE\_PARAMETER: Indicates support for the DESCRIBE INPUT statement. | Returns N. The DESCRIBE INPUT statement is not supported. |
-| SQL\_DM\_VER: The version of the Driver Manager. | Determined by driver manager. |
-| SQL\_DRIVER\_HDBC: The Driver's connection handle. | Returns an SQLULEN value that contains the driver’s connection handle. |
-| SQL\_DRIVER\_HDESC: The Driver descriptor handle. | Returns an SQLULEN value that contains driver’s descriptor handle. |
-| SQL\_DRIVER\_HENV: The Driver's environment handle. | Returns an SQLULEN value that contains the driver’s environment handle. |
-| SQL\_DRIVER\_HLIB: The Driver handle. | Returns an SQLULEN value that contains the library handle (returned to the ODBC driver manager when the manager loaded the driver). |
-| SQL\_DRIVER\_HSTMT: The Driver's statement handle. | Returns an SQLULEN value that contains the driver’s statement handle. |
-| SQL\_DRIVER\_NAME: The name of the driver. | Returns EDB-ODBC.DLL |
-| SQL\_DRIVER\_ODBC\_VER: Identifies the ODBC version that the driver supports. | Returns 03.50 |
-| SQL\_DRIVER\_VER: Identifies the driver version. | Returns 9.0.0.6 |
-| SQL\_DROP\_ASSERTION: Lists the DROP ASSERTION clauses supported by the server. | Returns 0 |
-| SQL\_DROP\_CHARACTER\_SET: Lists the DROP CHARACTER clauses supported by the server. | Returns 0 |
-| SQL\_DROP\_COLLATION: Lists the DROP COLLATION clauses supported by the server. | Returns 0 |
-| SQL\_DROP\_DOMAIN: Lists the DROP DOMAIN clauses supported by the server. | Returns 0 |
-| SQL\_DROP\_SCHEMA: Lists the DROP SCHEMA clauses supported by the server. | Returns: SQL\_DS\_DROP\_SCHEMA, SQL\_DS\_RESTRICT, SQL\_DS\_CASCADE. |
-| SQL\_DROP\_TABLE: Lists the DROP TABLE clauses supported by the server. | Returns: SQL\_DT\_DROP\_TABLE, SQL\_DS\_RESTRICT, SQL\_DS\_CASCADE. |
-| SQL\_DROP\_TRANSLATION: Lists the DROP TRANSLATION clauses supported by the server. | Returns 0. |
-| SQL\_DROP\_VIEW: Lists the DROP VIEW clauses supported by the server. | Returns: SQL\_DV\_DROP\_VIEW, SQL\_DS\_RESTRICT, SQL\_DS\_CASCADE. |
-| SQL\_DYNAMIC\_CURSOR\_ATTRIBUTES1: Describes the first set of dynamic cursor attributes supported by the driver. | Returns 0 |
-| SQL\_DYNAMIC\_CURSOR\_ATTRIBUTES2: Describes the second set of dynamic cursor attributes supported by the driver. | Returns 0 |
-| SQL\_EXPRESSIONS\_IN\_ORDERBY: Indicates server support for ORDER BY. | Returns Y. |
-| SQL\_FETCH\_DIRECTION: Indicates FETCH order options (deprecated in ODBC 3.0). | Returns: SQL\_FD\_FETCH\_NEXT, SQL\_FD\_FETCH\_FIRS, SQL\_FD\_FETCH\_LAST, SQL\_FD\_FETCH\_PRIOR, SQL\_FD\_FETCH\_ABSOLUTE, SQL\_FD\_FETCH\_RELATIVE, SQL\_FD\_FETCH\_BOOKMARK. |
-| SQL\_FILE\_USAGE: Indicates how a single-tier driver treats files on the server. | Returns SQL\_FILE\_NOT\_SUPPORTED. The driver is not a single-tier file. |
-| SQL\_FORWARD\_ONLY\_CURSOR\_ATTRIBUTES1: Describes the forward-only cursor attributes supported by the driver. | Returns SQL\_CA1\_NEXT. |
-| SQL\_FORWARD\_ONLY\_CURSOR\_ATTRIBUTES2: Describes extended attributes for the forward-only cursor designated by SQL\_FORWARD\_ONLY\_CURSOR\_ATTRIBUTES1. | Returns: SQL\_CA2\_READ\_ONLY\_CONCURRENCY, SQL\_CA2\_CRC\_EXACT. |
-| SQL\_GETDATA\_EXTENSIONS: Lists supported extensions to SQLGetData. | Returns: SQL\_GD\_ANY\_COLUMN, SQL\_GD\_ANY\_ORDER, SQL\_GD\_BLOCK, SQL\_GD\_BOUND. |
-| SQL\_GROUP\_BY: Indicates the relationship between a GROUP BY clause and columns in the SELECT list. | Returns SQL\_GB\_GROUP\_BY\_EQUALS\_SELECT. |
-| SQL\_IDENTIFIER\_CASE: Indicates case-sensitivity and case-storage of SQL identifiers. | Returns SQL\_IC\_LOWER. |
-| SQL\_INDEX\_KEYWORDS: Indicates support for the CREATE INDEX statement. | Returns SQL\_IK\_NONE. |
-| SQL\_INFO\_SCHEMA\_VIEWS: Lists the views supported in the INFORMATION\_SCHEMA. | Returns 0. |
-| SQL\_INTEGRITY Prev. SQL\_ODBC\_SQL\_OPT\_IEF: Indicates server support for referential integrity syntax checking. | Returns N. |
-| SQL\_INSERT\_STATEMENT: Indicates level of support for the INSERT statement. | Returns: SQL\_IS\_INSERT\_LITERALS, SQL\_IS\_INSERT\_SEARCHED, SQL\_IS\_SELECT\_INTO. |
-| SQL\_KEYSET\_CURSOR\_ATTRIBUTES1: Describes the first set of keyset cursor attributes supported by the driver. | Returns: SQL\_CA1\_NEXT, SQL\_CA1\_ABSOLUTE, SQL\_CA1\_RELATIVE, SQL\_CA1\_BOOKMARK, SQL\_CA1\_LOCK\_NO\_CHANGE, SQL\_CA1\_POS\_POSITION, SQL\_CA1\_POS\_UPDATE, SQL\_CA1\_POS\_DELETE, SQL\_CA1\_POS\_REFRESH, SQL\_CA1\_BULK\_ADD, SQL\_CA1\_BULK\_UPDATE\_BY\_BOOKMARK, SQL\_CA1\_BULK\_DELETE\_BY\_BOOKMARK, SQL\_CA1\_BULK\_FETCH\_BY\_BOOKMARK. |
-| SQL\_KEYSET\_CURSOR\_ATTRIBUTES2: Describes the second set of keyset cursor attributes supported by the driver. | Returns: SQL\_CA2\_READ\_ONLY\_CONCURRENCY, SQL\_CA2\_OPT\_ROWVER\_CONCURRENCY, SQL\_CA2\_SENSITIVITY\_ADDITIONS, SQL\_CA2\_SENSITIVITY\_DELETIONS, SQL\_CA2\_SENSITIVITY\_UPDATES, SQL\_CA2\_CRC\_EXACT. |
-| SQL\_KEYWORDS: Identifies the server specific reserved keywords. | Returns “”. There are no server specific reserved keywords. |
-| SQL\_LIKE\_ESCAPE\_CLAUSE: Indicates support for an escape character in LIKE predicates. | Returns N. Advanced Server does not support escape characters in LIKE predicates. |
-| SQL\_LOCK\_TYPES: Lists supported lock types (deprecated in ODBC 3.0). | Returns SQL\_LCK\_NO\_CHANGE. |
-| SQL\_MAX\_ASYNC\_CONCURRENT\_STATEMENTS: The number of active concurrent statements that the driver can support. | This info\_type is currently unsupported. |
-| SQL\_MAX\_BINARY\_LITERAL\_LEN: The maximum length of a binary literal. | Returns 0. The maximum length is unspecified. |
-| SQL\_MAX\_CATALOG\_NAME\_LEN: The maximum length of a catalog name on the server. | Returns 0. The maximum length is unspecified. |
-| SQL\_MAX\_QUALIFIER\_NAME\_LEN: The maximum length of a qualifier. | Returns 0. The maximum length is unspecified. |
-| SQL\_MAX\_CHAR\_LITERAL\_LEN: The maximum number of characters in a character string. | Returns 0. The maximum length is unspecified. |
-| SQL\_MAX\_COLUMN\_NAME\_LEN: The maximum length of a column name. | Returns 64. Column names cannot exceed 64 characters in length. |
-| SQL\_MAX\_COLUMNS\_IN\_GROUP\_BY: The maximum number of columns allowed in a GROUP BY clause. | Returns 0. The maximum length is unspecified. |
-| SQL\_MAX\_COLUMNS\_IN\_INDEX: The maximum number of columns allowed in an index. | Returns 0. The maximum length is unspecified. |
-| SQL\_MAX\_COLUMNS\_IN\_ORDER\_BY: The maximum number of columns allowed in an ORDER BY clause. | Returns 0. The maximum length is unspecified. |
-| SQL\_MAX\_COLUMNS\_IN\_SELECT: The maximum number of columns allowed in a SELECT list. | Returns 0. The maximum length is unspecified. |
-| SQL\_MAX\_COLUMNS\_IN\_TABLE: The maximum number of columns allowed in a table. | Returns 0. The maximum length is unspecified. |
-| SQL\_MAX\_CONCURRENT\_ACTIVITIES prev. SQL\_MAX\_ACTIVE\_STATEMENTS: The maximum number of active SQL statements that the driver can support. | Returns 0. The maximum length is unspecified. |
-| SQL\_MAX\_CURSOR\_NAME\_LEN: The maximum length of a cursor name. | Returns 32. A cursor name cannot exceed 32 characters in length. |
-| SQL\_MAX\_DRIVER\_CONNECTIONS prev. SQL\_ACTIVE\_CONNECTIONS: The maximum number of active connections the driver can support. | Returns 0. There is no specified limit to the number of connections supported. |
-| SQL\_MAX\_IDENTIFIER\_LEN: The maximum identifier length allowed by the server. | Returns 64. Identifiers cannot exceed 64 characters in length. |
-| SQL\_MAX\_INDEX\_SIZE: The maximum number of bytes allowed in the (combined) fields of an index. | Returns 0. The maximum size is unspecified. |
-| SQL\_MAX\_OWNER\_NAME\_LEN Now SQL\_MAX\_SCHEMA\_NAME\_LEN: The maximum length of an owner name allowed by the server. | Returns 64. The maximum length of an owner name is 64 characters. |
-| SQL\_MAX\_PROCEDURE\_NAME\_LEN: The maximum length of a procedure name allowed by the server. | Returns 0. The maximum length is unspecified. |
-| SQL\_MAX\_QUALIFIER\_NAME\_LEN Now SQL\_MAX\_CATALOG\_NAME\_LEN: The maximum length of a qualifier name allowed by the server. | Returns 0. The maximum length of a qualifier is unspecified. |
-| SQL\_MAX\_ROW\_SIZE: The maximum length of a row. | Returns 0. The maximum row length is unspecified. |
-| SQL\_MAX\_ROW\_SIZE\_INCLUDES\_LONG: Indicates whether the SQL\_MAX\_ROW\_SIZE includes the length of any LONGVARCHAR or LONGVARBINARY columns in the row. | Returns Y. SQL\_MAX\_ROW\_SIZE includes the length of any LONGVARCHAR or LONGVARBINARY columns in the row. |
-| SQL\_MAX\_SCHEMA\_NAME\_LEN: The maximum length of a schema name allowed by the server. | Returns 64. The maximum length of a schema name is 64 characters. |
-| SQL\_MAX\_STATEMENT\_LEN: The maximum length of a SQL statement. | Returns 0. Maximum statement length is limited by available memory. |
-| SQL\_MAX\_TABLE\_NAME\_LEN: The maximum length of a table name allowed by the server. | Returns 64. The maximum length of a table name is 64 characters. |
-| SQL\_MAX\_TABLES\_IN\_SELECT: The maximum number of tables allowed in the FROM clause of a SELECT statement. | Returns 0. The maximum number of tables allowed is unspecified. |
-| SQL\_MAX\_USER\_NAME\_LEN: The maximum length of the user name allowed by the server. | Returns 0. The maximum length of a user name is unspecified. |
-| SQL\_MULT\_RESULT\_SETS: Indicates server support for multiple result sets. | Returns Y. Advanced Server supports multiple result sets. |
-| SQL\_MULTIPLE\_ACTIVE\_TXN: Indicates if the server supports multiple active transactions. | Returns Y. Advanced Server supports multiple active transactions. |
-| SQL\_NEED\_LONG\_DATA\_LEN: Indicates if the server needs the length of a LONG data value before receiving the value. | Returns N. Advanced Server does not need the length of a LONG data value before receiving the value. |
-| SQL\_NON\_NULLABLE\_COLUMNS: Indicates if the server supports NOT NULL values in columns. | Returns SQL\_NNC\_NON\_NULL. Advanced Server does support NOT NULL values in columns. |
-| SQL\_NULL\_COLLATION: Indicates where NULL values are located in a result set. | Returns SQL\_NC\_HIGH. The location of NULL values in a data set is determined by the ASC and DESC keywords; NULL values are sorted to the high end of the data set. |
-| SQL\_NUMERIC\_FUNCTIONS: Lists the numeric functions supported by the driver and the server. | Returns: SQL\_FN\_NUM\_ABS, SQL\_FN\_NUM\_ATAN, SQL\_FN\_NUM\_CEILING, SQL\_FN\_NUM\_COS, SQL\_FN\_NUM\_EXP, SQL\_FN\_NUM\_FLOOR, SQL\_FN\_NUM\_LOG, SQL\_FN\_NUM\_MOD, SQL\_FN\_NUM\_SIGN, SQL\_FN\_NUM\_SIN, SQL\_FN\_NUM\_SQRT, SQL\_FN\_NUM\_TAN, SQL\_FN\_NUM\_RAND, SQL\_FN\_NUM\_POWER, SQL\_FN\_NUM\_ROUND. |
-| SQL\_ODBC\_API\_CONFORMANCE: Indicates the ODBC 3.0 compliance level | Returns SQL\_OAC\_LEVEL1. The driver conforms to ODBC Level 1 interface. |
-| SQL\_ODBC\_INTERFACE\_CONFORMANCE: Indicates the ODBC interface that the driver adheres to. | Returns SQL\_OIC\_CORE. |
-| SQL\_ODBC\_SAG\_CLI\_CONFORMANCE: Indicates the SQL Access Group compliance level that the driver adheres to. | Returns SQL\_OSCC\_NOT\_COMPLIANT. The driver is not SAG CLI compliant. |
-| SQL\_ODBC\_SQL\_CONFORMANCE: Indicates the SQL grammar level that the driver conforms to. | Returns SQL\_OSC\_CORE. The driver conforms to the core grammar level. |
-| SQL\_ODBC\_SQL\_OPT\_IEF Now SQL\_INTEGRITY: Indicates server support for referential integrity syntax checking. | Returns N. The server does not support referential integrity syntax checking. |
-| SQL\_ODBC\_VER: The ODBC version supported by the driver manager | Returns 03.52.0000. |
-| SQL\_OJ\_CAPABILITIES: Identifies the outer joins that are supported by the server. | Returns: SQL\_OJ\_LEFT, SQL\_OJ\_RIGHT, SQL\_OJ\_FULL, SQL\_OJ\_NESTED, SQL\_OJ\_NOT\_ORDERED, SQL\_OJ\_INNER, SQL\_OJ\_ALL\_COMPARISON\_OPS. |
-| SQL\_OUTER\_JOINS: Indicates support for outer joins and the outer join escape sequence. | Returns Y. Outer joins are supported. |
-| SQL\_OWNER\_TERM prev. SQL\_SCHEMA\_TERM: The term used to describe a schema. | Returns schema. |
-| SQL\_ORDER\_BY\_COLUMNS\_IN\_SELECT: Indicates if the columns in an ORDER BY clause must be included in the SELECT list. | Returns N. Columns in an ORDER BY clause do not have to be in the SELECT list. |
-| SQL\_OWNER\_USAGE prev. SQL\_SCHEMA\_USAGE: Returns a string that indicates which statements support schema qualifiers. | Returns: SQL\_OU\_DML\_STATEMENTS, SQL\_OU\_TABLE\_DEFINITION, SQL\_OU\_INDEX\_DEFINITION, SQL\_OU\_PRIVILEGE\_DEFINITION. |
-| SQL\_PARAM\_ARRAY\_ROW\_COUNTS: Indicates if the server will return a single row count or separate row counts for each element in an array when executing a parameterized statement with at least one parameter bound to the array. | Returns SQL\_PARC\_BATCH, if separate row counts are available for each element in an array. SQL\_PARC\_NO\_BATCH if a single, cumulative row count is available for the entire array. |
-| SQL\_PARAM\_ARRAY\_SELECTS: Indicates if the server will return one result set or a separate result set for each element in an array (or if the driver does not allow this feature) when executing a parameterized statement with at least one parameter bound to the array. | Returns SQL\_PAS\_BATCH. One data set is available for each element in an array. |
-| SQL\_POS\_OPERATION: Lists the options supported by SQLSetPos(). | Returns: SQL\_POS\_POSITION, SQL\_POS\_REFRESH, SQL\_POS\_UPDATE, SQL\_POS\_DELETE, SQL\_POS\_ADD. |
-| SQL\_POSITIONED\_STATEMENTS: Lists the supported positioned SQL statements. | Returns: SQL\_PS\_POSITIONED\_DELETE, SQL\_PS\_POSITIONED\_UPDATE, SQL\_PS\_SELECT\_FOR\_UPDATE. |
-| SQL\_PROCEDURE\_TERM: The term used to describe a procedure. | Returns procedure. |
-| SQL\_PROCEDURES: Indicates if the server and the driver support SQL procedures and procedure invocation syntax. | Returns Y. The server and driver support procedures and procedure invocation syntax. |
-| SQL\_QUALIFIER\_LOCATION prev. SQL\_CATALOG\_LOCATION: Indicates the position of the schema name in a qualified table name. | Returns SQL\_CL\_START. The catalog portion of a qualified table name is at the beginning of the name. |
-| SQL\_QUALIFIER\_NAME prev. SQL\_CATALOG\_NAME: Indicates server support for catalog names. | Returns Y. The server supports catalog names. |
-| SQL\_QUALIFIER\_NAME\_SEPARATOR prev. SQL\_CATALOG\_NAME\_SEPARATOR: Character separating the qualifier name from the adjacent name element. | Returns '.'. The server expects a '.' character between the qualifier and the table name. |
-| SQL\_QUALIFIER\_TERM prev. SQL\_CATALOG\_TERM: The term used to describe a qualifier. | Returns catalog. |
-| SQL\_QUALIFIER\_USAGE prev. SQL\_CATALOG\_USAGE: Indicates the SQL statements that may refer to qualifiers. | Returns SQL\_CU\_DML\_STATEMENTS. Catalog names can be used in SELECT, INSERT, UPDATE, DELETE, SELECT FOR UPDATE and positioned UPDATE and DELETE statements. |
-| SQL\_QUALIFIER\_USAGE Now SQL\_CATALOG\_USAGE: Identifies DML statements that support qualifier names. | Returns SQL\_CU\_DML\_STATEMENTS. Qualifiers can be used in all DML statements (SELECT, INSERT, UPDATE, DELETE, SELECT FOR UPDATE). |
-| SQL\_QUOTED\_IDENTIFIER\_CASE: Indicates case sensitivity of quoted identifiers. | Returns SQL\_IC\_SENSITIVE. Quoted identifiers are case sensitive. |
-| SQL\_QUALIFIER\_NAME\_SEPARATOR Now SQL CATALOG\_NAME\_SEPARATOR: The character that separates the name qualifier from the name element. | Returns . The '.' character is used as a separator in qualified names. |
-| SQL\_QUALIFIER\_TERM: The term used to describe a qualifier. | Returns catalog |
-| SQL\_QUALIFIER\_LOCATION: The position of the qualifier in a qualified table name. | Returns SQL\_CL\_START. The qualifier precedes the table name in a qualified table name. |
-| SQL\_ROW\_UPDATES: Indicates if keyset-driven or mixed cursors maintain row versions or values. | Returns Y. Cursors maintain values for all fetched rows and can detect updates to the row values. |
-| SQL\_SCHEMA\_TERM: The term used to describe a schema. | Returns schema |
-| SQL\_SCHEMA\_USAGE: Indicates the SQL statements that may refer to schemas. | Returns: SQL\_OU\_DML\_STATEMENTS, SQL\_OU\_TABLE\_DEFINITION, SQL\_OU\_INDEX\_DEFINITION, SQL\_OU\_PRIVILEGE\_DEFINITION. |
-| SQL\_SCROLL\_CONCURRENCY: Indicates the cursor concurrency control options supported by the server. | Returns: SQL\_SCCO\_READ\_ONLY, SQL\_SCCO\_OPT\_ROWVER. |
-| SQL\_SCROLL\_OPTIONS: Indicates the cursor scroll options supported by the server. | Returns: SQL\_SO\_FORWARD\_ONLY, SQL\_SO\_KEYSET\_DRIVEN, SQL\_SO\_STATIC. |
-| SQL\_SEARCH\_PATTERN\_ESCAPE: The escape character that allows use of the wildcard characters % and \_ in search patterns. | Returns . The '' character is used as an escape character for the '%' and '\_' characters in search patterns. |
-| SQL\_SERVER\_NAME: Indicates the name of the host. | The returned value is determined by connection properties. |
-| SQL\_SPECIAL\_CHARACTERS: Indicates any special characters allowed in identifier names. | Returns \_. The underscore character is allowed in identifier names. |
-| SQL\_SQL\_CONFORMANCE: Indicates the level of SQL-92 compliance. | Returns SQL\_SC\_SQL92\_ENTRY. The driver is SQL92 Entry level compliant. |
-| SQL\_SQL92\_DATETIME\_FUNCTIONS: Lists the datetime functions supported by the server. | Returns: SQL\_SDF\_CURRENT\_DATE, SQL\_SDF\_CURRENT\_TIME, SQL\_SDF\_CURRENT\_TIMESTAMP. |
-| SQL\_SQL92\_FOREIGN\_KEY\_DELETE\_RULE: Indicates the server-enforced rules for using a foreign key in a DELETE statement. | Returns: SQL\_SFKD\_CASCADE, SQL\_SFKD\_NO\_ACTION, SQL\_SFKD\_SET\_DEFAULT, SQL\_SFKD\_SET\_NULL. |
-| SQL\_SQL92\_FOREIGN\_KEY\_UPDATE\_RULE: Indicates the server-enforced rules for using a foreign key in an UPDATE statement. | Returns: SQL\_SFKU\_CASCADE, SQL\_SFKU\_NO\_ACTION, SQL\_SFKU\_SET\_DEFAULT, SQL\_SFKU\_SET\_NULL. |
-| SQL\_SQL92\_GRANT: Indicates the supported GRANT statement clauses. | Returns: SQL\_SG\_DELETE\_TABLE, SQL\_SG\_INSERT\_TABLE, SQL\_SG\_REFERENCES\_TABLE, SQL\_SG\_SELECT\_TABLE, SQL\_SG\_UPDATE\_TABLE. |
-| SQL\_SQL92\_NUMERIC\_VALUE\_FUNCTIONS: Lists the scalar numeric functions supported by the server and driver. | Returns: SQL\_SNVF\_BIT\_LENGTH, SQL\_SNVF\_CHAR\_LENGTH, SQL\_SNVF\_CHARACTER\_LENGTH, SQL\_SNVF\_EXTRACT, SQL\_SNVF\_OCTET\_LENGTH, SQL\_SNVF\_POSITION. |
-| SQL\_SQL92\_PREDICATES, Identifies the predicates of a SELECT statement supported by the server. | Returns: SQL\_SP\_EXISTS, SQL\_SP\_ISNOTNULL, SQL\_SP\_ISNULL, SQL\_SP\_OVERLAPS, SQL\_SP\_LIKE, SQL\_SP\_IN, SQL\_SP\_BETWEEN, SQL\_SP\_COMPARISON, SQL\_SP\_QUANTIFIED\_COMPARISON. |
-| SQL\_SQL92\_RELATIONAL\_JOIN\_OPERATORS: Identifies the relational join operators supported by the server. | Returns: SQL\_SRJO\_CROSS\_JOIN, SQL\_SRJO\_EXCEPT\_JOIN, SQL\_SRJO\_FULL\_OUTER\_JOIN, SQL\_SRJO\_INNER\_JOIN, SQL\_SRJO\_INTERSECT\_JOIN, SQL\_SRJO\_LEFT\_OUTER\_JOIN, SQL\_SRJO\_NATURAL\_JOIN, SQL\_SRJO\_RIGHT\_OUTER\_JOIN, SQL\_SRJO\_UNION\_JOIN. |
-| SQL\_SQL92\_REVOKE: Identifies the clauses in a REVOKE statement that are supported by the server. | Returns: SQL\_SR\_DELETE\_TABLE, SQL\_SR\_INSERT\_TABLE, SQL\_SR\_REFERENCES\_TABLE, SQL\_SR\_SELECT\_TABLE, SQL\_SR\_UPDATE\_TABLE. |
-| SQL\_SQL92\_ROW\_VALUE\_CONSTRUCTOR: Indicates the row value constructor expressions in a SELECT statement that are supported by the server. | Returns: SQL\_SRVC\_VALUE\_EXPRESSION, SQL\_SRVC\_NULL. |
-| SQL\_SQL92\_STRING\_FUNCTIONS: Lists the string scalar functions supported by the server and driver. | Returns: SQL\_SSF\_CONVERT, SQL\_SSF\_LOWER, SQL\_SSF\_UPPER, SQL\_SSF\_SUBSTRING, SQL\_SSF\_TRANSLATE, SQL\_SSF\_TRIM\_BOTH, SQL\_SSF\_TRIM\_LEADING, SQL\_SSF\_TRIM\_TRAILING. |
-| SQL\_SQL92\_VALUE\_EXPRESSIONS: Indicates the value expressions supported by the server. | Returns: SQL\_SVE\_CASE, SQL\_SVE\_CAST, SQL\_SVE\_COALESCE, SQL\_SVE\_NULLIF. |
-| SQL\_STANDARD\_CLI\_CONFORMANCE: Indicates the CLI standard the driver conforms to. | This info\_type is currently unsupported. |
-| SQL\_STATIC\_CURSOR\_ATTRIBUTES1: Describes the first set of static cursor attributes supported by the driver. | Returns: SQL\_CA1\_NEXT, SQL\_CA1\_ABSOLUTE, SQL\_CA1\_RELATIVE, SQL\_CA1\_BOOKMARK, SQL\_CA1\_LOCK\_NO\_CHANGE, SQL\_CA1\_POS\_POSITION, SQL\_CA1\_POS\_UPDATE, SQL\_CA1\_POS\_DELETE, SQL\_CA1\_POS\_REFRESH, SQL\_CA1\_BULK\_ADD, SQL\_CA1\_BULK\_UPDATE\_BY\_BOOKMARK, SQL\_CA1\_BULK\_DELETE\_BY\_BOOKMARK, SQL\_CA1\_BULK\_FETCH\_BY\_BOOKMARK. |
-| SQL\_STATIC\_CURSOR\_ATTRIBUTES2: Describes the second set of static cursor attributes supported by the driver. | Returns: SQL\_CA2\_READ\_ONLY\_CONCURRENCY, SQL\_CA2\_OPT\_ROWVER\_CONCURRENCY, SQL\_CA2\_SENSITIVITY\_ADDITIONS, SQL\_CA2\_SENSITIVITY\_DELETIONS, SQL\_CA2\_SENSITIVITY\_UPDATES, SQL\_CA2\_CRC\_EXACT. |
-| SQL\_STATIC\_SENSITIVITY: Indicates whether changes made to a static cursor by SQLSetPos() or UPDATE or DELETE statements are detected by the application. | Returns: SQL\_SS\_ADDITIONS, SQL\_SS\_DELETIONS, SQL\_SS\_UPDATES. |
-| SQL\_STRING\_FUNCTIONS: Lists the scalar string functions supported by the server and driver. | Returns: SQL\_FN\_STR\_CONCAT, SQL\_FN\_STR\_LTRIM, SQL\_FN\_STR\_LENGTH, SQL\_FN\_STR\_LOCATE, SQL\_FN\_STR\_LCASE, SQL\_FN\_STR\_RTRIM, SQL\_FN\_STR\_SUBSTRING, SQL\_FN\_STR\_UCASE. |
-| SQL\_SUBQUERIES: Identifies the subquery predicates to a SELECT statement supported by the server. | Returns: SQL\_SQ\_COMPARISON, SQL\_SQ\_EXISTS, SQL\_SQ\_IN, SQL\_SQ\_QUANTIFIED. |
-| SQL\_SYSTEM\_FUNCTIONS: Lists the scalar system functions supported by the server and driver. | Returns 0. |
-| SQL\_TABLE\_TERM: The term used to describe a table. | Returns table. |
-| SQL\_TIMEDATE\_ADD\_INTERVALS: Indicates the timestamp intervals supported by the server for the TIMESTAMPADD scalar function. | Returns 0. |
-| SQL\_TIMEDATE\_DIFF\_INTERVALS: Indicates the timestamp intervals supported by the server for the TIMESTAMPDIFF scalar function. | Returns 0 |
-| SQL\_TIMEDATE\_FUNCTIONS: Indicates the date and time functions supported by the server. | Returns: SQL\_FN\_TD\_NOW, SQL\_FN\_TD\_CURDATE, SQL\_FN\_TD\_CURTIME. |
-| SQL\_TXN\_CAPABLE: Identifies the transaction support offered by the server and driver. | Returns SQL\_TC\_ALL. Transactions can contain both DML and DDL statements. |
-| SQL\_TXN\_ISOLATION\_OPTION: Indicates the transaction isolation level supported by the server. | Returns: SQL\_TXN\_READ\_COMMITTED, SQL\_TXN\_SERIALIZABLE. |
-| SQL\_UNION: Indicates server support for the UNION clause. | Returns: SQL\_U\_UNION, SQL\_U\_UNION\_ALL. |
-| SQL\_USER\_NAME: Identifies the name of the user connected to a database; may be different than the login name. | This value is determined by the connection properties. |
-| SQL\_XOPEN\_CLI\_YEAR: The publication year of the X/Open specification that the driver manager complies with. | This info\_type is currently unsupported. |
-
-EDB\_ODBC
-
-## Connection Attributes
-
-
-
-ODBC connection attributes
-
-
-
-You can use the ODBC `SQLGetConnectAttr()` and `SQLSetConnectAttr()` functions to retrieve or set the value of a connection attribute.
-
-### SQLGetConnectAttr()
-
-The `SQLGetConnectAttr()` function returns the current value of a connection attribute. The signature is:
-
- SQLRETURN SQLGetConnectAttr
- (
- SQLHDBC *conn_handle,* //Input
- SQLINTEGER *attribute,* //Input
- SQLPOINTER *value_pointer,* //Output
- SQLINTEGER *buffer_length,* //Input
- SQLINTEGER \*\ *string_length_pointer* //Output
- );
-
-`conn_handle`
-
-The connection handle.
-
-`attribute`
-
-`attribute` identifies the attribute whose value you wish to retrieve.
-
-`value_pointer`
-
-A pointer to the location in memory that will receive the `attribute` value.
-
-`buffer_length`
-
-If `attribute` is defined by ODBC and `value_pointer` points to a character string or binary buffer, `buffer_length` is the length of `value_pointer`. If `value_pointer` points to a fixed-size value (such as an integer), `buffer_length` is ignored.
-
-If EDB-ODBC defines the attribute, `SQLGetConnectAttr()` sets the `buffer_length` parameter. `buffer_length` can be:
-
-| Value type | Meaning |
-|------------------------|----------------------------------------------|
-| Character string | The length of the character string |
-| Binary buffer | The result of SQL\_LEN\_BINARY\_ATTR(length) |
-| Fixed length data type | SQL\_IS\_INTEGER or SQL\_IS\_UINTEGER |
-| Any other type | SQL\_IS\_POINTER |
-
-`string_length_pointer`
-
-A pointer to a `SQLINTEGER` that receives the number of bytes available to return in `value_pointer`. If `value_pointer` is `NULL`, `string_length_pointer` is not returned.
-
-This function returns `SQL_SUCCESS`, `SQL_SUCCESS_WITH_INFO`, `SQL_NO_DATA`, `SQL_ERROR` or `SQL_INVALID_HANDLE`.
-
-The following table lists the connection attributes supported by EDB-ODBC.
-
-| Attribute | Supported? | Notes |
-|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------|------------------------------------------------------------|
-| SQL\_ATTR\_ACCESS\_MODE | NO | SQL\_MODE\_READ\_WRITE |
-| SQL\_ATTR\_ASYNC\_ENABLE SQL\_ATTR\_AUTO\_IPD | NO NO | SQL\_ASYNC\_ENABLE\_OFF |
-| SQL\_ATTR\_AUTOCOMMIT SQL\_ATTR\_CONNECTION\_TIMEOUT SQL\_ATTR\_CURRENT\_CATALOG SQL\_ATTR\_DISCONNECT\_BEHAVIOR | YES NO NO NO | SQL\_AUTOCOMMIT, SQL\_AUTOCOMMIT\_ON, SQL\_AUTOCOMMIT\_OFF |
-| SQL\_ATTR\_ENLIST\_IN\_DTC SQL\_ATTR\_ENLIST\_IN\_XA | YES NO | For win32 and with conditional compilation |
-| SQL\_ATTR\_LOGIN\_TIMEOUT SQL\_ATTR\_ODBC\_CURSORS SQL\_ATTR\_PACKET\_SIZE SQL\_ATTR\_QUIET\_MODE SQL\_ATTR\_TRACE SQL\_ATTR\_TRACEFILE SQL\_ATTR\_TRANSLATE\_LIB SQL\_ATTR\_TRANSLATE\_OPTION | NO NO NO NO NO NO NO NO | SQL\_LOGIN\_TIMEOUT |
-| SQL\_ATTR\_TXN\_ISOLATION | YES | SQL\_TXN\_ISOLATION, SQL\_DEFAULT\_TXN\_ISOLATION |
-
-### SQLSetConnectAttr()
-
-You can use the ODBC `SQLSetConnectAttr()` function to set the values of connection attributes. The signature of the function is:
-
- SQLRETURN SQLSetConnectAttr
- (
- SQLHDBC *conn_handle*, // Input
- SQLINTEGER *attribute*, // Input
- SQLPOINTER *value_pointer*, // Input
- SQLINTEGER *string_length*, // Input
- );
-
-`conn_handle`
-
-The connection handle
-
-`attribute`
-
-`attribute` identifies the attribute whose value you wish to set
-
-`value_pointer`
-
-A pointer to the value that the `attribute` will assume.
-
-`string_length`
-
-If `attribute` is defined by ODBC and `value_pointer` points to a binary buffer or character string, `string_length` is the length of `value_pointer`. If `value_pointer` points to a fixed-length value (such as an integer), `string_length` is ignored.
-
-If EDB-ODBC defines the attribute, the application sets the `string_length` parameter. Possible `string_length` values are:
-
-| Value Type | Meaning |
-|------------------------|------------------------------------------------|
-| Character string | The length of the character string or SQL\_NTS |
-| Binary buffer | The result of SQL\_LEN\_BINARY\_ATTR(length) |
-| Fixed length data type | SQL\_IS\_INTEGER or SQL\_IS\_UINTEGER |
-| Any other type | SQL\_IS\_POINTER |
-
-`SQLSetConnectAttr()` returns `SQL_SUCCESS`, `SQL_SUCCESS_WITH_INFO`, `SQL_ERROR`, `SQL_STILL_EXECUTING` or `SQL_INVALID_HANDLE`.
-
-You can call `SQLSetConnectAttr()` any time after the connection handle is allocated, until the time that the connection is closed with a call to `SQLFreeHandle()`. All attributes set by the call persist until the call to `SQLFreeHandle()`.
-
-Connection attributes have a specific time frame in which they can be set. Some attributes must be set before the connection is established, while others can only be set after a connection is established.
-
-The following table lists the connection attributes and the time frame in which they can be set:
-
-| Attribute | Set Before or After establishing a connection? |
-|--------------------------------|------------------------------------------------|
-| SQL\_ATTR\_ACCESS\_MODE | Before or After |
-| SQL\_ATTR\_ASYNC\_ENABLE | Before or After |
-| SQL\_ATTR\_AUTO\_IPD | Before or After |
-| SQL\_ATTR\_AUTOCOMMIT | Before or After |
-| SQL\_ATTR\_CONNECTION\_TIMEOUT | Before or After |
-| SQL\_ATTR\_CURRENT\_CATALOG | Before or After |
-| SQL\_ATTR\_ENLIST\_IN\_DTC | After |
-| SQL\_ATTR\_ENLIST\_IN\_XA | After |
-| SQL\_ATTR\_LOGIN\_TIMEOUT | Before |
-| SQL\_ATTR\_ODBC\_CURSORS | Before |
-| SQL\_ATTR\_PACKET\_SIZE | Before |
-| SQL\_ATTR\_QUIET\_MODE | Before or After |
-| SQL\_ATTR\_TRACE | Before or After |
-| SQL\_ATTR\_TRACEFILE | Before or After |
-| SQL\_ATTR\_TRANSLATE\_LIB | After |
-| SQL\_ATTR\_TRANSLATE\_OPTION | After |
-| SQL\_ATTR\_TXN\_ISOLATION | Before or After |
-
-## Environment Attributes
-
-
-
-ODBC environment attributes
-
-
-
-You can use the ODBC `SQLGetEnvAttr()` and `SQLSetEnvAttr()` functions to retrieve or set the value of an environment attribute.
-
-### SQLGetEnvAttr()
-
-Use the `SQLGetEnvAttr()` function to find the current value of environment attributes on your system. The signature of the function is:
-
- SQLRETURN SQLGetConnectAttr
- (
- SQLHDBC *env_handle*, // Input
- SQLINTEGER *attribute*, // Input
- SQLPOINTER *value_ptr*, // Output
- SQLINTEGER *buffer_length*, // Input
- SQLINTEGER \*\ *string_length_pointer* // Output
- );
-
-`env_handle`
-
-The environment handle.
-
-`attribute`
-
-`attribute` identifies the attribute whose value you wish to retrieve.
-
-`value_pointer`
-
-A pointer to the location in memory that will receive the `attribute` value.
-
-`buffer_length`
-
-If the attribute is a character string, `buffer_length` is the length of `value_ptr`. If the value of the attribute is not a character string, `buffer_length` is unused.
-
-`string_length_pointer`
-
-A pointer to a `SQLINTEGER` that receives the number of bytes available to return in `value_pointer`. If `value_pointer* is NULL,`string\_length\_pointer`is not returned. This function returns`SQL\_SUCCESS`,`SQL\_SUCCESS\_WITH\_INFO`,`SQL\_NO\_DATA`,`SQL\_ERROR`or`SQL\_INVALID\_HANDLE`. The following table lists the environment attributes supported by EDB-ODBC. =========================== =================================== =================================== Attribute Supported? Restrictions? =========================== =================================== =================================== SQL_ATTR_CONNECTION_POOLING SQL_CP_ONE_PER_DRIVER or SQL_CP_OFF Determined by connection properties SQL_ATTR_ODBC_VERSION (SQL_OV_ODBC3) NONE (SQL_OV_ODBC2) SQL_ATTR_OUTPUT_NTS SQL_SUCCESS NONE =========================== =================================== =================================== .. raw:: latex \newpage SQLSetEnvAttr() --------------- You can use the`SQLSetEnvAttr()`function to set the values of environment attributes. The signature of the function is: .. code-block:: text SQLRETURN SQLSetEnvAttr ( SQLHENV *env_handle*, //Input SQLINTEGER *attribute*, //Input SQLPOINTER *value_pointer*, //Input SQLINTEGER *string_length* //Input );`env\_handle`The environment handle.`attribute``attribute`identifies the attribute whose value you wish to set.`value\_pointer`A pointer to the value assigned to the`attribute`. The value will be a`NULL`terminated character string or a 32 bit integer value depending on the specified`attribute`.`string\_length`If`value\_pointer`is a pointer to a binary buffer or character string,`string\_length`is the length of`value\_pointer`. If the value being assigned to the attribute is a character,`string\_length`is the length of that character string. If`value\_pointer`is NULL,`string\_length`is not returned. If value_pointer is an integer,`string\_length`is ignored.`SQLSetEnvAttr()`returns`SQL\_SUCCESS`,`SQL\_INVALID\_HANDLE`,`SQL\_ERROR`or`SQL\_SUCCESS\_WITH\_INFO`. The application must call`SQLSetEnvAttr()`before allocating a connection handle; all values applied to environment attributes will persist until`SQLFreeHandle()`is called for the connection. ODBC version 3.x allows you to allocate multiple environment handles simultaneously. The following table lists the environment attributes you can set with`SQLSetAttr()`. ===================== ================== ========================================================================================================================== Attribute Value_pointer type Restrictions? ===================== ================== ========================================================================================================================== SQL_ATTR_ODBC_VERSION 32 bit Integer Set this attribute before the application calls any function that includes an SQLHENV argument. SQL_ATTR_OUTPUT_NTS 32-bit Integer Defaults to SQL_TRUE. Calls that set this attribute to SQL_FALSE return SQL_ERROR/SQLSTATEHYC00 (feature not implemented). ===================== ================== ========================================================================================================================== .. raw:: latex \newpage Statement Attributes ==================== .. index:: ODBC statement attributes You can use the ODBC`SQLGetStmtAttr()`and`SQLSetStmtAttr()`functions to retrieve and set the value of a statement attribute. SQLGetStmtAttr() ---------------- The`SQLGetStmtAttr()`function returns the current value of statement attribute. The signature is: .. code-block:: text SQLRETURN SQLGetConnectAttr ( SQLHDBC *stmt_handle,* //Input SQLINTEGER *attribute,* //Input SQLPOINTER *value_ptr,* //Output SQLINTEGER *buffer_length,* //Input SQLINTEGER \*\ *string_length_pointer* //Output );`stmt\_handle`The statement handle`attribute``attribute`is the attribute value`value\_pointer`A pointer to the location in memory that will receive the`attribute`value.`buffer\_length`If the attribute is defined by ODBC,`buffer\_length`is the length of`value\_pointer`(if`value\_pointer`points to a character string or binary buffer). If`value\_pointer`points to an integer,`buffer\_length`is ignored. If EDB-ODBC defines the attribute, the application sets the`buffer\_length`parameter.`buffer\_length`can be: ====================== ========================================= Value Type Meaning ====================== ========================================= Character string The length of the character string Binary buffer The result of SQL_LEN_BINARY_ATTR(length) Fixed length data type SQL_IS_INTEGER or SQL_IS_UINTEGER Any other type SQL_IS_POINTER ====================== =========================================`string\_length\_pointer`A pointer to an`SQLINTEGER`that receives the number of bytes required to hold the requested value. If`value\_pointer`is NULL,`string\_length\_pointer`is not returned. This function returns`SQL\_SUCCESS`,`SQL\_SUCCESS\_WITH\_INFO`,`SQL\_ERROR`or`SQL\_INVALID\_HANDLE`. The following table lists the statement attributes supported by EDB-ODBC: ============================== ========== ======================= Attribute Supported? Restrictions? ============================== ========== ======================= SQL_ATTR_APP_PARAM_DESC YES SQL_ATTR_APP_ROW_DESC YES SQL_ATTR_ASYNC_ENABLE NO SQL_ATTR_CONCURRENCY YES SQL_CONCUR_READ_ONLY SQL_ATTR_CURSOR_SCROLLABLE YES SQL_ATTR_CURSOR_TYPE YES SQL_CURSOR_FORWARD_ONLY SQL_ATTR_CURSOR_SENSITIVITY YES SQL_INSENSITIVE SQL_ATTR_ENABLE_AUTO_IPD NO SQL_ATTR_FETCH_BOOKMARK_PTR YES SQL_ATTR_IMP_PARAM_DESC YES SQL_ATTR_IMP_ROW_DESC YES SQL_ATTR_KEYSET_SIZE NO SQL_ATTR_MAX_LENGTH NO SQL_ATTR_MAX_ROWS NO SQL_ATTR_METADATA_ID YES SQL_ATTR_NOSCAN NO SQL_ATTR_PARAM_BIND_OFFSET_PTR YES ODBC V2.0 SQL_ATTR_PARAM_BIND_TYPE YES SQL_ATTR_PARAM_OPERATION_PTR YES SQL_ATTR_PARAM_STATUS_PTR YES SQL_ATTR_PARAMS_PROCESSED_PTR YES SQL_ATTR_PARAMSET_SIZE YES SQL_ATTR_QUERY_TIMEOUT NO SQL_ATTR_RETRIEVE_DATA NO SQL_ATTR_ROW_BIND_OFFSET_PTR YES SQL_ATTR_ROW_BIND_TYPE NO SQL_ATTR_ROW_NUMBER YES SQL_ATTR_ROW_OPERATION_PTR YES SQL_ATTR_ROW_STATUS_PTR YES SQL_ATTR_ROWS_FETCHED_PTR YES SQL_ATTR_ROW_ARRAY_SIZE YES SQL_ATTR_SIMULATE_CURSOR NO SQL_ATTR_USE_BOOKMARKS YES SQL_ROWSET_SIZE YES ============================== ========== ======================= .. raw:: latex \newpage SQLSetStmtAttr() ---------------- You can use the`SQLSetStmtAttr()`function to set the values of environment attributes. The signature is: .. code-block:: text SQLRETURN SQLSetStmtAttr ( SQLHENV *stmt_handle*, //Input SQLINTEGER *attribute*, //Input SQLPOINTER *value_pointer*, //Input SQLINTEGER *string_length* //Input ); *stmt_handle* *stmt_handle* is the environment handle.`attribute``attribute`identifies the statement attribute whose value you wish to set.`value\_pointer``value\_pointer`is a pointer to the location in memory that holds the value that will be assigned to the attribute.`value\_pointer`can be a pointer to: - A null-terminated character string - A binary buffer - A value defined by the driver - A value of the type`SQLLEN`,`SQLULEN`or`SQLUSMALLINT`Value-pointer can also optionally hold one of the following values: - An ODBC descriptor handle - A`SQLUINTEGER`value - A`SQLULEN`value - A signed INTEGER (if attribute is a driver-specific value)`string\_length`If`attribute`is defined by ODBC and`value\_pointer`points to a binary buffer or character string,`string\_length`is the length of`value\_pointer`. If`value\_pointer`points to an integer,`string\_length`is ignored. If EDB-ODBC defines the attribute, the application sets the`string\_length`parameter. Possible`string\_length`values are: ====================== ============================================= Value Type Meaning ====================== ============================================= Character string The length of the character string or SQL_NTS Binary buffer The result of SQL_LEN_BINARY_ATTR(length) Fixed length data type SQL_IS_INTEGER or SQL_IS_UINTEGER Any other type SQL_IS_POINTER ====================== ============================================= .. raw:: latex \newpage Error Handling ============== .. index:: Status and error data Diagnostic information for the ODBC functions mentioned in this guide can be retrieved via the ODBC`SQLGetDiagRec()`function. SQLGetDiagRec() --------------- The`SQLGetDiagRec()`function returns status and error information from a diagnostic record written by the ODBC functions that retrieve or set attribute values. The signature is: . code-block:: text SQLRETURN SQLGetDiagRec( SQLSMALLINT *handle_type*, // Input SQLHANDLE *handle*, // Input SQLSMALLINT *record_number*, // Input SQLCHAR \*\ *SQLState_pointer*, // Output SQLINTEGER \*\ *native_error_pointer*, // Output SQLCHAR \*\ *error_text_pointer*, // Output SQLSMALLINT *buffer_length*, // Input SQLSMALLINT \*text_length_pointer // Output );`handle\_type`The handle type of the`handle`argument.`handle\_type`must be one of the following: -`SQL\_HANDLE\_ENV`specifies an environment handle. -`SQL\_HANDLE\_STMT`specifies a statement handle. -`SQL\_HANDLE\_DBC`specifies a connection handle. -`SQL\_HANDLE\_DESC`specifies a descriptor handle.`handle`The handle associated with the attribute error message.`record\_number`The status record that the application is seeking information from (must be greater than or equal to 1).`SQLState\_pointer`Pointer to a memory buffer that receives the`SQLState`error code from the record.`native\_error\_pointer`Pointer to a buffer that receives the native error message for the data source (contained in the`SQL\_DIAG\_NATIVE`field).`error\_text\_pointer`Pointer to a memory buffer that receives the error text (contained in the`SQL\_DIAG\_MESSAGE\_TEXT`field)`buffer\_length`The length of the`error\_text`buffer.`text\_length\_pointer`Pointer to the buffer that receives the size (in characters) of the`error\_text\_pointer`field. If the number of characters in the`error\_text\_pointer`parameter exceeds the number available (in`buffer\_length`),`error\_text\_pointer`will be truncated.`SQLGetDiagRec()`returns`SQL\_SUCCESS`,`SQL\_ERROR`,`SQL\_INVALID\_HANDLE`,`SQL\_SUCCESS\_WITH\_DATA`or`SQL\_NO\_DATA`. .. raw:: latex \newpage Supported ODBC API Functions ============================ .. index:: ODBC API functions The following table lists the ODBC API functions; the right column specifies`Yes`if the API is supported by the EDB-ODBC driver. Use the ODBC`SQLGetFunctions()`function (specifying a function ID of`SQL\_API\_ODBC3\_ALL\_FUNCTIONS\`\`) to return a current version of this list.
-
-| ODBC API Function Name | Supported by EDB-ODBC? |
-|------------------------|------------------------|
-| SQLAllocConnect() | Yes |
-| SQLAllocEnv() | Yes |
-| SQLAllocStmt() | Yes |
-| SQLBindCol() | Yes |
-| SQLCancel() | Yes |
-| SQLColAttributes() | Yes |
-| SQLConnect() | Yes |
-| SQLDescribeCol() | Yes |
-| SQLDisconnect() | Yes |
-| SQLError() | Yes |
-| SQLExecDirect() | Yes |
-| SQLExecute() | Yes |
-| SQLFetch() | Yes |
-| SQLFreeConnect() | Yes |
-| SQLFreeEnv() | Yes |
-| SQLFreeStmt() | Yes |
-| SQLGetCursorName() | Yes |
-| SQLNumResultCols() | Yes |
-| SQLPrepare() | Yes |
-| SQLRowCount() | Yes |
-| SQLSetCursorName() | Yes |
-| SQLSetParam() | Yes |
-| SQLTransact() | Yes |
-| SQLColumns() | Yes |
-| SQLDriverConnect() | Yes |
-| SQLGetConnectOption() | Yes |
-| SQLGetData() | Yes |
-| SQLGetFunctions() | Yes |
-| SQLGetInfo() | Yes |
-| SQLGetStmtOption() | Yes |
-| SQLGetTypeInfo() | Yes |
-| SQLParamData() | Yes |
-| SQLPutData() | Yes |
-| SQLSetConnectOption() | Yes |
-| SQLSetStmtOption() | Yes |
-| SQLSpecialColumns() | Yes |
-| SQLStatistics() | Yes |
-| SQLTables() | Yes |
-| SQLBrowseConnect() | No |
-| SQLColumnPrivileges() | No |
-| SQLDataSources() | Yes |
-| SQLDescribeParam() | No |
-| SQLExtendedFetch() | Yes |
-| SQLForeignKeys() | Yes |
-| SQLMoreResults() | Yes |
-| SQLNativeSQL() | Yes |
-| SQLNumParams() | Yes |
-| SQLParamOptions() | Yes |
-| SQLPrimaryKeys() | Yes |
-| SQLProcedureColumns() | Yes |
-| SQLProcedures() | Yes |
-| SQLSetPos() | Yes |
-| SQLSetScrollOptions() | No |
-| SQLTablePrivileges() | Yes |
-| SQLDrivers() | Yes |
-| SQLBindParameter() | Yes |
-| SQLAllocHandle() | Yes |
-| SQLBindParam() | Yes |
-| SQLCloseCursor() | Yes |
-| SQLColAttribute() | Yes |
-| SQLCopyDesc() | Yes |
-| SQLendTran() | Yes |
-| SQLFetchScroll() | Yes |
-| SQLFreeHandle() | Yes |
-| SQLGetConnectAttr() | Yes |
-| SQLGetDescField() | Yes |
-| SQLGetDescRec() | Yes |
-| SQLGetDiagField() | Yes |
-| SQLGetDiagRec() | Yes |
-| SQLGetEnvAttr() | Yes |
-| SQLGetStmtAttr() | Yes |
-| SQLSetConnectAttr() | Yes |
-| SQLSetDescField() | Yes |
-| SQLSetDescRec() | No |
-| SQLSetEnvAttr() | Yes |
-| SQLSetStmtAttr() | Yes |
-| SQLBulkOperations() | Yes |
-
-## Supported Data Types
-
-
-
-Supported data types
-
-
-
-EDB-ODBC supports the following ODBC data types:
-
-| ODBC Data Type | Corresponding Advanced Server Data Type |
-|----------------------|-----------------------------------------|
-| SQL\_BIGINT | PG\_TYPE\_INT8 |
-| SQL\_BINARY | PG\_TYPE\_BYTEA |
-| SQL\_BIT | PG\_TYPE\_BOOL or PG\_TYPE\_CHAR |
-| SQL\_CHAR | PG\_TYPE\_BPCHAR |
-| SQL\_TYPE\_DATE | PG\_TYPE\_DATE |
-| SQL\_DECIMAL | PG\_TYPE\_NUMERIC |
-| SQL\_DOUBLE | PG\_TYPE\_FLOAT8 |
-| SQL\_FLOAT | PG\_TYPE\_FLOAT8 |
-| SQL\_INTEGER | PG\_TYPE\_INT4 |
-| SQL\_LONGVARBINARY | PG\_TYPE\_BYTEA |
-| SQL\_LONGVARCHAR | PG\_TYPE\_VARCHAR or PG\_TYPE\_TEXT |
-| SQL\_NUMERIC | PG\_TYPE\_NUMERIC |
-| SQL\_NUMERIC | PG\_TYPE\_NUMERIC |
-| SQL\_REAL | PG\_TYPE\_FLOAT4 |
-| SQL\_SMALLINT | PG\_TYPE\_INT2 |
-| SQL\_TYPE\_TIME | PG\_TYPE\_TIME |
-| SQL\_TYPE\_TIMESTAMP | PG\_TYPE\_DATETIME |
-| SQL\_TINYINT | PG\_TYPE\_INT2 |
-| SQL\_VARBINARY | PG\_TYPE\_BYTEA |
-| SQL\_VARCHAR | PG\_TYPE\_VARCHAR |
-
-## Thread Safety
-
-EDB-ODBC is thread safe.
diff --git a/scripts/legacy_redirects/legacy_redirects_metadata.json b/scripts/legacy_redirects/legacy_redirects_metadata.json
index 93252e4fc23..d40507e41ca 100644
--- a/scripts/legacy_redirects/legacy_redirects_metadata.json
+++ b/scripts/legacy_redirects/legacy_redirects_metadata.json
@@ -1,6 +1,7 @@
{
"EDB Postgres Ark Platform": {
"folder_name": "ark",
+ "latest": "3.5",
"subfolders": {
"default": {
"installation-getting-started/getting-started-guide": "ark_gsg",
@@ -10,6 +11,7 @@
},
"EDB Backup and Recovery Tool": {
"folder_name": "bart",
+ "latest": "2.6.1",
"subfolders": {
"default": {
"installation-getting-started/installation-upgrade-guide": "bart_inst",
@@ -40,6 +42,7 @@
},
"EDB Postgres Failover Manager": {
"folder_name": "efm",
+ "latest": "4.1",
"subfolders": {
"default": {
"installation-getting-started/quick-start": "efm_quick_start",
@@ -115,6 +118,7 @@
},
"EDB Postgres Hadoop Foreign Data Wrapper": {
"folder_name": "hadoop_data_adapter",
+ "latest": "2.0.7",
"subfolders": {
"default": {
"user-guides/user-guide": ""
@@ -123,6 +127,7 @@
},
"EDB JDBC Connector": {
"folder_name": "jdbc_connector",
+ "latest": "42.2.12.3",
"subfolders": {
"default": {
"user-guides/jdbc-guide": ""
@@ -131,6 +136,7 @@
},
"EDB Postgres Migration Portal": {
"folder_name": "migration_portal",
+ "latest": "3.0.1",
"subfolders": {
"default": {
"user-guides/user-guide": ""
@@ -139,6 +145,7 @@
},
"EDB Postgres Migration Toolkit": {
"folder_name": "migration_toolkit",
+ "latest": "54.0.0",
"subfolders": {
"default": {
"user-guides/user-guide": ""
@@ -147,6 +154,7 @@
},
"EDB Postgres MongoDB Foreign Data Wrapper": {
"folder_name": "mongo_data_adapter",
+ "latest": "5.2.8",
"subfolders": {
"default": {
"user-guides/user-guide": ""
@@ -155,6 +163,7 @@
},
"EDB Postgres MySQL Foreign Data Wrapper": {
"folder_name": "mysql_data_adapter",
+ "latest": "2.5.5",
"subfolders": {
"default": {
"user-guides/user-guide": ""
@@ -163,6 +172,7 @@
},
"EDB .NET Connector": {
"folder_name": "net_connector",
+ "latest": "4.1.6.1",
"subfolders": {
"default": {
"user-guides/net-guide": ""
@@ -171,6 +181,7 @@
},
"EDB OCL Connector": {
"folder_name": "ocl_connector",
+ "latest": "13.1.4.2",
"subfolders": {
"default": {
"user-guides/ocl-guide": ""
@@ -179,6 +190,7 @@
},
"EDB ODBC Connector": {
"folder_name": "odbc_connector",
+ "latest": "12.2.0.2",
"subfolders": {
"default": {
"user-guides/odbc-guide": ""
@@ -187,6 +199,7 @@
},
"EDB Postgres Enterprise Manager": {
"folder_name": "pem",
+ "latest": "8.0",
"subfolders": {
"default": {
"installation-getting-started/linux-installation-guide": "pem_inst_guide_linux",
@@ -253,6 +266,7 @@
},
"EDB Postgres PgBouncer": {
"folder_name": "pgbouncer",
+ "latest": "1.0",
"subfolders": {
"default": {
"user-guides/pgbouncer-guide": ""
@@ -261,6 +275,7 @@
},
"EDB Postgres Pgpool-II": {
"folder_name": "pgpool",
+ "latest": "1.0",
"subfolders": {
"default": {
"user-guides/pgpool-ii-guide": ""
@@ -269,6 +284,7 @@
},
"EDB Postgres PostGIS": {
"folder_name": "postgis",
+ "latest": "1.0",
"subfolders": {
"default": {
"user-guides/postgis-guide": ""
@@ -277,6 +293,7 @@
},
"EDB Postgres Slony Replication": {
"folder_name": "slony",
+ "latest": "1.0",
"subfolders": {
"default": {
"user-guides/slony-replication-guide": ""
diff --git a/src/constants/gatsby-node-utils.js b/src/constants/gatsby-node-utils.js
index afa2f676a3d..d8350d7431a 100644
--- a/src/constants/gatsby-node-utils.js
+++ b/src/constants/gatsby-node-utils.js
@@ -136,6 +136,40 @@ const configureRedirects = (toPath, redirects, actions, config = {}) => {
});
};
+const configureLegacyRedirects = ({
+ toPath,
+ toLatestPath,
+ redirects,
+ actions,
+}) => {
+ if (!redirects) return;
+
+ const isFromPathLatest = (fromPath) => {
+ return !!fromPath.match(/\/latest($|\/)/);
+ };
+
+ redirects.forEach((fromPath) => {
+ // EVAN could create our own latest url here instead of having it in frontmatter
+ // if the redirect is a "latest" url, redirect to the latest path
+ if (isFromPathLatest(fromPath) && toLatestPath) {
+ actions.createRedirect({
+ fromPath,
+ toPath: toLatestPath,
+ redirectInBrowser: false,
+ isPermanent: false,
+ });
+ } else {
+ // redirect directly to the page
+ actions.createRedirect({
+ fromPath,
+ toPath: toPath,
+ redirectInBrowser: false,
+ isPermanent: false, // should be true when we're confident
+ });
+ }
+ });
+};
+
module.exports = {
sortVersionArray,
replacePathVersion,
@@ -148,4 +182,5 @@ module.exports = {
buildProductVersions,
reportMissingIndex,
configureRedirects,
+ configureLegacyRedirects,
};