High availability and automatic failover

  • Hello,

    I implemented a solution using availability groups with two replica (primary and secondary).
    in automatic failover mode, and synchronous validation.
    I created a list to allow access to client applications.

    the cluster is operational on the primary replica, I performed a test to simulate the failover by stopping the SQL SERVER instance on the primary,
    failover is successfully completed on the secondary, and then I tried to re-enable the SQL SERVER instance on the primary, but the cluster still remains on the secondary.

    is there way that the failover is done automatically on the primary server after recovery of the instance.

    Regards,

  • That's expected behaviour. There's no designated, permanent "primary" replica, just whatever is primary right now. It's working correctly.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply