I’m wondering on a simple way to delete old persistence, which is not needed anymore.
So I’m running openHAB for more than a decade and mostly on a mysql/mariadb persistence.
over the years I renamed, deleted or otherwise got rid of items. So the database consists of quite a few tables of items, which are no longer there.
is there a simple way of deleting old persistence? or do I need to manually check current items and truncate (or delete?) those tables, which are no longer needed?