Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/raketasks/praefect.md')
-rw-r--r--doc/administration/raketasks/praefect.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/administration/raketasks/praefect.md b/doc/administration/raketasks/praefect.md
index 1f9eb06f567..ba2a135cb01 100644
--- a/doc/administration/raketasks/praefect.md
+++ b/doc/administration/raketasks/praefect.md
@@ -20,14 +20,14 @@ Rake tasks are available for projects that have been created on Praefect storage
Run this Rake task on the node that GitLab is installed and not on the node that Praefect is installed.
-**Omnibus Installation**
+- Linux package installations:
-```shell
-sudo gitlab-rake "gitlab:praefect:replicas[project_id]"
-```
+ ```shell
+ sudo gitlab-rake "gitlab:praefect:replicas[project_id]"
+ ```
-**Source Installation**
+- Self-compiled installations:
-```shell
-sudo -u git -H bundle exec rake "gitlab:praefect:replicas[project_id]" RAILS_ENV=production
-```
+ ```shell
+ sudo -u git -H bundle exec rake "gitlab:praefect:replicas[project_id]" RAILS_ENV=production
+ ```