Skip to content

Instantly share code, notes, and snippets.

@sander3
Created June 16, 2020 10:37
Show Gist options
  • Save sander3/c04298c65b19df9b1f2715dca9a53df8 to your computer and use it in GitHub Desktop.
Save sander3/c04298c65b19df9b1f2715dca9a53df8 to your computer and use it in GitHub Desktop.
Temporarily downgrade Elasticsearch to 6.8.8
brew services stop elasticsearch
sleep 2
brew uninstall elasticsearch
rm -Rf /usr/local/etc/elasticsearch
rm -Rf /usr/local/var/lib/elasticsearch/
brew install https://raw.githubusercontent.com/ankane/homebrew-core/63f95f490c63758eba124d97803f26be3e3362ba/Formula/elasticsearch.rb
brew services start elasticsearch
sleep 35
open -a http://localhost:9200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment