0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-18 03:48:22 +02:00

Updated Running without WAL enabled (markdown)

wcjxixi 2020-10-07 13:14:53 +08:00
parent d73f11c52f
commit 980e41c2b3

@ -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: