Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ db.reuse.connection.count=0

<div id="auto_failover" class="registered_link"></div>

The `auto.failover` property enables automatic failover. By default, `auto.failover` is set to `true`.
The `auto.failover` property enables automatic failover. By default, `auto.failover` is set to `true`. This property is checked before the final primary database checks, VIP checks if needed, and before choosing a standby to attempt to promote. Other steps leading up to promotion still occur, e.g. shutting down a primary database that can no longer be reached.

```ini
# Whether or not failover will happen automatically when the primary
Expand Down
Loading