carlalexander / debops-wordpress

Your superpowered WordPress server in three commands.
GNU General Public License v3.0
440 stars 65 forks source link

Elasticsearch Version #206

Open apvlv opened 5 years ago

apvlv commented 5 years ago

Hello,

the Elasticpress Plugin throws an error because of the ES Version

Your Elasticsearch version 6.4.1 is above the maximum required Elasticsearch version 6.2. ElasticPress may or may not work properly.

How can I change the ES version that is installed?

Thank you!

tobeycodes commented 5 years ago

@pvlvsk You can add the elasticsearch__version variable to your sites vars.yml. I do not know if running debops would downgrade the version already installed so you might need to reprovision from scratch. If you try please let us know.

Although ElasticSearch should still work, that ElasticPress notice is very intrusive https://github.com/10up/ElasticPress/issues/1105. I have been using it on 6.4.0 for another site and it works without any issues.

carlalexander commented 5 years ago

I use it as well and it's fine.

apvlv commented 5 years ago

Thanks! Yes, i see that it is working. I will try to downgrade ES to see if its working though and report then.

carlalexander commented 5 years ago

Any news @pvlvsk?