Introduction
Automatic failover helps keep your database working even if one server stops. It switches to a backup server without you needing to do anything.
When you want your app to keep working even if a database server crashes.
When you have multiple database servers and want one to take over if the main one fails.
When you want to avoid downtime during server problems.
When you want your database to be reliable and always available.
When you want to protect your data by having copies on different servers.