-
i'am struggeling to setup a cluster from my existing 1-Node-Cluster. We do have a running cluster with serveral databases and now need to add nodes to create a "real" cluster. in the initial setup we used the lets encrypt setup and only added one node. i tried many things but it always failed. what do to in this case? is it possible to add another node with lets encrypt? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You need to start by setting up a new node, for that, you'll need to do the following.
Start the RavenDB service with on the new node. At this point, it is running in passive mode, it isn't joined to the cluster. On the existing node, go the Manage > Cluster and add the node. That should be it. |
Beta Was this translation helpful? Give feedback.
You need to start by setting up a new node, for that, you'll need to do the following.
*.pfx
andsettings.json
files from the current node to the new node.ServerUrl
/PublicServerUrl
to point to the new nodeStart the RavenDB service with on the new node. At this point, it is running in passive mode, it isn't joined to the cluster.
On the existing node, go the Manage > Cluster and add the node.
That should be it.