can't remove elasticsearch 1.4.3

marioman

Active member
hi,

output for curl -XGET 'http://localhost:9200/'
Code:
{                                                              
 "status" : 200,                                               
"name" : "Talisman",                                          
"cluster_name" : "elasticsearch",                            
 "version" : {                                                   
"number" : "1.4.3",                                          
"build_hash" : "36a29a7144cfde87a960ba039091d40856fcb9af",    
"build_timestamp" : "2015-02-11T14:23:15Z",                   
"build_snapshot" : false,                                     
"lucene_version" : "4.10.3"                                 },                                                            
"tagline" : "You Know, for Search"                          }

i tried (yum remove elasticsearch) but i get
Code:
Loaded plugins: fastestmirror, priorities, security
Setting up Remove Process
No Match for argument: elasticsearch
Loading mirror speeds from cached hostfile
* epel: mirror.steadfast.net
* rpmforge: mirror.team-cymru.org
136 packages excluded due to repository priority protectionsNo Packages marked for removal
 
Thus, very likely it's been installed manually ( https://xenforo.com/community/resources/tutorial-how-to-update-upgrade-elasticsearch.2908/ ??) and not through yum package manager.
If want to remove it, you'll need to stop the service, and remove the binaries and start-up script.
If you are wanting to upgrade it, you can probably do a yum rpm install and it will replace(upgrade) your existing version. Backup your /etc/elasticsearch/ directory (or wherever elasticsearch.yml is stored) beforehand, just to be sure.
 
Thus, very likely it's been installed manually ( https://xenforo.com/community/resources/tutorial-how-to-update-upgrade-elasticsearch.2908/ ??) and not through yum package manager.
If want to remove it, you'll need to stop the service, and remove the binaries and start-up script.
If you are wanting to upgrade it, you can probably do a yum rpm install and it will replace(upgrade) your existing version. Backup your /etc/elasticsearch/ directory (or wherever elasticsearch.yml is stored) beforehand, just to be sure.
yes, i installed it like this thread
how to stop and remove it
can you help me with the command line please
 
Top Bottom