-
Notifications
You must be signed in to change notification settings - Fork 0
BFM Architecture
BiSoft Information Technologies edited this page Oct 1, 2022
·
5 revisions
BFM Instance Check PostgreSQL Server Instance
sequenceDiagram
BFM Watchdog-> Minipg Service: Is PostgreSQL alive?
loop Every 5 seconds
BFM Watchdog-->Minipg Service: Service is running with PID xxxx!
end
BFM Instance Check if the pair BFM Server is alive
sequenceDiagram
BFM Master-> BFM Standby: Am I master BFM?
loop Every 11 seconds
BFM Master-->BFM Standby: Pair Status
end