Configuration changes to MariaDB after 0.114?

I seem to have lost access to my MariaDB instance on home assistant. I’ve been using the add-on for quite sometime, but after upgrading from 0.113.2 to 0.114.3, I am unable to see any history for any devices and both logbook and history are gone from the main web interface.

looking in the log, I see several of these:

20-08-26 18:24:39 ERROR (SyncWorker_2) [supervisor.docker] Can't create container from addon_core_mariadb: 404 Client Error: Not Found ("No such image: homeassistant/armv7-addon-mariadb:2.2.1")

and

20-08-26 12:28:52 WARNING (MainThread) [supervisor.addons.addon] Add-on core_mariadb new schema is not compatible
20-08-26 12:28:52 WARNING (MainThread) [supervisor.misc.tasks] Add-on core_mariadb will be ignored, schema tests fails

and

2020-08-26 11:34:22 ERROR (Recorder) [homeassistant.components.recorder] Error during connection setup: (MySQLdb._exceptions.OperationalError) (2005, "Unknown MySQL server host 'core-mariadb' (-3)")

I also cannot start the MariaDB service. I’m gathering that something happened to it during the upgrade, and the component isn’t even there anymore.

Ideally i’d like to keep my history, but if I am unable to, I’d be happy with just recreating the DB and such.

thanks in advance.