Merge pull request #7652 from m-a-r-c-o/logrotate-error-bugfix
Fix log rotate permission error
This commit is contained in:
commit
46bd0a88dd
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da
|
|||
# Make sure GitLab can write to the log/ and tmp/ directories
|
||||
sudo chown -R git log/
|
||||
sudo chown -R git tmp/
|
||||
sudo chmod -R u+rwX log/
|
||||
sudo chmod -R u+rwX,go-w log/
|
||||
sudo chmod -R u+rwX tmp/
|
||||
|
||||
# Create directory for satellites
|
||||
|
|
Loading…
Reference in a new issue