diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-03-12 16:01:34 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-03-12 16:01:34 +0100 |
commit | 85a4d1ec6c0288d960c5c51d2d6e6b4ce55e2e35 (patch) | |
tree | 3d2b9cb96023a2d2f608d70bd6385702889f32c2 /doc/update | |
parent | 3e6fe8bff04f7ab72119cdfc04d7c752c58a3d40 (diff) | |
download | gitlab-ce-85a4d1ec6c0288d960c5c51d2d6e6b4ce55e2e35.tar.gz |
Update the logrotate configuration in 6.7
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/6.6-to-6.7.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/update/6.6-to-6.7.md b/doc/update/6.6-to-6.7.md index 7b2fc673628..e4a0cafa911 100644 --- a/doc/update/6.6-to-6.7.md +++ b/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 # Update init.d script sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab + +# Update the logrotate configuration (keep logs for 90 days instead of 52 weeks) +sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab ``` |