Commit 85a4d1ec6c0288d960c5c51d2d6e6b4ce55e2e35
1 parent
3e6fe8bf
Exists in
spb-stable
and in
3 other branches
Update the logrotate configuration in 6.7
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
doc/update/6.6-to-6.7.md
... | ... | @@ -60,6 +60,9 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS |
60 | 60 | |
61 | 61 | # Update init.d script |
62 | 62 | sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab |
63 | + | |
64 | +# Update the logrotate configuration (keep logs for 90 days instead of 52 weeks) | |
65 | +sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab | |
63 | 66 | ``` |
64 | 67 | |
65 | 68 | ... | ... |