Percona Issues Warning Not to Upgrade MySQL Version After 8.0.37
Quick Report
Percona in their blog post issued strong warning not to upgrade MySQL version after 8.0.37. The upgrade may cause crash after restarting MySQL instance after adding large amount of tables.
At the moment, Percona is working on a fix for this issue and recommends not to upgrade to MySQL 8.0.37 until the issue is resolved. They created a JIRA ticket to track the progress of the fix after it was brought to attention by Jean-François Gagné bug report at MySQL bug tracker which is now marked private and not available for public view.
In short if you issue a restart of MySQL instance i.e docker instance after creating large amount of tables say 10,000 the mysql daemon fails to start and constantly crashes.
Source(s)
- Percona Blogs
- MySQL Bug Tracker