Hi,
I am trying to setup a cluster in local host(single host) with just master and leaf node with different ports.
Something like this
±-----------±-------±----------±------±--------------±-------------±--------±---------------±-------------------+
| MemSQL ID | Role | Host | Port | Process State | Connectable? | Version | Recovery State | Availability Group |
±-----------±-------±----------±------±--------------±-------------±--------±---------------±-------------------+
| DC3601E39D | Master | 127.0.0.1 | 43306 | Running | True | 6.7.18 | Online | |
| 198292BB75 | Leaf | 127.0.0.1 | 43307 | Running | True | 6.7.18 | Online | 1 |
±-----------±-------±----------±------±--------------±-------------±--------±---------------±-------------------+
We do have existing single host cluster with memsql-ops and all the cluster management/memsql installation with the basic vagrant
user. But with the new memsql tools, we need to create a non root user with sudo access to manage the cluster or installation which I am trying to avoid here with the approach said in the link MemSQL Cluster Installation without sudo access - #4 by madhusudhana_podila - Help - SingleStore Forums
But after doing all the installation and creating the nodes I do see that some of the libraries are missing(where I am kind of struck). I found that running memsql-deploy install copied the libraries to the data directory. I am not sure if that approach is good, please advice @jkaplan