1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
1
Hi, I'm sorry it's not really an answer on why the upgrade is not succeeding (hard to say without looking into the instance specifics), but I hope this suggestion helps you achieve your objective:
If I were you, I'd
- take a backup of the RDS MySQL 5.7 instance
- restore it to a test 5.7 instance
- save/dump the code of the view (and any other non-table object that is listed in the pre-patch compatibility log) for later
- drop the object(s)
- attempt the upgrade to 8.0
- recreate the object(s) in 8.0
- test that your code and application works as it should
This way, it is possible to both bypass any mistakenly flagged requirements in the pre-upgrade validation, and to make sure that the objects/code are compatible with 8.0.
Then, later, when upgrading your production instance, just do the same drop/upgrade/recreate steps.
Contenido relevante
- OFICIAL DE AWSActualizada hace 7 meses
- OFICIAL DE AWSActualizada hace 6 meses
- OFICIAL DE AWSActualizada hace 9 meses
- OFICIAL DE AWSActualizada hace 3 años