Skip to content
New issue

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

Update the description about DM collation_compatible config #8094

Merged
merged 4 commits into from
Jan 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dm/task-configuration-file-full.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ case-sensitive: false # schema/table 是否大小写敏感
online-ddl: true # 支持上游 "gh-ost" 、"pt" 的自动处理
online-ddl-scheme: "gh-ost" # `online-ddl-scheme` 在未来将会被弃用,建议使用 `online-ddl` 代替 `online-ddl-scheme`
clean-dump-file: true # 是否清理 dump 阶段产生的文件,包括 metadata 文件、建库建表 SQL 文件以及数据导入 SQL 文件
collation_compatible: "loose" # 同步 Create 语句中缺省 Collation 的方式,可选 "loose" 和 "strict",默认为 "loose","loose" 模式不会同步上游缺省的 Collation,"strict" 会进行同步,但需要注意,如果使用 "strict" 模式,但下游不支持上游缺省的 Collation 时,下游可能会报错。
WizardXiao marked this conversation as resolved.
Show resolved Hide resolved

target-database: # 下游数据库实例配置
host: "192.168.0.1"
Expand Down