summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-07-31 08:36:38 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-07-31 08:36:38 +0000
commitd6a2488a5bde638edc59ce425d667e13542aa27e (patch)
tree82f5403a16ba9743a03ceb043d82fdebb857d500
parent532b882f99b66a89f09e18e51ab2bd3439f10311 (diff)
parent47def8eb2f1cd2ff4b3ec45992f5fbb4497258d3 (diff)
downloadgitlab-ce-d6a2488a5bde638edc59ce425d667e13542aa27e.tar.gz
Merge branch 'docs/shift-geo-version-info' into 'master'
Move version info for Geo See merge request gitlab-org/gitlab-ce!31269
-rw-r--r--doc/administration/geo/replication/index.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/administration/geo/replication/index.md b/doc/administration/geo/replication/index.md
index f0d329d5296..b5789c87e47 100644
--- a/doc/administration/geo/replication/index.md
+++ b/doc/administration/geo/replication/index.md
@@ -1,5 +1,11 @@
# Geo Replication **(PREMIUM ONLY)**
+> - Introduced in GitLab Enterprise Edition 8.9.
+> - Using Geo in combination with
+> [High Availability](../../high_availability/README.md)
+> is considered **Generally Available** (GA) in
+> [GitLab Premium](https://about.gitlab.com/pricing/) 10.4.
+
Geo is the solution for widely distributed development teams.
## Overview
@@ -8,14 +14,14 @@ Fetching large repositories can take a long time for teams located far from a si
Geo provides local, read-only instances of your GitLab instances, reducing the time it takes to clone and fetch large repositories and speeding up development.
+> **Notes:**
+>
> - Geo is part of [GitLab Premium](https://about.gitlab.com/pricing/#self-managed).
-> - Introduced in GitLab Enterprise Edition 8.9.
> - We recommend you use:
> - At least GitLab Enterprise Edition 10.0 for basic Geo features.
> - The latest version for a better experience.
> - Make sure that all nodes run the same GitLab version.
> - Geo requires PostgreSQL 9.6 and Git 2.9, in addition to GitLab's usual [minimum requirements](../../../install/requirements.md).
-> - Using Geo in combination with [High Availability](../../high_availability/README.md) is considered **Generally Available** (GA) in GitLab [GitLab Premium](https://about.gitlab.com/pricing/) 10.4.
For a video introduction to Geo, see [Introduction to GitLab Geo - GitLab Features](https://www.youtube.com/watch?v=-HDLxSjEh6w).