Share via

Patching issue in SharePoint with SQL Basic always on environment

Nur Hossain 282 Reputation points
2023-03-16T06:22:14.4933333+00:00

We have SharePoint 2019 in MS SQL server Basic Always On cluster.

we are facing issues like when we need to be patching in SharePoint server.

needs to remove secondary SQL node from SQL basic always on cluster and re-add after patching.

Is there any idea?

Thank You

Nur Hossain

Microsoft 365 and Office | SharePoint Server | For business
SQL Server Integration Services
Microsoft 365 and Office | SharePoint | For business | Windows
SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


Answer accepted by question author

Seeya Xi-MSFT 16,676 Reputation points
2023-03-16T07:33:12.4733333+00:00

Hi @Nur Hossain,

Yes, there is a way to minimize downtime during patching in SharePoint 2019 with SQL Server Basic Always On cluster.

One approach is to use an approach called "rolling upgrade" or "rolling patching." In this approach, you patch one server at a time, starting with the secondary node, which can be removed from the SQL Server Basic Always On cluster, patched, and then added back to the cluster. Once the secondary node is patched and added back to the cluster, you can failover the cluster to make the secondary node the primary node, and then repeat the process for the previous primary node.

Please refer to MS document:

https://learn.microsoft.com/en-us/windows-server/failover-clustering/cluster-operating-system-rolling-upgrade

User's image

Best regards,

Seeya


If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

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.