alibaba / otter

阿里巴巴分布式数据库同步系统(解决中美异地机房)
Apache License 2.0
8.08k stars 2.49k forks source link

otter 同步出错。。A同步B, A中有zcm_bak库,B中zcm_bak库没有,显示报错 #671

Open tomlinux opened 5 years ago

tomlinux commented 5 years ago

错误信息如图: image 数据库表管理如图: image canal编辑如下,B数据本身没有数据库和表,难道otter 不会主动定位,未免太不智能了。单表测试没有问题。 image cannel管理 image

tomlinux commented 5 years ago

能否科普下rds数据库=>ECS数据库,需要开启TSDB,填下rds accesskey,rds secretkey,rds instanceId吗? 会自动定位吗?rds 有数据库test 通过otter 同步到ECS自建数据库 会自己创建test吗,还是需要人工创建,是否支持ddl? image

agapple commented 5 years ago

支持DDL, 设置rds ak/sk可以读取历史oss里的binlog

tomlinux commented 5 years ago

支持DDL, 设置rds ak/sk可以读取历史oss里的binlog

好的。自建的mysql数据库话还是需要mysqldump 或者xtrabackup取出postion 在otter填写才能同步的吧?如果数据量很大就比较尴尬了。