Hi folks. I've been using MariaDB on an external NAS for a few years and would like to migrate back to SQLite3 to have everything contained within the HA host.
Is the best way to achieve this still this old MySQL to SQLite Python tool? Or is there a more up-to-date way to do it?
Home Assistant Community
There is also a command line tool to export a MariaDB/MySQL database to a new SQLite3 database. I’ve successfully used it today to migrate back to SQLite3, all data were migrated so short and long term statistics. I use Home Assistant Core installation. Steps should be as follow for Home Assistant OS: Using Terminal & SSH addon, connect a...