diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-29 06:08:16 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-29 06:08:16 +0000 |
commit | 06466a128a06ae520ba7c8163d86407e8cdeefc5 (patch) | |
tree | 55c8ae255e92b33980a591dfc0469c085bcb760e | |
parent | bf1cb9b8e3835560a71250e762d362bbf6c5d714 (diff) | |
download | gitlab-ce-06466a128a06ae520ba7c8163d86407e8cdeefc5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
-rw-r--r-- | doc/raketasks/cleanup.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/raketasks/cleanup.md b/doc/raketasks/cleanup.md index bcce6a8a096..b0045b7c968 100644 --- a/doc/raketasks/cleanup.md +++ b/doc/raketasks/cleanup.md @@ -1,7 +1,11 @@ -# Cleanup +# Clean up + +GitLab provides Rake tasks for cleaning up GitLab instances. ## Remove unreferenced LFS files from filesystem +> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/36628) in GitLab 12.10. + DANGER: **Danger:** Do not run this within 12 hours of a GitLab upgrade. This is to ensure that all background migrations have finished, which otherwise may lead to data loss. |