Skip to content

Commit 956d35d

Browse files
committed
Update Standby Replication Diagrams
This commit updates the existing repo-based standby cluster configuration diagram to a new Draw.io generated image and adds the associated XML file. It also creates two new diagrams to illustrate a streaming standby cluster configuration and a cluster that configured to have both a streaming standby and an external repo. Issue: [sc-14710]
1 parent 920292d commit 956d35d

File tree

8 files changed

+6
-3
lines changed

8 files changed

+6
-3
lines changed

docs/content/architecture/disaster-recovery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ A repo-based standby will connect to a pgBackRest repo stored in an external sto
7171
clusters). The standby cluster will receive WAL files from the repo and will apply those to the
7272
database.
7373

74-
![PostgreSQL Operator High-Availability Overview](/images/postgresql-ha-multi-data-center.png)
74+
![PostgreSQL Operator Repo-based Standby](/images/repo-based-standby.png)
7575

7676
#### Streaming Standby
7777

7878
A streaming standby relies on an authenticated connection to the primary over the network. The
7979
standby will receive WAL records directly from the primary as they are generated.
8080

81-
<!-- ![PostgreSQL Operator High-Availability Overview](/images/postgresql-ha-multi-data-center.png) -->
81+
![PostgreSQL Operator Streaming Standby](/images/streaming-standby.png)
8282

8383
#### Streaming Standby with an External Repo
8484

@@ -88,7 +88,7 @@ are pushed to the repo. The cluster will also directly connect to primary and re
8888
as they are generated. Using a repo while also streaming ensures that your cluster will still be up
8989
to date with the pgBackRest repo if streaming falls behind.
9090

91-
<!-- ![PostgreSQL Operator High-Availability Overview](/images/postgresql-ha-multi-data-center.png) -->
91+
![PostgreSQL Operator Streaming Standby with External Repo](/images/streaming-standby-external-repo.png)
9292

9393
For creating a standby Postgres cluster with PGO, please see the [disaster recovery tutorial]({{< relref "tutorial/disaster-recovery.md" >}}#standby-cluster)
9494

docs/static/drawio/repo-based-standby.xml

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

docs/static/drawio/streaming-standby-external-repo.xml

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

docs/static/drawio/streaming-standby.xml

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
-124 KB
Binary file not shown.
100 KB
Loading
101 KB
Loading
83.3 KB
Loading

0 commit comments

Comments
 (0)