fix_corrupt_sqlite_database
This is an old revision of the document!
Fix Corrupt SQLite Database
Stop the Jellyfin Docker
Open the Unraid console
Navigate to /mnt/user/appdata/jellyfin/data/data
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
fix_corrupt_sqlite_database.1724340905.txt.gz · Last modified: 2024/08/22 15:35 by deftesprit