Created
June 16, 2020 10:37
-
-
Save sander3/c04298c65b19df9b1f2715dca9a53df8 to your computer and use it in GitHub Desktop.
Temporarily downgrade Elasticsearch to 6.8.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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