Database Configuration for DR SharePoint Server 2019

Sajith Gopalakrishnan Hema 1,056 Reputation points
2021-02-18T10:00:19.647+00:00

SharePoint 2019 Farm consists of two SharePoint Servers using Always On High Availability. Now DR Farm needs to be configured in another location. Is it possible to use another replica of Always On High availability Group ? Or Stand Alone SQL Server ? What is recommended ?

If we are using Stand Alone SQL Server 2017, what is the best option for data replication ?

Microsoft 365 and Office | SharePoint Server | For business
SQL Server | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Sean Gallardy - MSFT 1,901 Reputation points Microsoft Employee
    2021-02-18T13:03:10.397+00:00

    Is it possible to use another replica of Always On High availability Group ?

    Yes for the databases, but SharePoint requires the setup of a new farm on the DR side IIRC where you import the sites in the databases (I can't remember if this changed or not).

    If we are using Stand Alone SQL Server 2017, what is the best option for data replication ?

    If you're looking for a purely SQL Server solution, then I would do as you've already stated and look into using availability groups.

    0 comments No comments

  2. trevorseward 11,711 Reputation points
    2021-02-19T00:57:59.473+00:00

    You should add an asynchronous node as your 3rd leg. As for the stand alone question, you can use SQL Mirroring, though that is considered deprecated with AOAG as the replacement.

    I'd recommend looking through https://learn.microsoft.com/en-us/sharepoint/administration/high-availability-and-disaster-recovery-concepts. SharePoint and DR is a complicated subject with various pitfalls.

    0 comments No comments

Your answer

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