Skip to content

Commit

Permalink
Fixed postgres docs spec.standbyMode references (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
endrec authored and tamalsaha committed Nov 7, 2018
1 parent 331f113 commit 2a4979f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guides/postgres/clustering/ha_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/postgres/clustering/streaming_replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2a4979f

Please sign in to comment.