You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/12/28 16:46:37 UTC

[incubator-ponymail-foal] branch master updated: ES get strict

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 2871668  ES get strict
2871668 is described below

commit 2871668e9dfc901ff4eb7303590c48dfbc2bde2b
Author: Sebb <se...@apache.org>
AuthorDate: Tue Dec 28 16:46:26 2021 +0000

    ES get strict
---
 INSTALL.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/INSTALL.md b/INSTALL.md
index effc98c..6d20e60 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -24,6 +24,10 @@
 - PipEnv program (typically `apt install pipenv` or `yum install pipenv` etc)
 - A web server of your choice with proxy capabilities
 
+Warning: the ElasticSearch client libraries from 7.14 have strict server version checking
+and will not run with the wrong version.
+You may need to update the requirements.txt files in tools/ and server/ accordingly.
+
 ## Installation steps:
 
 - Clone the Foal git repository to your machine: `git clone https://github.com/apache/incubator-ponymail-foal.git foal`