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

질문됨 일 년 전217회 조회
1개 답변
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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠