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

DM supports MySQL 8.0 GA #10405

Closed
lyzx2001 opened this issue Jan 2, 2024 · 2 comments · Fixed by #10415
Closed

DM supports MySQL 8.0 GA #10405

lyzx2001 opened this issue Jan 2, 2024 · 2 comments · Fixed by #10415
Assignees
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@lyzx2001
Copy link
Contributor

lyzx2001 commented Jan 2, 2024

Enhancement

Currently descring of DM as below:
Database version requirements
MySQL version 5.5 ~ 5.7
MySQL version 8.0 (experimental features)
As EOL of Aurora2 (MySQL5.7) is approaching, customer is considering if there is any way to migrate from Aurora3 (MySQL8.0) to TiDB for the future.

@lyzx2001 lyzx2001 added the type/enhancement The issue or PR belongs to an enhancement. label Jan 2, 2024
@lyzx2001
Copy link
Contributor Author

lyzx2001 commented Jan 2, 2024

/assign @lyzx2001

@lance6716 lance6716 transferred this issue from pingcap/tidb Jan 2, 2024
@dveeden
Copy link
Contributor

dveeden commented Jan 2, 2024

Looks like this might need to be updated:

// SupportedVersion defines the MySQL/MariaDB version that DM/syncer supports
// * 5.6.0 <= MySQL Version < 8.0.0.
var SupportedVersion = map[string]struct {
Min MySQLVersion
Max MySQLVersion
}{
"mysql": {
MySQLVersion{5, 6, 0},
MySQLVersion{8, 0, 0},
},
}

@lyzx2001 lyzx2001 changed the title DM supports MySQL 8.0 officially DM supports MySQL 8.0 GA Jan 5, 2024
ti-chi-bot bot pushed a commit that referenced this issue Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants