Mariadb gets corrupted logpoints upon restore of snapshot

Lately it seems that every time I restore a snapshot, my mariadb gets torqued with an invalid checkpoint message like this:

2021-12-03 13:50:15 0 [ERROR] InnoDB: Missing MLOG_CHECKPOINT at 4983636103 between the checkpoint 4983321301 and the end 4983635968.

So far, my only solution to this is to go into the container and delete the ib_logfilex files, then restart the server at which point it throws a lot of errors, but the server comes up and allows me to export the tables via mysqldump. Then I store those in persistent storage, uninstall the add-on, re-install the add-on and re-import my data which takes forever.

I’m frustrated as to why restoring a snaphot is doing this and I want to know if there’s a better way to resolve it.