What happens to a DMS job when a SQL Server AG fails over?

0

I have a customer who is planning a migration from on-prem SQL-Server to EC2 SQL Server using DMS. They want to know what will happen in the event the SQL Server AG fails over (on-prem to on-prem failover in event of HW failure for example) while DMS is running to sync data to AWS. Details on what will happen appreciated - customer DBA manager would like to know more than a "it'll be fine" type answer if possible.

AWS
已提問 4 年前檢視次數 772 次
1 個回答
0
已接受的答案

If you specify the Domain Name Service (DNS) name or IP address that was configured for the Availability Group Listener. In the event of AG failover, the new secondary will becomes as source instance for DMS and replication continues.

To use AlwaysOn Availability Groups as a source in AWS DMS, do the following:

  1. Enable the Distribution option on all SQL Server instances in your Availability Replicas.

  2. In the AWS DMS console, open the SQL Server source database settings. For Server Name, specify the Domain Name Service (DNS) name or IP address that was configured for the Availability Group Listener.

It is indicated in our documentation below link:

https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html#CHAP_Source.SQLServer.AlwaysOn

管理員
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南