Server Version#: 1.32.5.7349
I performed an upgrade of my system and my server no longer loads. If I do: journalctl -b -e
I get the following:
Aug 01 12:13:30 jupiter systemd[1]: Starting Plex Media Server...
Aug 01 12:13:30 jupiter systemd[1]: Started Plex Media Server.
Aug 01 12:13:30 jupiter sudo[54155]: pam_unix(sudo:session): session closed for user root
Aug 01 12:13:31 jupiter Plex Media Server[54174]: Error: Unable to set up server: sqlite3_statement_backend::prepare: no such table: metadata_agent_providers for SQL: update metadata_agent_providers set online = 0 (N4soci10soci_errorE)
Aug 01 12:13:31 jupiter systemd[1]: plexmediaserver.service: Main process exited, code=exited, status=255/EXCEPTION
Aug 01 12:13:31 jupiter systemd[1]: plexmediaserver.service: Failed with result 'exit-code'.
Aug 01 12:13:36 jupiter systemd[1]: plexmediaserver.service: Scheduled restart job, restart counter is at 1.
Aug 01 12:13:36 jupiter systemd[1]: Stopped Plex Media Server.
Noting this had something do do with the SQLite db, I followed the steps to repair a corrupted database. The integrity check said my db was OK but doing a repair anyway didn’t help. I did notice that the instructions stated that the database was located in <PLEX_PATH> /Plug-in Support/Databases. My database wasn’t there but in <PLEX_PATH>/Resources. At this point, I made a backup copy of my db and deleted the original. I get the same error as above and no new db was created.
Any suggestions on how to proceed with this? Thanks!