From 21dec1d297c24028d689ac5a423ed473e11cbc59 Mon Sep 17 00:00:00 2001 From: docgalaxyblock Date: Sun, 10 Mar 2024 19:48:36 +0100 Subject: [PATCH] cosmetic changes --- Migrating-from-MariaDB-(MySQL)-to-SQLite.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Migrating-from-MariaDB-(MySQL)-to-SQLite.md b/Migrating-from-MariaDB-(MySQL)-to-SQLite.md index 5f2a236..9889bd4 100644 --- a/Migrating-from-MariaDB-(MySQL)-to-SQLite.md +++ b/Migrating-from-MariaDB-(MySQL)-to-SQLite.md @@ -1,9 +1,11 @@ -:warning: :skull: :warning: +> [!WARNING] +>

⚠️ ☠️ ⚠️

+> +>

Use these commands at your own risk!
Always create a backup before you do anything which could destroy your whole vault!

+> +>

⚠️ ☠️ ⚠️

-**Use these commands at your own risk!** -**Always create a backup before you do anything which could destroy your whole vault!** - -:warning: :skull: :warning: +--- ## General Vaultwarden was designed at first using SQLite only, but at the time both MariaDB (MySQL) and PostgreSQL also were added into the mix.