Server Version#: 1.40.2.8395
Player Version#: N/A
Plex Media Server.log (551.6 KB)
Attached are the logs. I ran an update this morning, I noticed that the service is running, I can connect to the web service, but the plex service itself is unavailable.
Some history, I recently migrated this from a docker container running in unraid to a lxc container in proxmox. It has been running for around 10 days before running an OS update this morning.
I have run through all the steps in https://support.plex.tv/articles/repair-a-corrupted-database/
I noticed in the logs I am getting this error:
ERROR - SQLITE3:0x80000001, 1299, abort at 37 in [update play_queue_generators set created_at = iif(typeof(created_at) in (‘integer’, ‘real’), created_at, strftime(‘%s’, created_at, ‘utc’)),updated_at = iif(typeof(updated_at) in (‘integer’, ‘real’), updated_at, strftime(‘%s’, updated_at, ‘utc’))]: NOT NULL constraint failed: play_queue_generators.created_at
ERROR - Exception inside transaction (inside=1) (/home/runner/actions-runner/_work/plex-media-server/plex-media-server/Library/DatabaseMigrations.cpp:293): sqlite3_statement_backend::loadOne: NOT NULL constraint failed: play_queue_generators.created_at
I am kind of at a loss about this. Any tips or tricks I should try?