instedd / verboice

Open source toolkit for voice services; with special focus to the needs of medium- and low-income countries, scalable services, and interacting with vulnerable populations
http://verboice.instedd.org/
GNU General Public License v3.0
43 stars 18 forks source link

Support newer MySQL versions #897

Closed matiasgarciaisaia closed 4 months ago

matiasgarciaisaia commented 2 years ago

Verboice is using MySQL 5.6 in production, which is getting deprecated by AWS RDS.

We should ensure that Verboice supports migrating to at least MySQL 5.7. Supporting MySQL 8.0 would be best.

matiasgarciaisaia commented 2 years ago

We are already using MySQL 5.7 in both development & staging, and a customised version of MySQL 5.7 for all Surveda instances - so there's a really good chance we already support MySQL 5.7 just right.

matiasgarciaisaia commented 6 months ago

AWS RDS is dropping support for MySQL 5.7 on February 29th.

We should upgrade Guisso to ensure it works with MySQL 8+, in order to be able to migrate the production DB.

ysbaddaden commented 6 months ago

Oh my.