Hi,

Remove the old service (service remove) then install it again using the new 
path.
Going forward you might want to look into using file-system links (which Windows Vista + supports) so that you can make an alias
to the folder, install the service for it and reuse that across installs.
That is, install under c:\elasticsearch\current (which can point to 1.1.0, then 1.1.1, 1.2.2, etc...) while your service points to
\current.
Of course, you need to check whether each version introduces some changes into the init/stop script (does happen though rarely)
and use that.

Cheers,

On 7/17/14 10:02 AM, Wesley Creteur wrote:
Hi,

I'm a recent user of elasticsearch and was wondering what steps i should take 
on upgrade to a newer version of
elasticsearch on my windows server 2012?

I've installed elasticsearch as running service on windows with the following 
commands: (3 nodes)
|
C:\Elasticsearch\elasticsearch-1.1.0\bin\service install node-01
C:\Elasticsearch\elasticsearch-1.1.0\bin\service install node-02
C:\Elasticsearch\elasticsearch-1.1.0\bin\service install node-03
|

Best regards

--
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to
[email protected] 
<mailto:[email protected]>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/6a4c4726-abb6-42ad-af56-9f9f889d7284%40googlegroups.com
<https://groups.google.com/d/msgid/elasticsearch/6a4c4726-abb6-42ad-af56-9f9f889d7284%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
Costin

--
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/53C78069.3070902%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to