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/geo/replication/remove_geo_node.md')
-rw-r--r--doc/administration/geo/replication/remove_geo_node.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/administration/geo/replication/remove_geo_node.md b/doc/administration/geo/replication/remove_geo_node.md
index e24eb2bd428..c3ff0ef47c1 100644
--- a/doc/administration/geo/replication/remove_geo_node.md
+++ b/doc/administration/geo/replication/remove_geo_node.md
@@ -10,13 +10,13 @@ Once removed from the Geo admin page, you must stop and uninstall the **secondar
1. On the **secondary** node, stop GitLab:
- ```bash
+ ```shell
sudo gitlab-ctl stop
```
1. On the **secondary** node, uninstall GitLab:
- ```bash
+ ```shell
# Stop gitlab and remove its supervision process
sudo gitlab-ctl uninstall
@@ -31,7 +31,7 @@ Once GitLab has been uninstalled from the **secondary** node, the replication sl
1. On the **primary** node, start a PostgreSQL console session:
- ```bash
+ ```shell
sudo gitlab-psql
```