mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 09:55:57 +01:00
Updated Running without WAL enabled (markdown)
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
|
### 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`
|
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.
|
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:
|
3. Open the file using sqlite:
|
||||||
|
Loading…
Reference in New Issue
Block a user