-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
chown: /home/node/.n8n: Permission denied #4280
Comments
Hey @geekhuashan, Can you confirm which docker image you are using? Are you running the docker run command as a user that has permission to write to the volume (assuming there is one) as well? |
Hey @Joffcom The docker image version is 0.196.0. I'm a newbie and I don't know how to run command as a user or root. I just copy the code from the doc.
Updated: I found the issue closed #1240
|
Hey @geekhuashan, That is good to hear, I will get this one marked as closed. |
Describe the bug
When i use docker to install on my DO vps. The wrong message showed
To Reproduce
Steps to reproduce the behavior:
1.rebuild my vps
2.install docker
3. install n8n
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
The wrong message:
chown: /home/node/.n8n: Permission denied
Initializing n8n process
UserSettings were generated and saved to: /home/node/.n8n/config
There was an error initializing DB: "SQLITE_CANTOPEN: unable to open database file"
Stopping n8n...
The text was updated successfully, but these errors were encountered: