Skip to content

Commit

Permalink
docs: add wal mode read only faq
Browse files Browse the repository at this point in the history
  • Loading branch information
fr-ser committed Mar 8, 2024
1 parent b2c8a24 commit e611ce8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ systemctl daemon-reload
systemctl restart grafana-server
```

## I want to open a read only database and get errors

If you get an error like this: "attempt to write a readonly database", make sure that your database is not running in WAL mode.

If it is running in WAL mode, make sure to check the extra requirements for read only WAL databases:
<https://www.sqlite.org/wal.html#read_only_databases>.

## The legend of my time series appears twice / is doubled

Sometimes (especially when displaying multiple lines in a time series chart) the legend (the information below the chart) can show the name of the column twice.
Expand Down

0 comments on commit e611ce8

Please sign in to comment.