Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We need to find a way of notifying properly the user at the start of James if he is not using the right version of ElasticSearch after our migration to v6.
This topic needs more talking, but few ideas have been already advanced during the grooming :
- try / catch on the ES connection. If wrong version, it should fail -> notify user
- configuring the connection through a conf file and check if the version is right at the start
- ...