Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 84005

Downgrading from beta 13.x to release 12.2 - which database versions match 12.2?

$
0
0
Hi all,

After installing release XBMC on my Android device, I decided to bring my desktop back to the release version also (I'd tried a nightly and it failed to launch on my Android device).

Right now I have databases:
Code:
mysql> show databases like 'xbmc%';
+------------------+
| Database (xbmc%) |
+------------------+
| xbmc_music       |
| xbmc_music18     |
| xbmc_music32     |
| xbmc_music33     |
| xbmc_video       |
| xbmc_video60     |
| xbmc_video75     |
+------------------+
7 rows in set (0.00 sec)
Which ones correspond to XBMC version 12.2? This way I can delete the newer ones for the beta versions such that when a release upgrade happens, I don't get landed with an old copy of the database.

Launching XBMC in temporary account without advancedsettings, I notice that the SQLite databases MyMusic32.db and MyVideos75.db get created
Code:
.xbmc/userdata/Database# ls My*
MyMusic32.db  MyVideos75.db
... so I'm assuming this corresponds with xbmc_music32 and xbmc_video75 in MySQL respectively.

More generally, is there a page that documents app version to database schema version?

Viewing all articles
Browse latest Browse all 84005

Trending Articles