-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Wrong directory permission on deployment #116
Comments
We now have conflicting directory creation between |
The only tricky one is |
As discussed with Etienne:
|
Etienne pointed out that we should also move out as much as possible from docker/scripts/__create_local_folders.py.
|
Permission setup:
Possible approach:
To do that, we need:
|
A clear and concise description of what the bug is.
On deployment,
__create_local_folders.py
is run, and directories underHOST_DATA_DIR
end up with the wrong ownership. This is "commented out" in the installation playbook.mini_cron.sh
should also be more forgiving.This can be fixed after install, but ideally we want a clean install.
The text was updated successfully, but these errors were encountered: