From 45fba511dd6b8502577d93b4c34bb71e314fe404 Mon Sep 17 00:00:00 2001 From: Namkhai B <33267474+forkbomb9@users.noreply.github.com> Date: Wed, 22 Dec 2021 17:10:12 +0000 Subject: [PATCH] Updated SQLite to MySQL backend migration link --- Building-binary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-binary.md b/Building-binary.md index 5af1583..47f5cc6 100644 --- a/Building-binary.md +++ b/Building-binary.md @@ -123,7 +123,7 @@ diesel migration redo ``` ## How to migrate from SQLite backend to MySQL backend (for developers) -Refer to [using the MySQL backend](https://github.com/dani-garcia/vaultwarden/wiki/Using-the-MySQL-Backend) if you want to migrate from SQLite. +Refer to [using the MariaDB (MySQL) Backend](https://github.com/dani-garcia/vaultwarden/wiki/Using-the-MariaDB-%28MySQL%29-Backend) if you want to migrate from SQLite. ## How to migrate from SQLite backend to PostgreSQL backend (for developers) Refer to [using the PostgreSQL backend](https://github.com/dani-garcia/vaultwarden/wiki/Using-the-PostgreSQL-Backend) if you want to migrate from SQLite. \ No newline at end of file