Wrong backup right
Created by: soullivaneuh
Seems the commit which restrict backup file permissions (https://github.com/gitlabhq/gitlabhq/commit/61c06c5#diff-4db7b038f22384efaa49af8c74b8a4f4R21), I have the following backup list (since "avril 27 02:00"):
~/server-backup$ ls -l gitlab/
total 7015560
-rw-r--r-- 1 git git 247992320 avril 22 02:00 1429660853_gitlab_backup.tar
-rw-r--r-- 1 git git 248023040 avril 23 02:00 1429747251_gitlab_backup.tar
-rw-r--r-- 1 git git 248023040 avril 24 02:00 1429833655_gitlab_backup.tar
-rw-r--r-- 1 git git 248023040 avril 25 02:01 1429920071_gitlab_backup.tar
-rw-r--r-- 1 git git 248023040 avril 26 02:00 1430006452_gitlab_backup.tar
-rw------- 1 git git 248094720 avril 27 02:00 1430092845_gitlab_backup.tar
-rw------- 1 git git 248207360 avril 28 02:00 1430179253_gitlab_backup.tar
-rw------- 1 git git 248207360 avril 29 02:00 1430265655_gitlab_backup.tar
-rw------- 1 git git 248268800 avril 30 02:01 1430352076_gitlab_backup.tar
-rw------- 1 git git 248289280 mai 1 02:01 1430438462_gitlab_backup.tar
-rw------- 1 git git 248442880 mai 2 02:00 1430524845_gitlab_backup.tar
-rw------- 1 git git 248442880 mai 2 11:25 1430558732_gitlab_backup.tar
That's a big issue cause all my scripts that upload backup on another server fails, caused by permissions restrict.
Please take care about that, it's pretty sensitive. We can't change permissions of this kind of file without expect any side effect.
Could be possible to permit to change permissions settings on gitlab.yml or, at least, revert the commit?
Thanks.