diff --git a/docs/products/postgresql/crdr/crdr-overview.md b/docs/products/postgresql/crdr/crdr-overview.md index eaafa33f..1030aee7 100644 --- a/docs/products/postgresql/crdr/crdr-overview.md +++ b/docs/products/postgresql/crdr/crdr-overview.md @@ -8,6 +8,7 @@ keywords: [recovery, primary, outage, failure, failover] import ConsoleLabel from "@site/src/components/ConsoleIcons"; import readyForCrdr from "@site/static/images/content/figma/ready-for-crdr.png"; import crdrSetup from "@site/static/images/content/figma/crdr-setup.png"; +import crdrFailover from "@site/static/images/content/figma/crdr-failover.png"; The cross-region disaster recovery (CRDR) feature ensures your business continuity by automatically recovering your workloads to a remote region in the event of a region-wide @@ -64,11 +65,10 @@ The CRDR feature is eligible for all startup, business, and premium service plan ### CRDR setup -You [enable CRDR by creating an RRS](/docs/products/postgresql/crdr/enable-crdr). As a -result, both PRS and RRS are up and running: - -- PRS as an **Active** service, where the traffic goes -- RRS as a **Passive** service in sync with the PRS +You [enable CRDR by creating an RRS](/docs/products/postgresql/crdr/enable-crdr). The CRDR +setup completes as soon as the RRS is created and in sync with the PRS. At that point, +the PRS is the **Active** service receiving incoming traffic and replicating to the RRS, +and the RRS is the **Passive** service replicating from the PRS. CRDR setup @@ -80,6 +80,8 @@ performed either [manually](/docs/products/postgresql/crdr/crdr-failover-to-recovery). When completed, the PRS is **Failed** and the RRS is up and running as an **Active** service. +CRDR failover + #### Automatic switchover In the even of a region-wide failure, a CRDR process is triggered automatically. The RRS diff --git a/static/images/content/figma/crdr-failover.png b/static/images/content/figma/crdr-failover.png new file mode 100644 index 00000000..ea95dbe1 Binary files /dev/null and b/static/images/content/figma/crdr-failover.png differ diff --git a/static/images/content/figma/crdr-setup.png b/static/images/content/figma/crdr-setup.png index 00acd56b..5e6f1d91 100644 Binary files a/static/images/content/figma/crdr-setup.png and b/static/images/content/figma/crdr-setup.png differ