Posts: 96
Joined: Feb 2018
Reputation:
0
im setting up a mysql server to interface with kodi for libary sync etc.
my question is this if for whatever reason the mysql server goes down is there an option to fall back to a local library ?
any help you can give me is most appreciated
ATB, Yoda
Posts: 14,208
Joined: Nov 2009
Reputation:
710
Klojum
Lost connection
Posts: 14,208
Kodi should fall back to the local database, but only after a lengthy timeout should MySQL be unavailable. The local and mysql databases will also likely have vastly different contents. So I'm not sure if having SQLite as a fallback/backup is all that realistic.
Posts: 14,208
Joined: Nov 2009
Reputation:
710
Klojum
Lost connection
Posts: 14,208
In other words: if you are using a MySQL database, the local SQLite database is not being automatically synced with the MySQL database. Or vice versa. As always you are yourself responsible for the 100& workings of your MySQL setup as well as backups of your data in case disaster strikes.
Posts: 96
Joined: Feb 2018
Reputation:
0
thanks guys thats what i wanted to know it, that's what i thought would happen glad to know kodi wouldn't just break and stop working