i m not run on root user, but this is user used to install docker
the first user crated when installing server
What are the permissions on backup.sh? And who’s the owner?
oh right it's root, but i remember i use created user to copy file
I think permissions are kept across a regular cp.
what do you mean?
do I need to changeownershp to current user
Well, I see it already has execute permissions for all, so no. But if you wanted to change the permissions, yes, you would.
maybe no need if there is permission already
then why
Looks like it’s trying to access a file your current user doesn’t have permissions for
Does the current user have write permissions to the current directory?
it is the first user created, should have no?
how to check
Yes, if it created this directory…
ls -la .
should have
Nope, looks like only root has write permissions
how to add write perssion to the user
This is definitely the user Appwrite is running as?
yes this is
So you should probably chown the directory to the current user
will try it
[Sovled] No permission for backup sh
Recommended threads
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...