Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-03-12 19:01:34 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-03-12 19:01:34 +0400
commit85a4d1ec6c0288d960c5c51d2d6e6b4ce55e2e35 (patch)
tree3d2b9cb96023a2d2f608d70bd6385702889f32c2 /doc
parent3e6fe8bff04f7ab72119cdfc04d7c752c58a3d40 (diff)
Update the logrotate configuration in 6.7
Diffstat (limited to 'doc')
-rw-r--r--doc/update/6.6-to-6.7.md3
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
```