You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/09/04 17:27:04 UTC

[1/2] activemq-artemis git commit: This closes #2259

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 455b8892b -> d0272e65d


This closes #2259


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d0272e65
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d0272e65
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d0272e65

Branch: refs/heads/master
Commit: d0272e65dea50e84193db2406237699f1cf7907a
Parents: 455b889 71a34ff
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Sep 4 13:26:56 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Sep 4 13:26:56 2018 -0400

----------------------------------------------------------------------
 docs/user-manual/en/upgrading.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: NO-JIRA Add version update steps for windows services on doc

Posted by cl...@apache.org.
NO-JIRA Add version update steps for windows services on doc


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/71a34ff6
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/71a34ff6
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/71a34ff6

Branch: refs/heads/master
Commit: 71a34ff6042e9b616d49d0c1e876842e0f9b0c11
Parents: 455b889
Author: BiNZGi <Bi...@users.noreply.github.com>
Authored: Wed Aug 22 15:55:18 2018 +0200
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Sep 4 13:26:56 2018 -0400

----------------------------------------------------------------------
 docs/user-manual/en/upgrading.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/71a34ff6/docs/user-manual/en/upgrading.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/upgrading.md b/docs/user-manual/en/upgrading.md
index 61609b8..4eddda3 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:
+
+   ```
+   <env name="ARTEMIS_HOME" value="/path/to/apache-artemis-version"/>
+   ```
+
 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