0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-11-16 23:11:59 +01:00

Updated Using the MariaDB (MySQL) Backend (markdown)

Mathijs van Veluw 2021-03-19 10:52:25 +01:00
parent 3afa98f7b0
commit db7487ae78

@ -7,6 +7,8 @@ We do not support the latest Oracle MySQLv8 version. If you insist to use MySQLv
:warning: Alpine is currently **not** support, on amd64 Alpine supports sqlite and postgresql, on armv7 it only supports sqlite.
---
To use the MariaDB (MySQL) backend, you can either use the [official Docker image](https://hub.docker.com/r/bitwardenrs/server) or build your own binary [with MySQL enabled](https://github.com/dani-garcia/bitwarden_rs/wiki/Building-binary#mysql-backend).
To run the binary or container, ensure the ```DATABASE_URL``` environment variable is set (i.e. ```DATABASE_URL='mysql://<user>:<password>@mysql/bitwarden'```).