Request for Feedback: Proposal to Drop MySQL Support #2657
Closed
williamjallen
started this conversation in
General
Replies: 1 comment 11 replies
-
|
I'd be sad to lose MySQL, as that's what I'm using currently. I've never used Postgres, so it would it yet another thing to learn (if only there were more hours in the day!) If you do drop support, will you add some kind of database conversion script? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CDash currently supports a choice of MySQL or Postgres for the database backend. While Laravel abstracts away many of the basic differences, it is difficult or impossible to use more complex features which differ between these two database backends while ensuring a consistent experience for end users. Kitware is considering dropping support for MySQL starting in CDash 4.0, currently scheduled for April 2025. We believe that Postgres offers better performance for typical CDash workloads, as well as a better open source ecosystem. Given that CDash uses very few MySQL-specific features, pgloader is likely sufficient for migrating most CDash databases from MySQL to Postgres.
This discussion serves as a solicitation for user feedback regarding this proposal.
Beta Was this translation helpful? Give feedback.
All reactions