From 71a34ff6042e9b616d49d0c1e876842e0f9b0c11 Mon Sep 17 00:00:00 2001 From: BiNZGi Date: Wed, 22 Aug 2018 15:55:18 +0200 Subject: [PATCH] NO-JIRA Add version update steps for windows services on doc --- docs/user-manual/en/upgrading.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/user-manual/en/upgrading.md b/docs/user-manual/en/upgrading.md index 61609b8c9b..4eddda3c76 100644 --- a/docs/user-manual/en/upgrading.md +++ b/docs/user-manual/en/upgrading.md @@ -33,7 +33,16 @@ but the general process is as follows: ``` ARTEMIS_HOME='/path/to/apache-artemis-version' ``` - + +If you run Artemis as a service on windows you have to do the following additional steps: + +1. Navigate to the `bin` folder of the broker instance that's being upgraded +1. Open `artemis-service.xml`. It contains a property which is relevant for the upgrade: + + ``` + + ``` + The `ARTEMIS_HOME` property is used to link the instance with the home. _In most cases_ the instance can be upgraded to a newer version simply by changing the value of this property to the location of the new broker home. Please refer