• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: Malformed Jellyfin Database

     
    • 0 Vote(s) - 0 Average

    SOLVED: Malformed Jellyfin Database

    Malformed Jellyfin Database
    Winthryth
    Offline

    Junior Member

    Posts: 14
    Threads: 2
    Joined: 2024 May
    Reputation: 1
    Country:United States
    #12
    2025-03-17, 10:41 PM
    I was able to fix my database without having to restore form the backup! Running

    sudo sqlite3 library.db .dump
    sudo sqlite3 jellyfin.db .dump

    on a copy of my current database files revealed that my library.db had errors via the final line "ROLLBACK; -- due to errors"

    From https://stackoverflow.com/questions/5274...-malformed I ran the below script on both library.db and jellyfin.db

    #!/bin/bash
    cat <( sqlite3 "$1" .dump | grep "^ROLLBACK" -v ) <( echo "COMMIT;" ) | sqlite3 "fix_$1"


    and resorted them both both to /var/lib/jellyfin/data/ . I also deleted any .bak, db-shm and db-wal file I found for each database. Upon restarting jellyfin all of my data seems to be preserved and "Scan Media Library" and "Extract Chapter Images" tasked completed without errors.

    Thank you for all your help TheDreadPirate!
    1
    1
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Malformed Jellyfin Database - by Winthryth - 2025-03-15, 12:40 AM
    RE: Malformed Jellyfin Database - by TheDreadPirate - 2025-03-15, 02:18 AM
    RE: Malformed Jellyfin Database - by Winthryth - 2025-03-15, 01:12 PM
    RE: Malformed Jellyfin Database - by TheDreadPirate - 2025-03-16, 03:39 PM
    RE: Malformed Jellyfin Database - by Winthryth - 2025-03-16, 05:07 PM
    RE: Malformed Jellyfin Database - by Winthryth - 2025-03-16, 05:07 PM
    RE: Malformed Jellyfin Database - by TheDreadPirate - 2025-03-16, 07:39 PM
    RE: Malformed Jellyfin Database - by Winthryth - 2025-03-16, 08:25 PM
    RE: Malformed Jellyfin Database - by TheDreadPirate - 2025-03-16, 09:34 PM
    RE: Malformed Jellyfin Database - by Winthryth - 2025-03-16, 09:41 PM
    RE: Malformed Jellyfin Database - by TheDreadPirate - 2025-03-17, 02:21 AM
    RE: Malformed Jellyfin Database - by Winthryth - 2025-03-17, 10:41 PM
    RE: Malformed Jellyfin Database - by Ike - 2025-06-01, 08:00 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode