Projects that still exist in the database become 'orphaned' when running gitlab:cleanup:repos Steps to reproduce sudo gitlab-rake gitlab:cleanup:repos What is the current bug behavior? The docs say: Rename repositories from all repository storage paths if they don't exist in GitLab database....
The repositories get a +orphaned+TIMESTAMP suffix so that they cannot block new repositories from being created.# omnibus-gitlab sudo gitlab-rake gitlab:cleanup:repos # installation from source bundle exec rake gitlab:cleanup:repos RAILS_ENV=production...
# omnibus-gitlabsudo gitlab-rake gitlab:cleanup:repos# installation from sourcebundle exec rake gitlab:cleanup:repos RAILS_ENV=production
Remove repositories (global only for now) from/home/git/repositoriesif they don't exist in GitLab database. # omnibus-gitlab sudo gitlab-rake gitlab:cleanup:repos # installation from source bundle exec rake gitlab:cleanup:repos RAILS_ENV=production...
正在加载... 帮助 Submit feedback 登录/注册 帮助
# omnibus-gitlabsudo gitlab-rake gitlab:cleanup:repos# installation from sourcebundle exec rake gitlab:cleanup:repos RAILS_ENV=production
# omnibus-gitlab sudo gitlab-rake gitlab:cleanup:project_uploads # installation from source bundle exec rake gitlab:cleanup:project_uploads RAILS_ENV=production Example output: $ sudo gitlab-rake gitlab:cleanup:project_uploads I, [2018-07-27T12:08:27.671559 #89817] INFO -- : Looking for...
gitlab::cleanup rake tasks These rake tasks do a bunch of things that need direct access to repositories. We should somehow migrate them (or remove if possible). Stages: RPC Design: gitaly-proto!211 (merged) Server Implementation: !868 (merged) ~"Client Implementation": Create Issue ~"...
cleanup.md Update documentation according to the new multiple git mount points feature 8 years ago features.md Fix broken links to docs 8 years ago import.md Refactor repository paths handling to allow multiple git mount points 8 years ago list_repos.md Add "rake gitlab:list_repos...
cleanup.md Search or go to… Project Something went wrong on our end 835965d1f61e3119942cbdb78a660f8e0c4eae5f gitlab-foss doc raketasks cleanup.md Find fileBlame Add latest changes from gitlab-org/gitlab@master 🤖 GitLab Bot 🤖authored4 months ago...