Transfer Kodi SQL watched state to new MariaDB installation

  • I want to use a new MariaDB installation on a new server for my Kodi SQL library database. I have set up the necessary configurations but want to copy the watched state of my video files from my current SQL databases to the new MariaDB databases. Can anyone advise how to achieve this?

  • You can dump the existing database and then import the dump to the new database before changing advancedsettings.xml to use the new DB location. There are lots of howto guides for dump/import on the internet. Most of them aren't discussing Kodi database migration but it's nothing Kodi specific.