From 94bd16bd5a45b636b66c7beb0dedba0e965afdb3 Mon Sep 17 00:00:00 2001 From: Adam Berry Date: Wed, 6 Sep 2023 18:26:16 +0100 Subject: [PATCH] Typo correction --- FAQs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQs.md b/FAQs.md index 9779d5e..ab5d537 100644 --- a/FAQs.md +++ b/FAQs.md @@ -62,7 +62,7 @@ While launching, Vaultwarden checks for the existence of a file called `.env` (i
## Can i run Vaultwarden as an Azure WebApp -Unfortunately Azure WebApp's uses CIFS/Samba as there volume storage which does not support locking. This causes issues with the SQLite database file. +Unfortunately Azure WebApp's uses CIFS/Samba as their volume storage which does not support locking. This causes issues with the SQLite database file. There are two ways to solve this. 1. Do not use SQLite, but MariaDB/MySQL or Posgresql as the database backend. 2. Try to disable WAL using the `ENABLE_DB_WAL` environment variable by setting it's value to `false`. This needs to be done on a new file, so you need to remove the previously created `db.sqlite3` file and restart the Vaultwarden app again.