remove-repository: A new sub-command for the praefect to remove repository (v13.12)
Users of the praefect are missing tools to manage state of the cluster. One of such tools is a repository removal cli. It should be used to remove any repository from the cluster. The removal covers cleanup of the database and removal from the gitaly storages. The command tries to remove as much as possible first by removing from praefect, replication event queue and each gitaly node configured in the provided config file.
Part of: #3771 (closed) Part of: #3809 (closed)
Changelog: added
Merge request reports
Activity
added Category:Gitaly devopscreate groupgitaly labels
assigned to @8bitlife
4 Warnings CHANGELOG missing. You can create one with:
_support/changelog -m 3946 "remove-repository: A new sub-command for the praefect to remove repository"
If your merge request doesn't warrant a CHANGELOG entry,
consider adding any of the ~"tooling", ~"tooling::pipelines", ~"tooling::workflow", ci-build, meta, documentation labels.Please capitalize the merge request title The title of this merge requests it too long No milestone was set, nor could it be detected from the issues this merge request closes. 1 Message Suggested maintainers: @zj-gitlab
, and@samihiltunen
Generated by
Dangeradded 1 commit
- ca6306ef - remove-repository: A new sub-command for the praefect to remove repository
added sectiondev label
requested review from @pks-t and @samihiltunen
@8bitlife This is a cherry-pick, right? If so, can you please execute git-cherry-pick(1) with the
-x
flag such that we have a "Cherry-picked-from" note in the commit message?No @pks-t it is not a cherry-pick. It requires manual changes, so it can't be cherry-picked because of the differences in the code.
@8bitlife Fair enough, thanks!
removed review request for @pks-t
mentioned in commit c2986024
added severity2 label
added priority2 label
mentioned in merge request gitlab-com/www-gitlab-com!92984 (merged)