Forum Discussion
Charleswolff
Mar 21, 2024Copper Contributor
Moving SQL Server 2017 from GDR Path to CU Path
Hello everyone, I have been scouring the internet and am not able to find the answer I need so I turn to you for assistance. Here is the situation, we have an AG set up on SQL Server 2017. Cu...
olafhelper
Mar 22, 2024Bronze Contributor
Charleswolff you "move" to a newer build version, by simply installing the latest available CU.
CU = "Cummulative Update" and that mean, it includes all previous updates.
See Microsoft SQL Server Versions List (sqlserverbuilds.blogspot.com)
olafhelper
Mar 22, 2024Bronze Contributor
BTW, in a cluster patch first the passive node, then perform a manually failover and then patch the other node.