Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Clarify which version of ArangoDB to use #35

Closed
lostpebble opened this issue Feb 23, 2021 · 6 comments
Closed

Documentation: Clarify which version of ArangoDB to use #35

lostpebble opened this issue Feb 23, 2021 · 6 comments

Comments

@lostpebble
Copy link
Contributor

Going to download and play with the dataset today. Just noticed when I got to the point of downloading ArangoDB from the site, I wasn't sure which version to go for (I know Enterprise would be okay either way) - but would be nice to know which version this project aims to be compatible with.

Also should clarify the minimum version number required for the project- I assume its 3.8 for the new geo features.

@cw00dw0rd
Copy link
Collaborator

Good point now that we have nightly builds up I will update the readme.
Since 3.8 is the targeted version, using the nightly build is the best way to test things.

Here is the nightly build page for more info: https://www.arangodb.com/nightly-builds/

cw00dw0rd referenced this issue Feb 24, 2021
Added installation instructions for nightly builds
cw00dw0rd referenced this issue Feb 24, 2021
Further clarified version for development and added example
@lostpebble
Copy link
Contributor Author

Great, think that clarifies it all pretty nicely- thanks.

@lostpebble
Copy link
Contributor Author

docker run -d -e ARANGO_ROOT_PASSWORD="test" -p 8529:8529 arangodb/arangodb-preview:devel-nightly

So I ran this to start the container- but the root password was not test as expected- it was just blank. I can see that this env variable has definitely been set on the container. Is the ENV variable incorrect here?

@cw00dw0rd
Copy link
Collaborator

I am following up on this as I have experienced the same thing. It does seem to set it to be blank.

@cw00dw0rd
Copy link
Collaborator

docker run -d -e ARANGO_ROOT_PASSWORD="test" -p 8529:8529 arangodb/arangodb-preview:devel-nightly

So I ran this to start the container- but the root password was not test as expected- it was just blank. I can see that this env variable has definitely been set on the container. Is the ENV variable incorrect here?

The dev team has added a new image for 3.8.0 so the new docker tag to pull is 3.8.0-nightly and includes the fix for this issue, try running:
docker run -d -e ARANGO_ROOT_PASSWORD="test" -p 8529:8529 arangodb/arangodb-preview:3.8.0-nightly

@lostpebble
Copy link
Contributor Author

Cool, can confirm that image works with the set password now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants