From 85a4d1ec6c0288d960c5c51d2d6e6b4ce55e2e35 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 12 Mar 2014 16:01:34 +0100 Subject: Update the logrotate configuration in 6.7 --- doc/update/6.6-to-6.7.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 ``` -- cgit v1.2.3