DM Configuration Migration Task Fails to Ignore Table

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: dm配置迁移任务忽略表不成功

| username: TiDBer_FMWXa7ja

【TiDB Usage Environment】Production Environment / Testing / PoC
【TiDB Version】6.5
【Reproduction Path】
【Encountered Problem: DM configuration migration task, ignoring table not successful
【Resource Configuration】
【Attachment: Screenshot/Log/Monitoring】

| username: TI表弟 | Original post link

What is h? h.*?

| username: TiDBer_FMWXa7ja | Original post link

Is it incorrect to write tables starting with ‘h’ like this?

| username: WalterWj | Original post link

How about removing it? :thinking:

| username: TiDBer_FMWXa7ja | Original post link

It seems to work after removing it. Another question, if I want to ignore multiple specific table names under the same database, how should I write it?

| username: WalterWj | Original post link

- db-name:xxxx
  tbl-name: xxx
- db-name:xxxx1
  tbl-name: xxx1
- db-name:xxxx2
  tbl-name: xxx2
- db-name:xxxx3
  tbl-name: xxx3

Just keep copying and pasting down, right? I understand, you can test it.

| username: TiDBer_FMWXa7ja | Original post link

This method works, but it feels a bit clumsy. There are probably better ways to write it. :slightly_smiling_face:

| username: wzf0072 | Original post link

  • db-name:xxxx
    tbl-name: aaa
    tbl-name: aab
    tbl-name: aac
    tbl-name: aad
| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.