Skip to content

Hotfix 10.2.1 - Nextcloud 23.0.10

Compare
Choose a tag to compare
@GuyPaddock GuyPaddock released this 06 Apr 18:58
· 55 commits to develop since this release

This is a hotfix to disable flock() on configuration files. In more recent versions of Kubernetes on AKS, the flock() call appears to return an error instead of blocking, so if multiple concurrent requests come in, several will return a cryptic error about a NULL logger back to the client. Similarly, if Nextcloud Cron attempted to run while another request was starting, Cron would fail with the same error.

See #24 for details on this issue.