From 2567906ccc2442c8659175e293fd21fd434ce83a Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Tue, 3 Aug 2021 09:35:06 -0400 Subject: [PATCH] Docs: change database section --- docker/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker/README.md b/docker/README.md index 81f9e3ed..0ea8580d 100644 --- a/docker/README.md +++ b/docker/README.md @@ -71,6 +71,12 @@ You can also build a specific commit (see [master's commits](https://github.com/ docker build -t 2fauth/2fauth https://github.com/Bubka/2FAuth.git#fba9e29bd4e3bb697296bb0bde60ae869537528b ``` +## Change database + +If you want to change database, for example switch from SQLite to MySQL, there is no migration yet. + +You might want to remove the `installed` file bind mounted in `/2fauth` so the database is re-created. + ## Implementation details - The container is based on `debian:buster-slim`