Server Version#: 1.43.0.10492
Player Version#: N/A
Linux Mint 21.1 Vera x86_64
Kernel 5.15.0-171
Updated to Plex Server 1.43.0.10492 using downloaded .deb file. No start on the service with immediate core dump on every attempt. Attempted to revert back to 1.42, but still core dumped every start. No core dump available to provide unfortunately, I had to restore from backup to get back up and running.
Saying it’s built on Ubuntu doesn’t cut it. I can’t tell you how many have tried.
I’ve spent hours debugging Mint without success hence why it’s not supported
Once they go to Ubuntu or Debian, all is well .
It will check for database structural problems and attempt to correct any it finds. It will also optimize the database in the process.
# Download latest version.
# This overwrites any existing version. Remove "-O DBRepair.sh" to not overwrite.
wget -O DBRepair.sh https://github.com/ChuckPa/PlexDBRepair/releases/latest/download/DBRepair.sh
# Make it executable
chmod a+x DBRepair.sh
# Run it as root.
sudo ./DBRepair.sh
Use AUTO to check for problems and optimize the database.
If the process is successful, then START and EXIT.
If DBRepair finds problems it cannot correct, use REPLACE to check for viable backup versions of the database.
If it cannot repair the problems and cannot find a viable backup, then report back and include the output of the tool. Use SHOW to print the contents of the log file to the screen.
The Plex server log files are needed to check for database corruption or other problems.
The existing files may provide useful information. If possible, pull them and upload to the thread.
$ cd /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/
$ sudo tar czf logs.tar.gz Logs
DBRepair found errors in the fts4_metadata_titles and fts4_metadata_titles_icu and was able to repair them. Subsequent update to 1.43 was successful. I’ll keep and eye on it the next few days. Thanks for the help. I’ll plan on moving it to a Ubuntu install in the future.