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

dev/how-to/get-started: Add information about "flavor" setting to data-migration.md #1169

Merged
merged 1 commit into from May 23, 2019

Conversation

kolbe
Copy link
Contributor

@kolbe kolbe commented May 23, 2019

No description provided.

Copy link
Contributor

@morgo morgo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -227,6 +227,8 @@ password = ""
port = 3307
```

The `flavor` option should be set to `"mysql"` (the default) if migrating from MySQL Server, Percona Server, Percona XtraDB Cluster, or Amazon Aurora or RDS. If migrating from MariaDB Server or MariaDB (Galera) Cluster, use `flavor = "mariadb"` (only MariaDB versions greater than 10.1.2 are supported).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about:

  • If you migrate from MySQL Server, Percona Server, Percona XtraDB Cluster, or Amazon Aurora or Amazon RDS to TiDB, use flavor = "mysql" , which is the default option.
  • If you migrate from MariaDB Server or MariaDB Galera Cluster to TiDB, use flavor = "mariadb".
    ** Note: ** DM supports MariaDB versions later than 10.1.2 only.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that's needlessly verbose and confusing, actually. Do you really object so strenuously to the single-paragraph style I used?

@QueenyJin QueenyJin merged commit 5390157 into pingcap:master May 23, 2019
@CaitinChen CaitinChen changed the title Added information about "flavor" setting to data-migration.md dev/how-to/get-started: Add information about "flavor" setting to data-migration.md May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants