1
0
Fork 0

Doc - Improve hint boxes on page MigratingSingleInstanceCluster.md (#8241)

This commit is contained in:
Simran 2019-02-23 11:53:02 +01:00 committed by sleto-it
parent 808fb694d0
commit 7a75f37857
1 changed files with 6 additions and 9 deletions

View File

@ -3,15 +3,8 @@ Migrating from a _Single Instance_ to a _Cluster_
{% hint 'info' %}
Before migrating from a _Single Instance_ to a Cluster,
please make sure to read the
[Single Instance vs. Cluster](../Architecture/SingleInstanceVsCluster.md)
page.
{% endhint %}
{% hint 'warning' %}
If you have developed your application using a _Single Instance_
and you would like to use a _Cluster_ now, before upgrading your production
system please test your application with the _Cluster_ first.
please read about
[**Single Instance vs. Cluster**](../Architecture/SingleInstanceVsCluster.md)
{% endhint %}
To migrate from a _Single Instance_ to a _Cluster_ you will need
@ -20,6 +13,10 @@ the _Cluster_ with the tools [_arangodump_](../Programs/Arangodump/README.md)
and [_arangorestore_](../Programs/Arangorestore/README.md).
{% hint 'warning' %}
If you have developed your application using a _Single Instance_
and you would like to use a _Cluster_ now, before upgrading your production
system please test your application with the _Cluster_ first.
If both your _Single Instance_ and _Cluster_ are running on the same
machine, they should have distinct data directories. It is not possible
to start a _Cluster_ on the data directory of a _Single Instance_.