From 5d5e749b47ba95506d4cdc7e90445d272171242b Mon Sep 17 00:00:00 2001 From: docgalaxyblock Date: Sun, 10 Mar 2024 21:13:08 +0100 Subject: [PATCH] Updated Running without WAL enabled (markdown) --- Running-without-WAL-enabled.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Running-without-WAL-enabled.md b/Running-without-WAL-enabled.md index 3da1988..5c86c59 100644 --- a/Running-without-WAL-enabled.md +++ b/Running-without-WAL-enabled.md @@ -1,3 +1,4 @@ +> [!IMPORTANT] > WAL is an SQLite-specific setting. It is not applicable to MySQL or PostgreSQL; if you are using one of these backends, the `ENABLE_DB_WAL` config option has no effect. By default during the startup `vaultwarden` will try to enable [WAL](https://sqlite.org/wal.html) for the DB. Adding this improves performance and in the past helped preventing failed requests under some circumstances.