mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-24 20:16:08 +10:00
402 B
402 B
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