1 個回答
- 最新
- 最多得票
- 最多評論
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.
相關內容
- AWS 官方已更新 9 個月前
- AWS 官方已更新 2 年前