From da7e2c06c03ca1bb892b20ea077ac2fd5540c46f Mon Sep 17 00:00:00 2001 From: Stephan Tietz <1504437+stietz@users.noreply.github.com> Date: Sun, 17 Nov 2019 13:17:33 +0000 Subject: [PATCH] Updated Running without WAL enabled (markdown) --- Running-without-WAL-enabled.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-without-WAL-enabled.md b/Running-without-WAL-enabled.md index 06bd8b6..7a5a18a 100644 --- a/Running-without-WAL-enabled.md +++ b/Running-without-WAL-enabled.md @@ -6,7 +6,7 @@ Generally speaking unless you're absolutely sure, that you need to turn WAL off, * Some filesystems don't support WAL - this is especially true for network filesystems. If you're using such filesystem, the service will fail to start with `Failed to turn on WAL` error message. * The database requires sqlite version `3.7.0` or newer, so if you for any reason (for example backups) require to access the DB directly with some other tool that cannot be updated, you might need to disable WAL. -* You are using the MySQL backend. +* You are [using the MySQL backend](https://github.com/dani-garcia/bitwarden_rs/wiki/Using-the-MySQL-Backend) * One of the [disadvantages described here](https://sqlite.org/wal.html#advantages) affects you ## How to turn WAL off