Kodi Community Forum
central database with different versions - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: central database with different versions (/showthread.php?tid=204929)



central database with different versions - sharkyenergy - 2014-09-22

Hello everybody

i have a raspbmc and a openelec installation on my system in two different rooms.

i do also have a centralized nas.

top awsomeness would be to use a single centralized SQLITE file on that centralized harddrive. is that possible?
an alternative could be a online mysql database, and the last alternative would be a local mysql setup.

so, what could i do? is it a problem that the two rasp have different distributions? (but both on frodo)

thanks

best regards

Igor


RE: central database with different versions - popcornmix - 2014-09-22

sqlite can't be shared.
mysql sounds like the best solution. You may be able to run it on your nas.

Mixing openelec/raspbmc should be fine if they are both on same version.


RE: central database with different versions - sharkyenergy - 2014-09-22

thanks! is a online mysql ok too? or does it have to be on the same lan?


RE: central database with different versions - popcornmix - 2014-09-22

(2014-09-22, 16:18)sharkyenergy Wrote: thanks! is a online mysql ok too? or does it have to be on the same lan?

I have no experience of mysql not being on the same lan. I imagine it would slow it down somewhat.