AWS DMS 任务失败

Eya*_*mon 5 postgresql data-migration amazon-web-services amazon-rds aws-dms

使用 DMS 时遇到一些问题 - 任务选择规则配置错误(我猜)

在创建的源端点和目标端点之间测试 2 个小型 rds postgres 实例,创建复制实例
(测试连接成功)

The task i run keeps failing : 
" Last Error No tables were found at task initialization. 
Either the selected table(s) or schemas(s) no longer exist or no match was found for the table selection pattern(s)."
Run Code Online (Sandbox Code Playgroud)

模式:pg_catalog、information_schema、public

我只想复制一个名为 test_db 的数据库

我应该在选择规则中使用什么?

在此输入图像描述

小智 0

您可以将 testDB 作为架构传递。

“规则”:[{“规则类型”:“选择”,“规则ID”:“1”,“规则名称”:“1”,“对象定位器”:{“模式名称”:“ test_db", "表名": "%" }, "规则操作": "包含" }]