mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-16 08:59:39 +00:00
Add a message about using mergerfs to help future googlers
parent
943b0c7704
commit
3a81b99883
1 changed files with 2 additions and 0 deletions
2
FAQ.md
2
FAQ.md
|
@ -97,6 +97,8 @@ First make sure you're using the correct URL (with https if applicable), such as
|
|||
### I am getting an error: Database disk image is malformed. ###
|
||||
This means your sqlite database that stores most of the information for Sonarr is corrupt. There is an excellent guide here to copy the contents from the corrupt database into a new one: http://techblog.dorogin.com/2011/05/sqliteexception-database-disk-image-is.html
|
||||
|
||||
If you are using mergerFS you need to remove `direct_io` as sqlite uses mmap which isn't supported by `direct_io` as explained in the mergerFS [docs here](https://github.com/trapexit/mergerfs#plex-doesnt-work-with-mergerfs)
|
||||
|
||||
### Why does Sonarr refresh series information so frequently? ###
|
||||
|
||||
Sonarr refreshes series and episode information in addition to rescanning the disk for files every 12 hours. This might seem aggressive, but is a very important process. The data refresh from our TVDB proxy is important, because new episode information is synced down, air dates, number of episodes, status (continuing/ended). Even shows that aren't airing are being updated with new information.
|
||||
|
|
Loading…
Add table
Reference in a new issue