From 3afa98f7b0edf9a7c20c3ce153d7a8f7ab3c4c1b Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Fri, 19 Mar 2021 10:51:53 +0100 Subject: [PATCH] Updated Using the MariaDB (MySQL) Backend (markdown) --- Using-the-MariaDB-(MySQL)-Backend.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Using-the-MariaDB-(MySQL)-Backend.md b/Using-the-MariaDB-(MySQL)-Backend.md index 5e580c7..d8597a2 100644 --- a/Using-the-MariaDB-(MySQL)-Backend.md +++ b/Using-the-MariaDB-(MySQL)-Backend.md @@ -5,6 +5,8 @@ We do not support the latest Oracle MySQLv8 version. If you insist to use MySQLv :warning: :poop: :warning: +: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://:@mysql/bitwarden'```).