Skip to content

Commit d917c62

Browse files
Simran-Bsleto-it
authored andcommitted
Docs: Enterprise Edition hint box and unified use of name (#185)
1 parent fe8baac commit d917c62

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/Manual/Tutorials/Starter/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,15 @@ Note: When you restart the starter, it remembers the original `--starter.local`
148148

149149
## Starting a cluster with datacenter to datacenter synchronization
150150

151+
{% hint 'info' %}
152+
This feature is only available in the
153+
[**Enterprise Edition**](https://www.arangodb.com/why-arangodb/arangodb-enterprise/)
154+
{% endhint %}
155+
151156
Datacenter to datacenter replication (DC2DC) requires a normal ArangoDB cluster in both data centers
152157
and one or more (`arangosync`) syncmasters & syncworkers in both data centers.
153158
The starter enables you to run these syncmasters & syncworkers in combination with your normal
154159
cluster.
155-
Note: Datacenter to datacenter replication is an ArangoDB Enterprise feature.
156160

157161
To run a starter with DC2DC support you add the following arguments to the starters command line:
158162

help.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func showArangoSyncExecutableNotFoundHelp(arangosyncPath string) {
133133
"",
134134
"How to solve this:",
135135
"1 - Install ArangoSync locally or run the ArangoDB starter in docker. (see README for details).",
136-
" Make sure to use an Enterprise version of ArangoDB.",
136+
" Make sure to use an Enterprise Edition of ArangoDB.",
137137
"",
138138
)
139139
}

0 commit comments

Comments
 (0)