提交 91ab245d 编写于 作者: Y Yves Senn

Merge pull request #3983 from bbodenmiller/patch-1

Typo fixes in cleanup.md
### Remove grabage from filesystem. Important! Data loss!
### Remove garbage from filesystem. Important! Data loss!
Remove namespaces(dirs) from /home/git/repositories if they dont exist in GitLab database
Remove namespaces(dirs) from `/home/git/repositories` if they don't exist in GitLab database.
```
bundle exec rake gitlab:cleanup:dirs RAILS_ENV=production
```
Remove repositories (global only for now) from /home/git/repositories if they dont exist in GitLab database
Remove repositories (global only for now) from `/home/git/repositories` if they don't exist in GitLab database.
```
bundle exec rake gitlab:cleanup:repos RAILS_ENV=production
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册