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/setup/index.md')
-rw-r--r--doc/administration/geo/setup/index.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/doc/administration/geo/setup/index.md b/doc/administration/geo/setup/index.md
index cb318783128..ea3bb5afc24 100644
--- a/doc/administration/geo/setup/index.md
+++ b/doc/administration/geo/setup/index.md
@@ -28,13 +28,8 @@ a single-node Geo site or a multi-node Geo site.
### Single-node Geo sites
-If both Geo sites are based on the [1K reference architecture](../../reference_architectures/1k_users.md):
-
-1. Set up the database replication based on your choice of PostgreSQL instances (`primary (read-write) <-> secondary (read-only)` topology):
- - [Using Linux package PostgreSQL instances](database.md) .
- - [Using external PostgreSQL instances](external_database.md)
-1. [Configure GitLab](../replication/configuration.md) to set the **primary** and **secondary** sites.
-1. Follow the [Using a Geo Site](../replication/usage.md) guide.
+If both Geo sites are based on the [1K reference architecture](../../reference_architectures/1k_users.md), follow
+[Set up Geo for two single-node sites](two_single_node_sites.md).
Depending on your GitLab deployment, [additional configuration](#additional-configuration) for LDAP, object storage, and the Container Registry might be required.
@@ -45,6 +40,16 @@ If one or more of your sites is using the [2K reference architecture](../../refe
Depending on your GitLab deployment, [additional configuration](#additional-configuration) for LDAP, object storage, and the Container Registry might be required.
+### General steps for reference
+
+1. Set up the database replication based on your choice of PostgreSQL instances (`primary (read-write) <-> secondary (read-only)` topology):
+ - [Using Linux package PostgreSQL instances](database.md) .
+ - [Using external PostgreSQL instances](external_database.md)
+1. [Configure GitLab](../replication/configuration.md) to set the **primary** and **secondary** sites.
+1. Follow the [Using a Geo Site](../replication/usage.md) guide.
+
+Depending on your GitLab deployment, [additional configuration](#additional-configuration) for LDAP, object storage, and the Container Registry might be required.
+
### Additional configuration
Depending on how you use GitLab, the following configuration might be required: