Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elasticsearch_update

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch_update

  • 1.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Build Status Code Climate Test Coverage Dependency Status Gem Version

Elasticsearch Update

This gem allows users to easily update their 1.0 and later Elasticsearch instance on the local machine from one of the following formats.

  1. .zip (in progress)
  2. .tar.gz (in progress)
  3. .deb (complete)
  4. .rpm (complete)

Installation follows the upgrade recommendations of Elasticsearch found here.

Installation

Add this line to your application's Gemfile:

gem 'elasticsearch_update'

And then execute:

$ bundle

Or install it yourself as:

$ gem install elasticsearch_update

Usage

After installing the gem, execute the elasticsearch_update command and it will walk you through the upgrade process.

For development, execute bundle exec bin/elasticsearch_update and the gem will walk you through the upgrade process.

For testing, execute rake test and the gem will run the local tests.

Versioning

For transparency into my release cycle and in striving to maintain backward compatibility, Elasticsearch Update is maintained under the Semantic Versioning guidelines. Sometimes I screw up, but I'll adhere to those rules whenever possible.

Contributing

  1. Fork it ( https://github.com/kkirsche/elasticsearch_update/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Warning

Before performing an upgrade, it’s a good idea to back up the data on your system. This will allow you to roll back in the event of a problem with the upgrade. The upgrades sometimes include upgrades to the Lucene libraries used by Elasticsearch to access the index files, and after an index file has been updated to work with a new version of Lucene, it may not be accessible to the versions of Lucene present in earlier Elasticsearch releases. I am not responsible for any loss of data, damaged data, etc. caused by use of this gem.

FAQs

Package last updated on 14 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc