Skip to content

Commit 974e453

Browse files
authored
Add upgrade to 1.0.3 guide (#234)
* Add upgrade to 1.0.3 guide * Change based on comment
1 parent 39c3866 commit 974e453

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

Docs/upgrade.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,35 @@
11
# Upgrade LoRaWAN to a new version
22

3+
## Release 1.0.3
4+
5+
To update from 1.0.1 or 1.0.2 you can follow the below instructions. If you want to update manually from a version prior to 1.0.1, please refer to [Updating existing installations from 1.0.0 to release 1.0.1](##Updating-existing-installations-from-1.0.0-to-release-1.0.1) section below.
6+
7+
### Updating existing installations from 1.0.1 or 1.0.2 to release 1.0.3
8+
9+
Go to your solution's Azure IoT Hub and under IoT Edge, select each of your gateways. Select `Set Modules` and configure the two deployment modules `LoRaWanNetworkSrvModule` and `LoRaWanPktFwdModule`. Make sure, the following image URIs are configured:
10+
11+
|Deployment Module|Image URI|
12+
|-|-|
13+
|LoRaWanNetworkSrvModule|loraedge/lorawannetworksrvmodule:1.0.3|
14+
|LoRaWanPktFwdModule|loraedge/lorawanpktfwdmodule:1.0.3|
15+
16+
On the same `Set Modules` page, also update your current edge version to 1.0.9 by pressing the `Configure Advanced Edge Runtime settings` button. On the menu, ensure the edge hub and edge agent are using version 1.0.9 by respectively setting image name to mcr.microsoft.com/azureiotedge-hub:1.0.9 and mcr.microsoft.com/azureiotedge-agent:1.0.9.
17+
18+
### Updating the Azure Function Facade
19+
20+
If you have manually deployed the Azure Function, re-deploy the updated version of the Azure Function Facade as outlined [here](./devguide.md#setup-azure-function-facade-and-azure-container-registry) if you have a previous version of this Azure Function running.
21+
22+
If you have deployed the solution and with it the Azure Function through the Azure Resource Manager template, you will see an `App Setting` in the function with the name "WEBSITE_RUN_FROM_ZIP". Update it's value to:
23+
24+
```
25+
https://github.com/Azure/iotedge-lorawan-starterkit/releases/download/v1.0.3/function-1.0.3.zip
26+
```
27+
328
## Release 1.0.2
429

530
We recommend re-deploying your solution based on the 1.0.2 release if you have been working with a solution before version 1.0.2. To update from 1.0.1 you can follow the below instructions. If you want to update manually from a version prior to 1.0.1, please refer to [Updating existing installations from 1.0.0 to release 1.0.1](##Updating-existing-installations-from-1.0.0-to-release-1.0.1) section below.
631

7-
## Updating existing installations from 1.0.1 to release 1.0.2
32+
### Updating existing installations from 1.0.1 to release 1.0.2
833

934
Go to your solution's Azure IoT Hub and under IoT Edge, select each of your gateways. Select `Set Modules` and configure the two deployment modules `LoRaWanNetworkSrvModule` and `LoRaWanPktFwdModule`. Make sure, the following image URIs are configured:
1035

0 commit comments

Comments
 (0)