0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

DMSでDB移行の際に勝手にデータ型が変わった問題

Posted at

DMSでDB移行の際に勝手にデータ型が変わった問題

ソースDBの text(2^16 -1) をAurora MySQLに反映すると勝手に mediumtext に変換されて、DMSの型変換が発生してしまい、データ移行に失敗してしまう問題に関しては、
MySQL data types と AWS DMS data typesの差異問題です。

ドキュメント
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?