add necessary dir for uploads in update to 6.7
rake task gitlab:backup:create crashes otherwise
This commit is contained in:
parent
757df0142f
commit
aa5c9abb97
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ sudo -u git -H gzip /home/git/gitlab-shell/gitlab-shell.log.1
|
||||||
|
|
||||||
# Close access to gitlab-satellites for others
|
# Close access to gitlab-satellites for others
|
||||||
sudo chmod u+rwx,g=rx,o-rwx /home/git/gitlab-satellites
|
sudo chmod u+rwx,g=rx,o-rwx /home/git/gitlab-satellites
|
||||||
|
|
||||||
|
# Add directory for uploads
|
||||||
|
sudo -u git -H mkdir -p /home/git/gitlab/public/uploads
|
||||||
```
|
```
|
||||||
|
|
||||||
## 5. Start application
|
## 5. Start application
|
||||||
|
|
Loading…
Reference in a new issue