Resource icon

Unmaintained Tutorial: How to update/upgrade ElasticSearch

Compatible XF 1.x versions
  1. 1.0
  2. 1.1
  3. 1.2
  4. 1.3
Additional requirements
Enhanced Search Addon
Tested only on CentOS Server
With few adjustment, should work perfectly in all Linux Distribution Server.

  • Upgrade / Update ElasticSearch:
Code:
cd /
curl -L -O -k https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.2.0.zip
unzip...
You do not have permission to view the full content of this resource. Log in or register now.
Author
rdn
Views
789
First release
Last update

Ratings

4.50 star(s) 2 ratings

More resources from rdn

Latest updates

  1. Enable dynamic scripting in Elasticsearch

    http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-scripting.html#_ena...
  2. Update for Elasticsearch-1.2.0

    More info: http://www.elasticsearch.org/blog/elasticsearch-1-2-0-released/
  3. Update for Elasticsearch-1.1.1

    Enhancements Upgrade to Lucene 4.7.2 #5802 Geo Point Mapping: Allow to parse lat/lon as strings...

Latest reviews

Great guide!
R
rdn
Thanks Mike :)
Easy and compact :)
Top Bottom