Open cfis opened 9 months ago
Forgot to update this ticket, reverting the kernel fixed this issue. So it looks like mssql is not compatible with the latest Linux kernels. The last version that works for me is 6.6.12-200.fc39
See https://github.com/bitwarden/server/issues/3689.
Can the helm chart tag be updated to:
tag: 2022-CU12-ubuntu-22.04
I found using these values in values.yaml
to work:
database:
image:
name: bitwarden/mssql
tag: 2024.9.1
Steps To Reproduce
This is likely a mssql bug, but will start here.
Try to install bitwarden - the mssql pod crashes and thus fails to start. See the attached error log. A
SIGABRT
happens with the first few lines of the log:I am running Kubernetes 1.29.2 via k0s on Fedora 39. I have been successfully running the 2023.12 release over the last month. Today I upgraded to 2024.2.2 and ran into this error. However, when rolling back to 2023.12 I still get the same error.
Wondering if this was caused by SE linux, I disabled it. That made no difference.
Today I also ran
dnf update
and noticed I got a new kernel plus other updates. I know wonder if one of those updates is causing this issue.A few people have reported this issue over the years, usually around mounting volumes into a mssql docker image. For example:
https://github.com/microsoft/mssql-docker/issues/538
bitwarden-self-host-mssql.log
Expected Result
For bitwarden to install correctly
Actual Result
Bitwarden doesn't install
Screenshots or Videos
No response
Additional Context
My values.yaml overrides:
Chart Version
2024.2.2
Environment Details
k0s Kubernetes 1.29.2 Fedora 39
Issue Tracking Info