Supported MySQL DB versions in TeamCity 6.5
I read this:
Unsupported MySQL versions
Due to bugs in MySQL TeamCity no longer supports MySQL versions in range 5.1 - 5.1.48. TeamCity won't start with appropriate message if unsupported MySQL version is detected. Please upgrade your MySQL server to version 5.1.49 or later.
in: http://confluence.jetbrains.net/display/TCD65/Upgrade+Notes
I'm not clear about the meaning of this. Does this mean that you still support older versions of MySQL just not 5.1 - 5.1.48?
Specifically:
We use MySQL 5.0.77. Will TeamCity 6.5 work with this version?
Thanks,
-Dave
Please sign in to leave a comment.
yes, as noted in Supported Platforms and Environments, we support MySQL 5.0.33 and later
Thanks, Michael. Since those who are upgrading aren't likely to read system requirements but would instead look at upgrade requirements, it would be clearer if you changed this to something like:
Unsupported MySQL versions
Due to bugs in MySQL TeamCity no longer supports MySQL versions in range 5.1 - 5.1.48. TeamCity won't start properly if an unsupported MySQL version is detected. Please upgrade your MySQL server to version 5.1.49 or later if you use one of these versions. Older versions of MySQL are still supported as specified in: http://confluence.jetbrains.net/display/TCD65/Supported+Platforms+and+Environments.
-Dave