The database instance we are using (MySQL 5.7) is slated for end-of-life in October 2023, at which point Amazon AWS will no longer support it. Rather than wait until the last minute, I am going to try to be proactive and move to a new database -- hopefully to one with many years of support life ahead.
So in about three hours from now, I'll be taking the MV database offline, making a final copy, and migrating from MySQL 5.7 to MariaDB 10.6. I'll also be moving from an Intel processor to an ARM processor in the process.
I've done a dry run of this conversion, and it went reasonably well. I noticed a single database query that was much less efficient on the new database, but was able to apply some key hinting that brought it into line with the older database. There may still be more of those issues, but the mainstream functions of the forum -- the pages we all visit the most -- seem to be behaving identically to the old database.
The whole process will take about an hour, but I am ballparking. If all goes well, it will be less than an hour. If I have to do the conversion more than once, it could go longer. Hopefully not.
Counting down...
⚠️ Last edited by jess on UTC; edited 1 time