diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-05-16 10:04:10 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-05-16 10:04:10 +0200 |
commit | 474ae8a6877744108e256e5aacfffb815ce56583 (patch) | |
tree | 748d06ed13276b8376b50ab7c5207ef103fc7b19 /doc/update | |
parent | cb58e1cbd74a76c2e25f56e8df1f1f494d14128a (diff) | |
download | gitlab-ce-474ae8a6877744108e256e5aacfffb815ce56583.tar.gz |
Remove logrotate step (no change in 6.8)
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/6.7-to-6.8.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/update/6.7-to-6.8.md b/doc/update/6.7-to-6.8.md index 457433c6482..cb19d235819 100644 --- a/doc/update/6.7-to-6.8.md +++ b/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 sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab sudo chmod +x /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 - # Close access to gitlab-satellites for others sudo chmod u+rwx,g+rx,o-rwx /home/git/gitlab-satellites ``` |