1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
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.
Conteúdo relevante
- AWS OFICIALAtualizada há 2 anos
- AWS OFICIALAtualizada há 10 meses