Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix elasticsearch installation (#14)
* Fix elasticsearch installation Newer default version of elasticsearch has a geoip database indice by default https://discuss.elastic.co/t/how-to-disable-geoip-usage-in-7-14-0/281076 This means that the default indices on the file system have syntax relative to the newer version of ES so when we downgrade to a Magento compatible version it all goes wrong and fails to boot with an error like ``` Caused by: org.apache.lucene.index.IndexFormatTooNewException: Format version is not supported ``` This PR adds some future useful debugging information as well as fixes the error
- Loading branch information