From 170ab7fc757ff38cc90a1804c19f31a9490e103b Mon Sep 17 00:00:00 2001 From: Matt Cooper Date: Thu, 9 Jun 2022 14:35:06 -0400 Subject: [PATCH] add `--datacenter` --- .../caching-repositories/configuring-a-repository-cache.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/admin/enterprise-management/caching-repositories/configuring-a-repository-cache.md b/content/admin/enterprise-management/caching-repositories/configuring-a-repository-cache.md index 00fe89ba84..122347fb71 100644 --- a/content/admin/enterprise-management/caching-repositories/configuring-a-repository-cache.md +++ b/content/admin/enterprise-management/caching-repositories/configuring-a-repository-cache.md @@ -62,10 +62,10 @@ Then, when told to fetch `https://github.example.com/myorg/myrepo`, Git will ins $ ghe-repl-setup PRIMARY IP ``` -1. Set a `cache_location` for the repository cache, replacing *CACHE-LOCATION* with an alphanumeric identifier, such as the region where the cache is deployed. +1. Set a `cache_location` for the repository cache, replacing *CACHE-NAME* with an alphanumeric identifier, such as the region where the cache is deployed. Also set a datacenter name for this cache; new caches will attempt to seed from another in the same datacenter. ```shell - $ ghe-repl-node --cache CACHE-LOCATION + $ ghe-repl-node --cache CACHE-NAME --datacenter REPLICA-DC-NAME ``` {% data reusables.enterprise_installation.replication-command %}