Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
put location back
  • Loading branch information
vtbassmatt authored Jun 9, 2022
commit 1c13b5d8526840c3955e224d0cdf437feb3d07e6
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ Then, when told to fetch `https://github.example.com/myorg/myrepo`, Git will ins
$ ghe-repl-setup <em>PRIMARY IP</em>
```

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.
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. 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 <em>CACHE-NAME</em> --datacenter <em>REPLICA-DC-NAME</em>
$ ghe-repl-node --cache <em>CACHE-LOCATION</em> --datacenter <em>REPLICA-DC-NAME</em>
```

{% data reusables.enterprise_installation.replication-command %}
Expand Down