2023-11-13, 02:42
Up until recently I was running Kodi (Omega) with a MariaDB backend on Windows. A few weeks ago I set up an unraid server and am looking to move the backend there. I've installed the official MariabDB docker but ran into a snag when trying to transfer the databases. First, I exported the current databases which under MariaDB windows are (note the capitalization):
"myvideos122" and "mymusic83".
I imported the resulting SQL dump into the docker MariaDB without a hitch. However, when I pointed my (Windows) Kodi at the new DB via advanced settings it told me that all libraries were empty. Checking docker MariaDB I noticed that Kodi had actually created additional new databases called (note the capitalization):
"MyVideos122" and "MyMusic83".
This is obviously a huge problem and I would ask the devs to alter the create code to make the database names coherent across all OS platforms = all lowercase. Thanks in advance!
"myvideos122" and "mymusic83".
I imported the resulting SQL dump into the docker MariaDB without a hitch. However, when I pointed my (Windows) Kodi at the new DB via advanced settings it told me that all libraries were empty. Checking docker MariaDB I noticed that Kodi had actually created additional new databases called (note the capitalization):
"MyVideos122" and "MyMusic83".
This is obviously a huge problem and I would ask the devs to alter the create code to make the database names coherent across all OS platforms = all lowercase. Thanks in advance!