Commit 474ae8a6877744108e256e5aacfffb815ce56583
1 parent
cb58e1cb
Exists in
spb-stable
and in
2 other branches
Remove logrotate step (no change in 6.8)
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
doc/update/6.7-to-6.8.md
... | ... | @@ -64,9 +64,6 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS |
64 | 64 | sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab |
65 | 65 | sudo chmod +x /etc/init.d/gitlab |
66 | 66 | |
67 | -# Update the logrotate configuration (keep logs for 90 days instead of 52 weeks) | |
68 | -sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab | |
69 | - | |
70 | 67 | # Close access to gitlab-satellites for others |
71 | 68 | sudo chmod u+rwx,g+rx,o-rwx /home/git/gitlab-satellites |
72 | 69 | ``` | ... | ... |