MySQL 5.6 to 8.0 upgrade questions.

I seem to have waited to long to perform this update and now I'm running into some issues. I'm trying to update from MySQL 5.6 to 8.0 and I find the upgrade path needs to be 5.6 -> 5.7 -> 8.0. Does anyone have any insight on how to perform this intermediate step? I use poudriere and when I attempt to make a jail to perform the step to 5.7 I get

Code:
[00:00:25] Warning: MOVED: databases/mysql57-server renamed to databases/mysql80-server

even though I have set
Code:
DEFAULT_VERSIONS+=mysql=5.7

in the make.conf for the jail and have set "databases/mysql57-server" in my 'poudriere-list' file. I am doing this in the course of updating FreeBSD from 12.3 -> 13.3 as well. Is there any way to manually update to 5.7? Any help is appreciated!


*ETA
From what I can find it looks like I'll have to be going the MySQL logical upgrade path.
 
Back
Top