diff --git a/docs/guides/postgres/clustering/ha_cluster.md b/docs/guides/postgres/clustering/ha_cluster.md index 823d93856..528817f6b 100644 --- a/docs/guides/postgres/clustering/ha_cluster.md +++ b/docs/guides/postgres/clustering/ha_cluster.md @@ -42,7 +42,7 @@ spec: In this examples: - This `Postgres` object creates three PostgreSQL servers, indicated by the **`replicas`** field. -- One server will be *primary* and two others will be *warm standby* servers, as instructed by **`spec.standby`** +- One server will be *primary* and two others will be *warm standby* servers, as instructed by **`spec.standbyMode`** #### Hot Standby @@ -66,7 +66,7 @@ spec: In this examples: - This `Postgres` object creates three PostgreSQL servers, indicated by the **`replicas`** field. -- One server will be *primary* and two others will be *hot standby* servers, as instructed by **`spec.standby`** +- One server will be *primary* and two others will be *hot standby* servers, as instructed by **`spec.standbyMode`** #### High Availability diff --git a/docs/guides/postgres/clustering/streaming_replication.md b/docs/guides/postgres/clustering/streaming_replication.md index 7da635b9f..626950f0d 100644 --- a/docs/guides/postgres/clustering/streaming_replication.md +++ b/docs/guides/postgres/clustering/streaming_replication.md @@ -62,7 +62,7 @@ spec: In this examples: - This `Postgres` object creates three PostgreSQL servers, indicated by the **`replicas`** field. -- One server will be *primary* and two others will be *warm standby* servers, default of **`spec.standby`** +- One server will be *primary* and two others will be *warm standby* servers, default of **`spec.standbyMode`** ### What is Streaming Replication @@ -251,7 +251,7 @@ spec: In this examples: - This `Postgres` object creates three PostgreSQL servers, indicated by the **`replicas`** field. -- One server will be *primary* and two others will be *hot standby* servers, as instructed by **`spec.standby`** +- One server will be *primary* and two others will be *hot standby* servers, as instructed by **`spec.standbyMode`** ### `hot standby` setup