From 5ab2fe80028a416dadd710b24c412b1833918859 Mon Sep 17 00:00:00 2001 From: gvasquezvargas Date: Mon, 26 Jan 2026 12:01:03 +0100 Subject: [PATCH 1/2] Graph and bullet points not rendering --- .../database_types/distributed_highavailability.mdx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/overview/database_types/distributed_highavailability.mdx b/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/overview/database_types/distributed_highavailability.mdx index 9cc0df3ece..7f118b04e6 100644 --- a/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/overview/database_types/distributed_highavailability.mdx +++ b/product_docs/docs/edb-postgres-ai/preview/hybrid-manager/overview/database_types/distributed_highavailability.mdx @@ -42,11 +42,14 @@ A configuration with a single data location has one data group and either: ## Multiple groups with a witness node A configuration with multiple data locations has two data groups that contain either three data nodes in each group: - * A data node and two shadow nodes in one group - * The same configuration in another group - * A witness node in a third group - ![groups(2 x 3 data + 1 witness)](../../images/architectures/dha-3x3-cluster.svg) +- A data node and two shadow nodes in one group + +- The same configuration in another group + +- A witness node in a third group + +![groups(2 x 3 data + 1 witness)](../../images/architectures/dha-3x3-cluster.svg) Groups will currently be in the same region (the region the cluster resides in), but this may change in the future. From 50e73d91dd0c189b444506b8702334fd74045ef4 Mon Sep 17 00:00:00 2001 From: gvasquezvargas Date: Mon, 26 Jan 2026 15:27:34 +0100 Subject: [PATCH 2/2] backport to 1.3 --- .../database_types/distributed_highavailability.mdx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/product_docs/docs/edb-postgres-ai/1.3/hybrid-manager/overview/database_types/distributed_highavailability.mdx b/product_docs/docs/edb-postgres-ai/1.3/hybrid-manager/overview/database_types/distributed_highavailability.mdx index 9cc0df3ece..7f118b04e6 100644 --- a/product_docs/docs/edb-postgres-ai/1.3/hybrid-manager/overview/database_types/distributed_highavailability.mdx +++ b/product_docs/docs/edb-postgres-ai/1.3/hybrid-manager/overview/database_types/distributed_highavailability.mdx @@ -42,11 +42,14 @@ A configuration with a single data location has one data group and either: ## Multiple groups with a witness node A configuration with multiple data locations has two data groups that contain either three data nodes in each group: - * A data node and two shadow nodes in one group - * The same configuration in another group - * A witness node in a third group - ![groups(2 x 3 data + 1 witness)](../../images/architectures/dha-3x3-cluster.svg) +- A data node and two shadow nodes in one group + +- The same configuration in another group + +- A witness node in a third group + +![groups(2 x 3 data + 1 witness)](../../images/architectures/dha-3x3-cluster.svg) Groups will currently be in the same region (the region the cluster resides in), but this may change in the future.