debian-mirror-gitlab/doc/administration/raketasks/praefect.md

23 lines
693 B
Markdown
Raw Normal View History

2020-05-24 23:13:21 +05:30
# Praefect Rake Tasks **(CORE ONLY)**
2020-04-22 19:07:51 +05:30
> [Introduced]( https://gitlab.com/gitlab-org/gitlab/-/merge_requests/28369) in GitLab 12.10.
## Replica checksums
Prints out checksums of the repository of a given project_id on the primary as well as secondary internal Gitaly nodes.
NOTE: **Note:**
2020-06-23 00:09:42 +05:30
This only is relevant and works for projects that have been created on a Praefect storage. See the [Praefect Documentation](../gitaly/praefect.md) for configuring Praefect.
2020-04-22 19:07:51 +05:30
**Omnibus Installation**
```shell
sudo gitlab-rake "gitlab:praefect:replicas[project_id]"
```
**Source Installation**
```shell
sudo -u git -H bundle exec rake "gitlab:praefect:replicas[project_id]" RAILS_ENV=production
```