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

Attempt to fix neo4j.conf permission errors #237

Merged
merged 2 commits into from
Mar 9, 2020
Merged

Conversation

jennyowen
Copy link
Member

Some customers report permissions errors on start up, even when no volumes are mounted.
I haven't been able to replicate it, but I noticed this line was not actually setting ownership on the folders under neo4j_home. Perhaps fixing this will help??
#223

@jennyowen jennyowen merged commit f8783c5 into master Mar 9, 2020
@jennyowen jennyowen deleted the confpermissions branch March 9, 2020 14:52
jennyowen added a commit that referenced this pull request Apr 15, 2020
folders mounted under neo4j home were only give read access to `root` instead of `neo4j`.
Change #237 applied a chmod 700 to *all* files and folders under home instead of ones that were only owned by root. This meant that all mounted files under home which were not owned by neo4j became unreadable.
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

Successfully merging this pull request may close these issues.

1 participant