1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
The prechecks fail because there is a usage of a reserved keyword query in the body of the procedure mysql.flush_rewrite_rules
This is a bug and fixed in 8.0.31 <The upgrade checker utility did not detect reserved words in stored routines. (Bug #33866437)> .
Please try upgrade to 8.0.31 or higher version.
Please note that error can be ignored and the upgrade can be completed with no detrimental effects.
Additional information can be found here: [+] Changes in MySQL Shell 8.0.31 (2022-10-11, General Availability): https://dev.mysql.com/doc/relnotes/mysql-shell/8.0/en/news-8-0-31.html
If you prefer to upgrade to 8.0.28 only, There are 2 ways to consider,
- Contact support to drop the procedure to proceed with the upgrade.
- Dump the databases from 5.7.44 and load on 8.0.28 version.
answered 2 years ago
Relevant content
- AWS OFFICIALUpdated 5 months ago
