This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Debugging
Connor Bell (Makeshift) edited this page Nov 8, 2021
·
2 revisions
Some debug tools have been included, like sqlite-web which can be used to edit many of the sqlite DBs used by some of the services.
Generally, unless you know what you're doing (and are okay with voiding your support by the service authors), you shouldn't need to touch these. I generally use it when I break Sonarr in some horrific way and need to fix it manually ;).
You should not start these while the other services are running. You should docker-compose down
first.
Launch all the editors with: docker-compose -f edit-dbs.yml up -d
, or individual editors with docker-compose -f edit-dbs.ym up -d radarr
.
The following editors are available:
Service | Editor | File | Port |
---|---|---|---|
radarr | sqlite-web | ./runtime_conf/radarr/nzbdrone.db |
8082 |
sonarr | sqlite-web | ./runtime_conf/sonarr/sonarr.db |
8083 |
plex | sqlite-web | ./runtime_conf/plex/Library/Application Support/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db |
8084 |