Does AWS DMS only support migration to brand new tables in the target DB?

0

We have a use case of migrating data from AWS DocumentDB to MySQL DB. In the target DB, we have an existing table where we want this ongoing migration to happen. Is this possible or does DMS only support migration to a brand new table in the target DB?

profile picture
KG
已提問 1 年前檢視次數 277 次
1 個回答
1

Per the documentation, there is no limitation on the target table in a MySQL database destination.

Some of the limitations that are present are:

  • The data definition language (DDL) statements TRUNCATE PARTITION, DROP TABLE, and RENAME TABLE.
  • Using an ALTER TABLE table_name ADD COLUMN column_name statement to add columns to the beginning or the middle of a table.
  • Aurora Serverless is available as a target for Amazon Aurora version 1.
  • Using an Aurora Reader endpoint.

Since it sounds like you are doing continuous replication, also take a look at the Ongoing replication task documentation.

已回答 1 年前

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

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

回答問題指南