Found a few things.
- The certificate you added is not working. The error indicates either bad password, incorrect SSL algorithm (Plex requires SSLv3)
Jan 17, 2026 18:45:41.201 [22960210614928] DEBUG - MyPlex: using cached data for request for https://plex.tv/api/v2/server/users/features
Jan 17, 2026 18:45:41.239 [22960210614928] ERROR - [CERT] PKCS12_parse failed: error:11800071:PKCS12 routines::mac verify failure
Jan 17, 2026 18:45:41.239 [22960210614928] ERROR - [CERT] Found a certificate, but couldn't install it.
Jan 17, 2026 18:45:41.239 [22960210614928] DEBUG - HttpServer: Listening on IPv6 as well as IPv4.
Here is how to make your certificate.
- The database is damaged
Jan 17, 2026 18:45:51.057 [22960108387128] DEBUG - [DatabaseFixups/31DatabaseFixupsCleanupActivities] Executing fixup
Jan 17, 2026 18:45:51.382 [22960108387128] ERROR - [DatabaseFixups/31DatabaseFixupsCleanupActivities] SQLITE3:0x80000001, 779, index corruption at line 94622 of [a29f994989]
Jan 17, 2026 18:45:51.382 [22960108387128] ERROR - [DatabaseFixups/31DatabaseFixupsCleanupActivities] SQLITE3:0x80000001, 779, statement aborts at 41: [DELETE FROM activities WHERE `started_at`<:C1] database disk image is malformed
Jan 17, 2026 18:45:51.387 [22960108387128] ERROR - [DatabaseFixups/31DatabaseFixupsCleanupActivities] Fixup threw an exception: std::exception
Jan 17, 2026 18:45:51.387 [22960108387128] DEBUG - [DatabaseFixups/31DatabaseFixupsCleanupActivities] Fixup completed
The recommended fix is to substitute one of your backup DBs in to use as current
I wrote a tool which will help you do this (DBRepair), specifically the Replace command
Since your server does minimally run (the container starts), I would place DBRepair under /config and run it from inside the container (docker exec style) where it can detect which image you’re using and auto-configure the paths itself.
You can try to use the “Auto” function first but given the Index is malformed, it may not work.
That failing, REPLACE is your best option to recover.
- Since your LAN appears to be IPv4, you can turn off IPv6 support in Settings - server - Network