Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

1. Introduction

Activating the standby is a simple and straightforward process. This is done during true DR scenarios or for DR testing.

...

  1. Database Status

    1. Standby server should be “HOT STANDBY“/”WARM STANDBY”

Drawio
mVer2
zoom1
simple0
inComment0
custContentId

...

3680109072
pageId3673260337
lbox1
diagramDisplayNameUntitled Diagram-

...

1693266711599.drawio
contentVer

...

1
revision

...

1
baseUrlhttps://dbvisit.atlassian.net/wiki
diagramNameUntitled Diagram-

...

1693266711599.drawio
pCenter0
width

...

963.

...

  1. Trigger Activate

  2. Disable Control Center Behaviors

    • Disable Observer: Turn off the observer node to ensure a smooth switchover without conflicting activities

    • Disable Auto Update: Suspend any automatic update processes during the switchover procedure

  3. Promote Standby database to Primary database

    Code Block
    pg_ctl promote -D data_dir
    • The standby server stops streaming data replication from the primary server.

    • The standby server disconnects from the primary server.

    • The standby server modifies its own configuration to become a primary server.

    • The standby server starts accepting read and write operations.

    • Clients and applications that were connecting to the old primary server may need to be reconfigured to connect to the newly promoted primary server.

  4. Switch Role and Persist new configuration data with failover mark

  5. Enable Control Center Behaviors

    • Enable Observer

    • Enable Auto Update: Restore the automatic update processes

  6. Execute User Script on New Primary and Standby Servers

    • Run any necessary user scripts on the new primary and new standby servers to complete the switchover process.

4285714285717
links
tbstyle
height

...

1120.5

3. Activate Standby

  1. The standby cluster is ready for activation

  2. Option to have custom scripts that can be run on both existing primary and standby host servers.

2. Click Activate to start the activation process. This would ask for further confirmation to activate the standby cluster.

Image Removed

  1. Post activation the configuration status changes to “ IN FAILOVER STATE.”

  2. The original standby server is now changed to ONLINE status, and this server acts as the primary cluster server.

  3. The original primary server status is now ONLINE (Usually in a true DR scenario the status would be offline)

...

  1. The configuration status IN FAILOVER STATE. The original standby is the new primary.

  2. The status of the original primary is down.

  3. The configuration is confirmed to be ready for recovery from failover.

  4. Click on “Recover From Failover” to start the process.

Image RemovedImage Added

After the above process completes, log in on the server and clean up the data directory of the old primary. The option to set up the DR database will appear and click on the“Set up now?” to create the DR cluster on the original primary.

...