github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/tests/gtid/conf/dm-task.yaml (about)

     1  ---
     2  name: test
     3  task-mode: all
     4  is-sharding: false
     5  clean-dump-file: false
     6  
     7  target-database:
     8    host: "127.0.0.1"
     9    port: 4000
    10    user: "root"
    11    password: ""
    12  
    13  mysql-instances:
    14    - source-id: "mysql-replica-01"
    15      block-allow-list:  "instance"
    16  
    17    - source-id: "mysql-replica-02"
    18      block-allow-list:  "instance"
    19  
    20  black-white-list: # compatible with deprecated config
    21    instance:
    22      do-dbs: ["gtid"]
    23