Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support using networked database #3764

Closed
caewok opened this issue May 20, 2020 · 1 comment
Closed

Support using networked database #3764

caewok opened this issue May 20, 2020 · 1 comment

Comments

@caewok
Copy link

caewok commented May 20, 2020

When using Sonarr in k8s or docker swarm, database corruption is a significant issue because the typical solution for storage is to use NFS or GlusterFS or something similar to ensure the data is saved when the container is stopped and then started on a new node. Most of these solutions are incompatible with the sqlite setup currently in place for Sonarr.

It would be great if the user could give Sonarr information on startup (maybe with environmental variables?) to use a networked database. This would make Sonarr much less dependent on the local storage device, and should alleviate database corruption issues. Related to #1669 and #1886.

@markus101
Copy link
Member

We understand why this is wanted for some users, but it's not something we plan to support, at least in the foreseeable future.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants