Hi, I use the SQLLite database to create external reports on stored media data. Today I see .db-wal (write-ahead logs) file with the plex.db file.
I'm not sure that 1) I have seen this before, and 2) it is preventing me from opening the .db for ad-hoc query. (I normally copy the .db file and work on that, not the "live" database)
Can anyone tell me whether write-ahead logs are normal in Plex and the best strategy for unlocking the db for ad-hoc queries? As an additional piece of info, Plex media server is working OK..
Hi, I use the SQLLite database to create external reports on stored media data. Today I see .db-wal (write-ahead logs) file with the plex.db file.
I'm not sure that 1) I have seen this before, and 2) it is preventing me from opening the .db for ad-hoc query. (I normally copy the .db file and work on that, not the "live" database)
Can anyone tell me whether write-ahead logs are normal in Plex and the best strategy for unlocking the db for ad-hoc queries? As an additional piece of info, Plex media server is working OK..
Many thanks,
James
That is what I do as well but always shut down Plex Media Server before copying the .db file out
I do not worry about the wal file as I presume it just means that my query will not get the latest info with a few updates may still be in the wal file. Not been an issue for me