Skip to content
Snippets Groups Projects
Commit aa5c9abb authored by Johannes Hund's avatar Johannes Hund
Browse files

add necessary dir for uploads in update to 6.7

rake task gitlab:backup:create crashes otherwise
parent 757df014
No related branches found
No related tags found
Loading
Loading
@@ -70,6 +70,9 @@ sudo -u git -H gzip /home/git/gitlab-shell/gitlab-shell.log.1
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment