arangodb
arangodb copied to clipboard
ArangoDB Starter - starts ArangoDB clusters & single servers with ease.
- for Docker case: document variable DOCKER_IMAGE in order to specfify the ArangoDB version using the Starter in docker (e.g. `-e "DOCKER_IMAGE=arangodb/enterprise:3.4.4"`) 1. https://docs.arangodb.com/3.4/Manual/Deployment/SingleInstance/UsingTheStarter.html#using-the-arangodb-starter-in-docker 2. https://docs.arangodb.com/3.4/Manual/Deployment/ActiveFailover/UsingTheStarter.html#using-the-arangodb-starter-in-docker 3. https://docs.arangodb.com/3.4/Manual/Deployment/Cluster/UsingTheStarter.html#using-the-arangodb-starter-in-docker - in...
Use log messages like: "Serving as a Starter master" "Serving as a Starter slave" "Just became master of the Starter Cluster" "Tried to become master of the Starter Cluster but...
Hi, we've been trialing this and are currently on version 0.5.0. We had an issue with the underlying data drive on one of the nodes that resulted in us having...
Add a command to cleanout the dbserver on a specific machine. The command should call the cleanout server API of the dbserver, wait for the cleanout to finish or fail...
While Santo and I did some simple educational deployment experiments with the starter, we ran into a situation in which it was not possible to join the cluster anymore: ```...
Report issues in log & metrics
https://github.com/arangodb/arangodb/issues/5373
Environment: - 2 Virtual Machines (cloned from each other, exactly the same operating environment) - OS: Arch Linux - ArangoDB Starter: 0.10.4 (precompiled, downloaded binary from GitHub) - ArangoDB Server:...