Merge pull request #1628 from felix920506/lxc-db-locked-troubleshooting

add troubleshooting info about db locked on lxc
This commit is contained in:
Niels van Velzen
2026-01-04 13:17:46 +01:00
committed by GitHub
@@ -237,3 +237,7 @@ Stop your Jellyin server and navigate to its config directory. There are a lot o
```
then start your jellyfin instance again. If this still does not help with the issues, you can try setting the `LockingBehavior` to `Pessimistic` instead but this comes with a significant performance impact so it is only recommended when `Optimistic` does not help with the issues.
### LXC specific issues
It has been brought to the team's attention that there are issues with LXC specifically. If you are getting such errors on LXC after setting lock mode to `Optimistic`, it is recommended that you migrate to full virtualization (virtual machines) or Docker. There is unlikely to be a solution for LXC any time soon, and we will be unable to provide any support for database locked problems on LXC.