Database XA crash recovery after upgrade

I’m running Nextcloud in a TrueNAS Jail and it works great until I try to do something dumb like update the backend of the jail. I think I’ve gotten all the packages installed that I need but I can’t get mysql to run without dying almost immediately. I’m seeing something about a XA crash recovery, something I’ve never heard of, and I’m not sure how to move forward on this. Anyone know how to fix this?

2021-11-16T05:18:19.6NZ mysqld_safe mysqld restarted
2021-11-16T05:18:19.891665Z 0 [Warning] [MY-011068] [Server] The syntax 'slave_load_tmpdir' is deprecated and will be removed in a future release. Please use replica_load_tmpdir instead.
2021-11-16T05:18:19.891711Z 0 [Warning] [MY-011069] [Server] The syntax '--master-info-repository' is deprecated and will be removed in a future release.
2021-11-16T05:18:19.891736Z 0 [Warning] [MY-011069] [Server] The syntax '--relay-log-info-repository' is deprecated and will be removed in a future release.
2021-11-16T05:18:19.891786Z 0 [Warning] [MY-011068] [Server] The syntax 'expire-logs-days' is deprecated and will be removed in a future release. Please use binlog_expire_logs_seconds instead.
2021-11-16T05:18:19.891913Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it' is deprecated and will be removed in a future release.
2021-11-16T05:18:19.895567Z 0 [System] [MY-010116] [Server] /usr/local/libexec/mysqld (mysqld 8.0.26) starting as process 93481
2021-11-16T05:18:19.983131Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2021-11-16T05:18:21.443523Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
2021-11-16T05:18:21.905812Z 0 [System] [MY-010229] [Server] Starting XA crash recovery...
2021-11-16T05:18:21.925498Z 0 [System] [MY-010232] [Server] XA crash recovery finished.
2021-11-16T05:18:22.072028Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1 is enabled for channel mysql_main
2021-11-16T05:18:22.072711Z 0 [Warning] [MY-013746] [Server] A deprecated TLS version TLSv1.1 is enabled for channel mysql_main
2021-11-16T05:18:22.076009Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2021-11-16T05:18:22.076833Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
2021-11-16T05:18:22.242426Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /tmp/mysqlx.sock
2021-11-16T05:18:22.242706Z 0 [System] [MY-010931] [Server] /usr/local/libexec/mysqld: ready for connections. Version: '8.0.26'  socket: '/tmp/mysql.sock'  port: 3306  Source distribution.

Thanks!