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 vtgate advertised mysql version #11965

Closed
harshit-gangal opened this issue Dec 14, 2022 · 0 comments · Fixed by #11989
Closed

Update vtgate advertised mysql version #11965

harshit-gangal opened this issue Dec 14, 2022 · 0 comments · Fixed by #11989

Comments

@harshit-gangal
Copy link
Member

harshit-gangal commented Dec 14, 2022

Currently, VTGate advertises 5.7.9 as the MySQL version to the clients.
The MySQL 5.7 version is going EOL in October 2023.
Mysql 8.0 was launched in April 2018 and it has been 4+ years. Any new installations are happening on the 8.0 versions. There are some MySQL clients/frameworks that rely on VTGate's advertised MySQL version.

In Vitess CI, we have also upgraded our environments to use the latest version of MySQL (8.0.31 released in October 2022).

The plan is to upgrade the advertised version to 8.0.31 and old installations can change the default by providing the mysql_server_version flag on the VTGate.

@systay systay added Type: Announcement and removed Type: RFC Request For Comment labels Jan 3, 2023
@systay systay changed the title RFC: Update vtgate advertised mysql version Update vtgate advertised mysql version Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants