roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

Remove Legacy MySQL Code and Configuration

Open aaronskiba opened this issue 1 year ago • 1 comments

Please correct me if I'm wrong, but it appears that all app instances based off of DMPRoadmap have transitioned to PostgreSQL. If so, then it should be in our best interest to remove all legacy MySQL code / configuration and fully transition to PostgreSQL. This work includes:

  • [ ] Removing any MySQL gems
  • [ ] Disabling the MySQL workflow (https://github.com/DMPRoadmap/roadmap/actions/workflows/mysql.yml) and corresponding file(s)
  • [ ] Removing any MySQL-specific configurations (e.g. database.yml)
  • [ ] Removing any code that is specific to MySQL queries or features
  • [ ] Updating the documentation to remove any mentions of MySQL

aaronskiba avatar Oct 31 '24 20:10 aaronskiba

Closing this issue for now. I think was mistaken; at least one project branched off this repo is in fact using MySQL (https://github.com/CDLUC3/dmptool). An alternate issue to fix the MySQL GitHub Actions that is failing to execute properly should be addressed instead.

aaronskiba avatar Feb 06 '25 22:02 aaronskiba