arangodb icon indicating copy to clipboard operation
arangodb copied to clipboard

ArangoDB Starter - starts ArangoDB clusters & single servers with ease.

Results 47 arangodb issues
Sort by recently updated
recently updated
newest added
trafficstars

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:...

enhancement
3 Starter

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...

1 Feature
3 SSL
3 Starter

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...

1 Bug
3 Starter

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...

enhancement
3 Starter

starter will currently only accept `--long.option=foo`. [edit] it accepts a wild mix of this and that.

3 Starter
quality of life

starter should abort with an error message if the secret file is empty.

enhancement
3 Starter

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...

1 Bug
3 Starter
4 Windows

# 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...

1 Feature
3 Starter

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...

3 Starter
quality of life

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...

1 Bug
3 Starter