-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Inconsistent file permissions #5171
Comments
We should always set |
I would like my directories to be group- or world-readable, so I greatly welcome making this controllable via umask. |
Since we use a Telegraf plugin to monitor the dirsize of InfluxDB, we also need umask functionality (preferably in the influxdb conf file). We added user |
This also affects the backup command, which probably has more impact than the internal storage. Version 1.8.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please reopen if this issue is still important to you. Thank you for your contributions. |
Sometimes we make directories
0700
, sometimes0777
:We usually use
0666
for files, with some exceptions from the CLI history, Raft's peers.json, and the hinted handoff queue.The text was updated successfully, but these errors were encountered: