-
-
Notifications
You must be signed in to change notification settings - Fork 624
Open
Labels
customer issuequestionFurther information is requestedFurther information is requestedreplicationsql serverIssues related to the built in SQL serverIssues related to the built in SQL server
Description
Our Dolt deployment architecture is as follows: We use the dolt-sql-server 1.79.1 image, deployed as a StatefulSet in Kubernetes. In this setup, dolt-0 serves as the primary node, and dolt-1 serves as the replica node. dolt-1 syncs data from the dolt-0 node. Applications connect directly to the dolt-0 node.
Now, suppose the dolt-0 node becomes unavailable. How can we automatically detect the failure of the primary node and automatically switch to the replica node without manual intervention, thereby achieving high availability for the database and applications?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
customer issuequestionFurther information is requestedFurther information is requestedreplicationsql serverIssues related to the built in SQL serverIssues related to the built in SQL server