-
-
Notifications
You must be signed in to change notification settings - Fork 202
Backup failure #1057
Description
I have a backup failure. When I enter the container and check the /app/storage/app folder ownerships with the command ls -al I got the following:
total 32
drwxrwxrwx 6 www-data www-data 4096 Jan 10 09:20 .
drwxrwxrwx 6 www-data www-data 4096 Jan 10 09:20 ..
-rwxrwxrwx 1 www-data www-data 54 Dec 18 10:59 .gitignore
drwxrwxrwx 2 www-data www-data 4096 Jan 10 09:20 backup-temp
drwxrw-rw- 2 root root 4096 Dec 7 13:46 backups
drwxrwxrwx 2 www-data www-data 4096 Jan 10 09:20 public
drwxrwxrwx 2 www-data www-data 4096 Jan 10 09:20 temp
As you can see is the /app/storage/app/backups folder is - owned by root - and for that the backup has not acces to that folder to write down the backup files. With whoami I see that the current user is www-data so no change to chance the ownership of the backup folder. Which option do I have so that backups work again ??