mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1513] MySQL not enabled on Alpine Images #986
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#986
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mplx on GitHub (Mar 19, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1513
Subject of the issue
MySQL not enabled on alpine images; wiki docs suggest it works with alpine images ("...based upon MariaDB client libraries since that is what both Debian and Alpine provide...")
Deployment environment
docker images
bitwardenrs/server:1.19.0-alpineandbitwardenrs/server:1.18.0-alpineMySQL/MariaDB version: 10.3.27-MariaDB-0+deb10u1
Other relevant details: same config works with debian images
bitwardenrs/server:1.19.0andbitwardenrs/server:1.18.0Steps to reproduce
start docker container with alpine images
bitwardenrs/server:1.19.0-alpineorbitwardenrs/server:1.18.0-alpineand try to connect to mysqlExpected behaviour
connects to mysql
Actual behaviour
@BlackDex commented on GitHub (Mar 19, 2021):
Resolved.
Changed wiki to be accurate.