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/06/05 11:30:12 UTC

[incubator-ponymail] branch master updated: Bug: PM does not support ES 7 - undocumented (#536)

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 03627c0  Bug: PM does not support ES 7 - undocumented (#536)
03627c0 is described below

commit 03627c04953e9c99dd743d5777779caf0d18b640
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jun 5 12:27:37 2021 +0100

    Bug: PM does not support ES 7 - undocumented (#536)
---
 README.md          | 2 +-
 docs/INSTALLING.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5825596..80163ef 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ private.
 ### Requirements: ###
 
 * Linux operating system (tested on Ubuntu, Debian, Fedora and CentOS - Windows or OS/X may work)
-* ElasticSearch backend (2.1 minimum)
+* ElasticSearch backend (2.1 minimum, 6.x maximum. Does not support 7.x+)
 * Apache HTTP Server frontend with mod_lua loaded OR
   * Nginx with nginx-extras (ng-lua module) AND lua-apr installed
 * Python 3.x for importing (with elasticsearch and formatflowed via pip)
diff --git a/docs/INSTALLING.md b/docs/INSTALLING.md
index 3f3fb4f..504d1ed 100644
--- a/docs/INSTALLING.md
+++ b/docs/INSTALLING.md
@@ -14,7 +14,7 @@ Otherwise, read the next two chapters:
 ## Pre-requisites ##
 You will need the following software installed on your machine:
 
-- ElasticSearch >= 2.1
+- ElasticSearch >= 2.1 and < 7.0 (does not support 7.x+)
 - Python 3.x for the archiver plugin (setup.py will handle dependencies) and importer
 - Python `html2text` package (GPLv3) if you wish to archive HTML-only mails (remember to add the `--html2text` command line arg)
 - Apache HTTP Server 2.4.x with mod_lua (see http://modlua.org/gs/installing if you need to build mod_lua manually)