Corrupted db files after 2.1.0 #1129
-
Unable to start Jellyseerr after upgrading to 2.1.0. Currently running in a docker container, Jellyfin is working as expected and seeing the following in the Jellyseer logs:
I took a look into the db folder and the files (db.sqlite3, db.sqlite3-shm, db.sqlite3-wal) are filled with garbage data (See screenshot below) What's the recommended action here? Delete all the files in the db folder or is there a better action here? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Its not a database corruption. Logs literally states what to do. To add a jellyfin apikey into the jellyfin block of SETTINGS.JSON. And you cant ofcourse view a database through a text editor. It should be viewed using sqlite3. Its not a text file. settings.json is a text file. The migrations were for that. In the logs it states what to do. If you find it difficult, you can backup settings.json and then delete settings.json and go through the steps and you should have the apikey added with your old data. |
Beta Was this translation helpful? Give feedback.
-
Got it, thank you for the help! The error logging is very accurate, should've spent more time reading and testing. Thanks! |
Beta Was this translation helpful? Give feedback.
Its not a database corruption. Logs literally states what to do. To add a jellyfin apikey into the jellyfin block of SETTINGS.JSON.
And you cant ofcourse view a database through a text editor. It should be viewed using sqlite3. Its not a text file. settings.json is a text file. The migrations were for that. In the logs it states what to do. If you find it difficult, you can backup settings.json and then delete settings.json and go through the steps and you should have the apikey added with your old data.