I have an external MySQL instance that I want to replicate to Google Cloud SQL. I have all that working, but recently we hit a very specific bug in our version (MySQL 5.7.18) which has been fixed in 5.7.21.
Can someone explain to me how versioning and upgrades are done on Cloud SQL? Does it automatically perform upgrades of minor versions? Furthermore, which exact version of MySQL is running in Cloud SQL for MySQL 5.7?
If Google Cloud SQL deals with all the upgrading, I'm inclined to try to force my company to move the in house database to Google Cloud since the only reason the database is in house is due to legacy and historical reasons.