Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions usage-guides/advanced/data-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Before v1.6.0, rotki was saving data in `$USER/.rotkehlchen`. From v1.6.0, that

A very good idea for the rotki data directory would be to make frequent backups of it as it contains all of the data of all of your rotki accounts and cache data for historical price queries.

> [!WARNING]
> Do not copy the SQLite database files while rotki is running. The database may have pending writes in its WAL/journal files, so a filesystem copy can capture an inconsistent state that fails to open or is silently corrupted. Always fully close rotki before copying the data directory.
>
> For a safer alternative, use the [in-app backup feature](/usage-guides/settings/account#database-info-user-database-backups), which creates a consistent snapshot while rotki is running.

## Data directory for unreleased development code

If you are running rotki from unreleased code from git branches,
Expand Down
Loading