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
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,49 +70,47 @@ IoT Edge for Linux on Windows updates are serviced using Microsoft Update channe
70
70
71
71
-**Manually manage Microsoft Updates** - To opt in to Microsoft Updates, see [Opt-In to Microsoft Update](/windows/win32/wua_sdk/opt-in-to-microsoft-update).
72
72
73
-
## Migration between EFLOW 1.1LTS and EFLOW 1.4LTS
73
+
## Migration between EFLOW with Azure Linux 2.0 to EFLOW with Azure Linux 3.0
74
74
75
-
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 have to uninstall the current version and install the new desired version.
76
-
77
-
Migration between EFLOW 1.1LTS to EFLOW 1.4LTS was introduced as part of EFLOW 1.1LTS [(1.1.2212.12122)](https://aka.ms/AzEFLOWMSI-Update-1_1_2212_12122) update. This migration handles the EFLOW VM migration from 1.1LTS version to 1.4LTS version, including the following:
75
+
Migration between Azure Linux 2.0 and Azure Linux 3.0 was introduced as part of EFLOW 1.5.5.07025 update. This migration handles the EFLOW VM migration from EFLOW 1.5.4.07025 with Azure Linux 2.0 to EFLOW 1.5.5.07025 with Azure Linux 3.0, including the following:
78
76
- IoT Edge runtime
79
77
- IoT Edge configurations
80
78
- Containers
81
79
- Networking and VM configuration
82
80
- Stored files
83
81
84
-
To migrate between EFLOW 1.1LTS to EFLOW 1.4LTS, use the following steps.
82
+
To migrate from EFLOW 1.5.4.07025 with Azure Linux 2.0 to EFLOW 1.5.5.07025 with Azure Linux 3.0, use the following steps.
85
83
86
-
1. Get the latest Azure EFLOW 1.1LTS [(1.1.2212.12122)](https://aka.ms/AzEFLOWMSI-Update-1_1_2212_12122) update. If you're using Windows Update, *Check Updates* to get the latest EFLOW update.
87
-
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.
1. Get the latest Azure EFLOW 1.5.4.07025 update. If you're using Windows Update, *Check Updates* to get the latest EFLOW update.
85
+
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 (download one of the following).
> You can migrate with one single cmdlet by using the `-autoConfirm` flag with the `Start-EflowMigration` cmdlet. If specified `Confirm-EflowMigration` doesn't needs to be called to proceed with 1.4 migration.
92
+
> You can migrate with one single cmdlet by using the `-autoConfirm` flag with the `Start-EflowMigration` cmdlet. If specified `Confirm-EflowMigration` doesn't needs to be called to proceed with the Azure Linux 3.0 migration.
95
93
96
94
1. If you're using the auto-download migration option, run the following cmdlet
97
95
```powershell
98
96
Start-EflowMigration
99
97
```
100
-
1. If you downloaded the MSI in **Step 2**, use the downloaded files to apply the migration.
98
+
1. If you downloaded the MSI in **Step 2**, use the downloaded files to apply the migration (replace "X64" with "ARM64" in the filepath if using ARM64).
1. If you're using the auto-download migration option, run the following cmdlet
106
104
```powershell
107
105
Confirm-EflowMigration
108
106
```
109
-
1. If you downloaded the MSI in **Step 2**, use the downloaded files to apply the migration.
107
+
1. If you downloaded the MSI in **Step 2**, use the downloaded files to apply the migration (replace "X64" with "ARM64" in the filepath if using ARM64).
> If the migration fails for any reason, the EFLOW VM is restored to its original 1.1LTS version.
113
+
> If the migration fails for any reason, the EFLOW VM is restored to its original EFLOW 1.5.4.07025 version with Azure Linux 2.0.
116
114
> To cancel the migration or manually restore the EFLOW VM to its prior state, run the `Start-EflowMigration` cmdlet and then `Restore-EflowPriorToMigration`.
117
115
118
116
For more information, check `Start-EflowMigration`, `Confirm-EflowMigration` and `Restore-EflowPriorToMigration` cmdlet documentation by using the `Get-Help <cmdlet> -full` command.
0 commit comments