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

[Feature] Flexible file location for database #33

Closed
seducingbits opened this issue Mar 21, 2019 · 1 comment
Closed

[Feature] Flexible file location for database #33

seducingbits opened this issue Mar 21, 2019 · 1 comment
Assignees

Comments

@seducingbits
Copy link

For easier Docker support it would be great when the location of the database could be configured.

Right now the database is located alongside the main location of the app. This makes it harder to seperate data from app. This isn't wanted for containers, see here

Application containers should not store application data. This way you can replace app container with its newer version at any time by executing something like this.

Or is it possible to mount just the database file to the position stash wants it? I tried and wasn't able to do so. But I am also not a Docker expert 🙄

@StashAppDev
Copy link
Member

I have started laying the groundwork for this with this commit 255ec48 . I just need to modify the configuration endpoint to accept a new database path and expose that in the settings UI.

@StashAppDev StashAppDev self-assigned this Mar 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants