Skip to content

Commit

Permalink
switchover diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Feb 7, 2025
1 parent faf7e17 commit 29a7f3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/products/postgresql/crdr/crdr-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import ConsoleLabel from "@site/src/components/non-swizzled/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";
import crdrSwitchover from "@site/static/images/content/figma/crdr-switchover.png";
import crdrRevert from "@site/static/images/content/figma/crdr-revert.png";

The cross-region disaster recovery (CRDR) feature ensures your business continuity by
Expand Down Expand Up @@ -111,7 +112,8 @@ CRDR supports three types of the recovery transition:
performed either
[automatically](/docs/products/postgresql/crdr/crdr-failover-to-recovery) or
[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.
PRS is **Failed** and the RRS is up and running as an **Active** service. To fail back to
the PRS, it needs to be recreated first.

<img src={crdrFailover} className="centered" alt="CRDR failover" width="100%" />

Expand All @@ -128,6 +130,14 @@ disaster scenario and verify the disaster resilience of your infrastructure.

#### Switchover to the recovery region

[Switchover to the RRS](/docs/products/postgresql/crdr/crdr-failover-to-recovery) is
performed manually for testing, simulating a disaster scenario, or verifying the
disaster resilience of your infrastructure. You trigger a switchover yourself at your
convenience time. When completed, the PRS is **Passive** and the RRS is up and running as
an **Active** service. To switch back to the PRS, it doesn't need to be recreated first.

<img src={crdrSwitchover} className="centered" alt="CRDR switchover" width="100%" />

### Recovery reversion

#### Failback to the primary region
Expand Down
Binary file added static/images/content/figma/crdr-switchover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29a7f3e

Please sign in to comment.