AG instance not in sync

Chaitanya Kiran 841 Reputation points
2026-07-23T11:50:51.2733333+00:00

We have 8 databases in an instance. All 8 databases are members of Availability Group. On the secondary replica, the whole instance is not synchronizing . Could you please advise how to bring the secondary instance as synchronized

Thanks,

Chaitanya

SQL Server Database Engine

1 answer

Sort by: Most helpful
  1. Ben Miller-(DBADuck) 285 Reputation points MVP
    2026-08-21T00:13:15.9866667+00:00

    There are a lot of reasons this could be, but you will find the first clue in your Errorlogs. If you see disconnections regarding replicas, then you can have this happen. Check your Synchronization modes of your AG (Right Click on the Availability Group in SSMS and choose Properties and look at the Synchronization mode (Asynchronous or Synchronous).

    Another way to see is to right click on the Availability Group and choose Show Dashboard and see what the warnings are by seeing the Yellow ! and clicking on the link to see why it is not in sync.

    Another cause could be that something happened to the replica and it was offline or disconnected and log backups happened, so you would need to restore the logs to the secondary to catch it up to the primary.

    But the Dashboard and errorlogs should be a good help to find out what the deal is.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.