From 980e41c2b319fc4c54aa0252aab195a14781f98f Mon Sep 17 00:00:00 2001 From: wcjxixi <45098360+wcjxixi@users.noreply.github.com> Date: Wed, 7 Oct 2020 13:14:53 +0800 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 4e56583..68a027a 100644 --- a/Running-without-WAL-enabled.md +++ b/Running-without-WAL-enabled.md @@ -20,7 +20,7 @@ These changes are generally safe and can be done without data loss, however [bac ### 1. Disable WAL on old DB -If you have old DB, that was used with WAL enabled, you need to enable it using sqlite: +If you have old DB, that was used with WAL enabled, you need to disable it using sqlite: 1. Stop `bitwarden_rs` 2. Locate your [data folder](https://github.com/dani-garcia/bitwarden_rs/wiki/Changing-persistent-data-location). Normally there will be `db.sqlite3` file there unless you specified some other name to use. 3. Open the file using sqlite: