You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-edge/iot-edge-for-linux-on-windows-updates.md
+43-2Lines changed: 43 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ EFLOW updates are sequential and you'll require to update to every version in or
31
31
To find the latest version of Azure IoT Edge for Linux on Windows, see [EFLOW releases](https://aka.ms/AzEFLOW-Releases).
32
32
33
33
<!-- iotedge-2020-11 -->
34
-
:::moniker range=">=iotedge-2020-11"
34
+
:::moniker range="iotedge-2020-11"
35
35
36
36
>[!IMPORTANT]
37
37
>This is a Public Preview version of [Azure IoT Edge for Linux on Windows continuous release (EFLOW CR)](./version-history.md), not intended for production use. A clean install may be required for production use once the final General Availability (GA) release is available.
## Migrations between EFLOW LTS and EFLOW CR trains
120
120
121
-
IoT Edge for Linux on Windows doesn't support migrations between the different release trains. If you want to move from the 1.1LTS or 1.4LTS version to the Continuous Release (CR) version or viceversa, you'll have to uninstall the current version and install the new desired version. To migrate between EFLOW 1.1LTS to EFLOW 1.4LTS, check [EFLOW LTS migration](https://aka.ms/AzEFLOW-LTS-Migration).
121
+
IoT Edge for Linux on Windows doesn't support migrations between the different release trains. If you want to move from the 1.1LTS or 1.4LTS version to the Continuous Release (CR) version or viceversa, you'll have to uninstall the current version and install the new desired version.
122
+
123
+
Migration between EFLOW 1.1LTS to EFLOW 1.4LTS is available. This migration will handle the VM migration from 1.1LTS version to 1.4LTS version, including the following:
124
+
- IoT Edge runtime
125
+
- Containers
126
+
- Networking and VM configuration
127
+
- Stored files.
128
+
129
+
To migrate between EFLOW 1.1LTS to EFLOW 1.4LTS, use the following steps.
130
+
131
+
1. Get the latest Azure EFLOW 1.1LTS [(1.1.2112.1212.1)](https://aka.ms/AzEFLOWMSI-1_1_2212_12122) update. If you're using Windows Update, *Check Updates* to get the latest EFLOW update.
132
+
1. For auto-download migration (needs Internet connection), skip this step. If the EFLOW VM has limited/no internet access, download the necessary files before starting the migration.
>You can migrate with one single cmdlet by using the `-autoConfirm` flag. If specified Confirm-EflowMigration doesnt needs to be called to proceed with 1.4 migration.
140
+
141
+
1. If you're using the auto-download migration option run the following cmdlet
142
+
```powershell
143
+
Start-EflowMigration
144
+
```
145
+
1. If you download the MSI on **Step 2**, use the downloaded files to apply the migration
0 commit comments