From 65b81235c24de0e1ffe0cb6d9f866d8036183b90 Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Thu, 18 Feb 2021 17:29:34 +0100 Subject: [PATCH] Updated Using the MySQL Backend (markdown) --- ...QL-Backend.md => Using-the-MariaDB-(MySQL)-Backend.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) rename Using-the-MySQL-Backend.md => Using-the-MariaDB-(MySQL)-Backend.md (89%) diff --git a/Using-the-MySQL-Backend.md b/Using-the-MariaDB-(MySQL)-Backend.md similarity index 89% rename from Using-the-MySQL-Backend.md rename to Using-the-MariaDB-(MySQL)-Backend.md index bce1b5d..f46b6c5 100644 --- a/Using-the-MySQL-Backend.md +++ b/Using-the-MariaDB-(MySQL)-Backend.md @@ -1,4 +1,11 @@ -To use the MySQL backend, you can either use the [official Docker image](https://hub.docker.com/r/bitwardenrs/server-mysql) or build your own binary [with MySQL enabled](https://github.com/dani-garcia/bitwarden_rs/wiki/Building-binary#mysql-backend). +:warning: :poop: :warning: + +Our builds are based upon MariaDB client libraries since that is what both Debian and Alpine provide. +We do not support the latest Oracle MySQLv8 version. If you ensist to use MySQLv8 instead of MariaDB then create a user using an old password hashing method instead of the default one! + +:warning: :poop: :warning: + +To use the MariaDB (MySQL) backend, you can either use the [official Docker image](https://hub.docker.com/r/bitwardenrs/server-mysql) 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'```).