arangodb
arangodb copied to clipboard
ArangoDB Starter - starts ArangoDB clusters & single servers with ease.
If another starter is ran with the same directory as an already running starter, it will rightfully complain: ``` 2019-07-31T14:26:03+02:00 |ERRO| Failed to listen on 0.0.0.0:8538 component=arangodb error="listen tcp 0.0.0.0:8538:...
Currently it is not possible to move from a deployment without TLS to one with TLS. We need to create and document a procedure to allow this without losing the...
This is the option `--all.ssl.require-peer-certificate=true`. First of all, it seems the client authentication cafile is not handed on to `arangod` so that client authentication is not actually possible. Furthermore, the...
If an arangosh connects to a server endpoint, it will query `/_api/version` first using username and password. Since its obvious this won't work with the starter, it should redirect (HTTP...
starter will currently only accept `--long.option=foo`. [edit] it accepts a wild mix of this and that.
starter should abort with an error message if the secret file is empty.
one of the cluster tests is to start a 4th instance that is suspected to give up and exit once it failed to start the arangod a hundret times. This...
# Problem Currently when the starter gets a new feature (e.g. recent SSL addition) that result in additional/alternate settings in the server config files you have 2 options: - Start...
As the `/js` dirs of the community and enterprise edition are separate in a development checkout, it would be useful to be able to pass the `--server.js-dir` parameter multiple times...
As seen in https://github.com/arangodb/arangodb/issues/8120#issuecomment-516168335 the arangodb starter should change the working directory to the install-root before launching arangod. In the rpm/deb case this would be `/` - in the tarball...