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

elasticsearch client version in requirements.txt should match Dockerfile elasticsearch server version #46

Open
binarymax opened this issue Oct 19, 2020 · 1 comment

Comments

@binarymax
Copy link
Contributor

binarymax commented Oct 19, 2020

The client module version should match server installed version

Currently, in requirements.txt, the following version is elasticsearch==7.0.0

But in the notebooks/elasticsearch/.docker/es-docker/Dockerfile, the version of elastic is 7.6.2

The latest compatible client version is elasticsearch==7.6.0, and if the Dockerfile version changes (to for example 7.9.x, an appropriate client version match needs to be made and explicitly specified in the requirements.txt file.

@epugh
Copy link
Member

epugh commented Aug 26, 2024

Interestingly we are up to 7.16.2 in requirements.txt, but in Docker we are 8.8.2!

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