memsql-deploy uninstall --all-versions
Returns:
error running memsqlctl: error running command:
"/usr/bin/sudo" "-S" "-k" "--" "/bin/sh" "-c" "'printf' '9741ed09-9b1b-4b3a-b250-6b49658438e6' && 'exec' 'memsqlctl' '--json' '--yes' 'list-nodes'"
: exit status 127
stderr: [sudo] password for user: /bin/sh: line 0: exec: memsqlctl: not found
So then I attempted to reinstall memsql-server and still cannot run ‘memsqlctl’
memsqlctl env
bash: memsqlctl: command not found...
Is there a particular path or config file I’d need to change somewhere? It appears I’m unable to fully uninstall memsql-server to then re-install.
I cannot even create a node since the file is missing:
memsql-admin create-node --host 127.0.0.1 --password “” -P 3306
could not determine memsqlctl user: error running memsqlctl: failed to start command:"memsqlctl" "--json" "--yes" "env"
: exec: “memsqlctl”: executable file not found in $PATH
Thanks