Upgrade Windows SQL standard edition to 15

0

We should upgrade the standard Microsoft sql server instance from 2017 version to 2019 version. What is the best procedure to follow in order not to lose data

asked a year ago208 views
1 Answer
0

If you are running SQL Server on EC2 then the recommended way is to launch a new SQL Server instance and migrate the databases to it. This can be as simple as detaching the data volumes from the old instance and re-attaching to the new instance. There are many considerations around High Availability, SQL Agent, Clustering etc which need to be taken into account when designing your upgrade path. This article from Microsoft does a good job of explaining the different methodologies i.e. in-place vs new instance vs rolling upgrade:

https://learn.microsoft.com/en-us/sql/database-engine/install-windows/choose-a-database-engine-upgrade-method?view=sql-server-ver15

profile pictureAWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions