Commit 46bd0a88 authored by Valeriy Sizov's avatar Valeriy Sizov

Merge pull request #7652 from m-a-r-c-o/logrotate-error-bugfix

Fix log rotate permission error
parents c8e78d97 8d0bc764
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment