mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-13 02:55:22 +08:00
Added DB and Log locations
Added DB and Log locations
parent
4651079676
commit
5631d9b2a2
3 changed files with 15 additions and 1 deletions
13
FAQ-Log-Location.md
Normal file
13
FAQ-Log-Location.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
## You can find the location for your database and logfile in the following location depending where and how you installed it.
|
||||
|
||||
#### Windows Installation:
|
||||
`%programdata%\Bazarr`
|
||||
|
||||
#### Dockers: linuxserver/bazarr
|
||||
`/config/db` and `/config/log`
|
||||
|
||||
#### Dockers: hotio/bazarr
|
||||
`/config/app/db` and `/config/app/log`
|
||||
|
||||
#### Source and other Installation:
|
||||
`data directory inside bazarr root directory`
|
1
Home.md
1
Home.md
|
@ -37,6 +37,7 @@
|
|||
|
||||
* [First time installation/configuration](/morpheus65535/bazarr/wiki/First-time-installation-configuration)
|
||||
* [Performance Tuning](/morpheus65535/bazarr/wiki/FAQ-Performance-Tuning)
|
||||
* [DB/Log Location](/morpheus65535/bazarr/wiki/FAQ-Log_Location)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
* [First time installation
|
||||
and configuration](/morpheus65535/bazarr/wiki/First-time-installation-configuration)
|
||||
* [Performance Tuning](/morpheus65535/bazarr/wiki/FAQ-Performance-Tuning)
|
||||
|
||||
* [DB/Log Location](/morpheus65535/bazarr/wiki/FAQ-Log_Location)
|
||||
|
||||
------
|
||||
|
||||
|
|
Loading…
Reference in a new issue