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

Replace docker volumes with proper directory mounting #533

Open
tsunyoku opened this issue Sep 26, 2023 · 0 comments
Open

Replace docker volumes with proper directory mounting #533

tsunyoku opened this issue Sep 26, 2023 · 0 comments
Labels
bug Something isn't working code quality Something is implemented poorly Priority 1 Something is breaking or will break existing functionality or ability to progress forward

Comments

@tsunyoku
Copy link
Contributor

tsunyoku commented Sep 26, 2023

The docker-compose setup was a little short sighted and used volumes for data over a directory mapping which has created an annoying problem of people not being able to as easily access the .data directory that bancho.py creates.

We should migrate to using proper directory mounting, but will need to make sure the necessary announcements & notices are made with instructions on how to migrate, as moving the data from the old volume to the new directory mapping will be required - this will not effect new users or manual setup users, only pre-existing users who opted for the docker method.

There is still some discussion which needs to be had on how exactly we want to achieve this, so please use this as the forum of discussion.

Treating this as a bug hence the p1, the current behaviour certainly isn't intended and even confuses bancho.py's own logic so...

@tsunyoku tsunyoku added triage This issue or pull request needs sorting. bug Something isn't working code quality Something is implemented poorly Priority 1 Something is breaking or will break existing functionality or ability to progress forward and removed triage This issue or pull request needs sorting. labels Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code quality Something is implemented poorly Priority 1 Something is breaking or will break existing functionality or ability to progress forward
Projects
None yet
Development

No branches or pull requests

1 participant