summaryrefslogtreecommitdiff
path: root/doc/raketasks/cleanup.md
blob: b0b82754da688f1dbfec64ee4e978b908bffe8fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Cleanup

### Remove garbage from filesystem. Important! Data loss!

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 don't exist in GitLab database.

```
bundle exec rake gitlab:cleanup:repos RAILS_ENV=production
```