Server Version# 1.14.1.5488:
I created a fresh plex install using docker. I did not install any third party plugins, just added the 3 libraries (tv, movie, music), and after a few days the dashboard for all 3 libraries says “There was an unexpected error loading the dashboard Please visit our forums if you continue to experience problems”
I ran sqlite3 “com.plexapp.plugins.library.db” “PRAGMA integrity_check” and it returned OK
These are the last 4 lines of the server log
Mar 24, 2019 22:35:43.874 [0x145eb99e5700] ERROR - SQLITE3:0x10, 11, database corruption at line 59557 of [fc49f556e4]
Mar 24, 2019 22:35:43.874 [0x145eb99e5700] ERROR - SQLITE3:0x10, 11, statement aborts at 44: [insert into statistics_bandwidth (account_id,device_id,timespan,at,lan,bytes) values (:statistics_bandwidth_account_id,:statistics_bandwidth_device_id,:statistics_bandwidth_timespan,:s
Mar 24, 2019 22:35:43.874 [0x145eb99e5700] ERROR - Exception inside transaction (inside=1) (…/Statistics/StatisticsBandwidth.cpp:38): sqlite3_statement_backend::loadOne: database disk image is malformed
Mar 24, 2019 22:35:43.874 [0x145eb99e5700] ERROR - Thread: Uncaught exception running async task which was spawned by thread 0x145ebbdfe700: sqlite3_statement_backend::loadOne: database disk image is malformed
How can i fix this?