We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
同步方向:mysql to mysql MySQL版本:8.0.29 dtle版本:dtle-ce-4.23.04.0
job配置信息【修改前】:
"Config": { "Gtid": "", "ReplicateDoDb": [{ "TableSchema": "test_file", "TableSchemaRename": "zw_test", "Tables": [{ "TableName": "file_store" }] }]
job配置信息【修改后,即增加了file_store_config表】:
"Config": { "Gtid": "", "ReplicateDoDb": [{ "TableSchema": "test_file", "TableSchemaRename": "zw_test", "Tables": [{ "TableName": "file_store" },{ "TableName": "file_store_config" }] }],
问题1:调整之后该如何通过命令的方式加载生效? 问题2:我通过图形化界面加载配置生效后,file_store_config表未在目标表创建,SkipCreateDbTable和DropTableIfExists均为默认值。
The text was updated successfully, but these errors were encountered:
目前不支持这种变更。 按目前代码行为,会按新的复制范围进行增量复制,不会进行表创建和全量复制。
Sorry, something went wrong.
No branches or pull requests
同步方向:mysql to mysql
MySQL版本:8.0.29
dtle版本:dtle-ce-4.23.04.0
job配置信息【修改前】:
job配置信息【修改后,即增加了file_store_config表】:
问题1:调整之后该如何通过命令的方式加载生效?
问题2:我通过图形化界面加载配置生效后,file_store_config表未在目标表创建,SkipCreateDbTable和DropTableIfExists均为默认值。
The text was updated successfully, but these errors were encountered: