EACCES: permission denied, #3389
Replies: 11 comments
-
Hi, I have enabled local file storage as the backup and created a folder /home/wiki-backups added the path, but every time I go and edit a page I get this message: EACCES: permission denied, mkdir '/home/wiki-backups' folder has permission 755. Have I set this right? Regards |
Beta Was this translation helpful? Give feedback.
-
It would be helpful if you provide more information, for example see Host Info above, i guess that template is there for a reason 😃 |
Beta Was this translation helpful? Give feedback.
-
OS: uBUNTU 18.04 So sorry, I got interrupted and totally forgot, my mistake. |
Beta Was this translation helpful? Give feedback.
-
Is that folder writable by the node process? |
Beta Was this translation helpful? Give feedback.
-
This is the first time I have used node so no. Do you know where I can find instructions on how to do this? I have taken a 1-hour look on the internet and can't seem to find anything that looks right to do this correctly. Thanks |
Beta Was this translation helpful? Give feedback.
-
Try these steps, in order.
Here, the user is
sudo chown -R user:group /home/wiki-backups
sudo chmod 755 -R /home/wiki-backups This should fix it. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much :) Regards |
Beta Was this translation helpful? Give feedback.
-
I tried it, but it did not work, I have tried every other way I know but I think it is more special as stated above (writable by the node process). |
Beta Was this translation helpful? Give feedback.
-
So you created |
Beta Was this translation helpful? Give feedback.
-
Yes locally, I think I am getting lost and confused how docker, containers and node work, these are all new to me. |
Beta Was this translation helpful? Give feedback.
-
It might make sense for you to join the Slack Workspace and try to get help there. Once you (hopefully) solve it you can report back your solution here for others to find it when they search the issues. |
Beta Was this translation helpful? Give feedback.
-
Question
Describe in details what you are trying to achieve and where do you need guidance.
Host Info (please complete the following information):
OS: [e.g. Ubuntu 18.04, Docker]
Wiki.js version: [e.g. 2.0.1]
Database engine: [e.g. postgres 9.7, mysql 5.7]
Beta Was this translation helpful? Give feedback.
All reactions