Page 1 of 1

AtoM installation: Elasticsearch Error

Posted: Fri Jan 12, 2018 1:53 am
by peter_b
Installing AtoM v2.4.0 on Debian 9 (Stretch), following the installation instructions in the AtoM wiki.

I got "apt gpg missing" warnings, so I checked the repository.
Installed current version of Elasticsearch: 6.1.1

Continued installing AtoM, but after initializing the database, I got the following error:
Elasticsearch error.
Seems AtoM currently only works with version 5.x of Elasticsearch.

So I changed the repository URL to 5.x:

Code: Select all

deb https://artifacts.elastic.co/packages/5.x/apt stable main
And installed v5.6.5.


Links: