User Tools

Fix Corrupt SQLite Database

Stop the Jellyfin Docker
Open the Unraid console
Navigate to /mnt/user/appdata/jellyfin/data/data

Verify the correct database with an integrity check:

sqlite3 library.db "PRAGMA integrity_check"

Run the following commands:

sqlite3 library.db ".recover" | sqlite3 new.db
mv library.db ./library.db.OLD
mv new.db ./library.db
chown nobody:users library.db
chmod 777 library.db

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information