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: 16/umbraco-engage/upgrading/migrate-from-umarketingsuite.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,21 @@ description: >-
7
7
# Migrate from uMarketingSuite
8
8
9
9
{% hint style="warning" %}
10
-
Upgrade to the latest version of uMarketingSuite before continuing with the migration.
10
+
Since the latest version of uMarketingSuite runs on Umbraco 13, upgrading to Umbraco Engage involves two steps: 
11
+
12
+
1.**Migrate from uMarketingSuite to Umbraco Engage** (while still on Umbraco 13).
13
+
2.**Upgrade Umbraco CMS and Umbraco Engage** from version 13 to version 16.
14
+
15
+
**Important:** This migration guide does **not** cover the upgrade process from Umbraco 13 to 16. For guidance on upgrading Umbraco CMS, see the [Version Specific Upgrades](https://docs.umbraco.com/umbraco-cms/fundamentals/setup/upgrading/version-specific#id-13.latest-to-the-latest-version) article in the Umbraco CMS Documentation.
16
+
{% endhint %}
17
+
18
+
While it’s technically possible to migrate directly from uMarketingSuite on Umbraco 13 to Umbraco Engage on Umbraco 16, it is recommended to split the process:
19
+
20
+
* First, use this guide to migrate from uMarketingSuite to Umbraco Engage while still on Umbraco 13. 
21
+
* Then, upgrade both the CMS and the Engage package to version 16.
22
+
23
+
{% hint style="warning" %}
24
+
Upgrade to the latest version of uMarketingSuite before starting the migration.
11
25
12
26
You can upgrade your installation by installing the [latest version](https://www.nuget.org/packages/uMarketingSuite/) on top of the existing one.
13
27
{% endhint %}
@@ -183,9 +197,9 @@ You can find additional information on migrating the add-on packages for Umbraco
183
197
184
198
<summary>UI Changes</summary>
185
199
186
-
* The uMarketingSuite folder within `App_Plugins` has been renamed from `uMarketingSuite` to `Umbraco.Engage`.
187
-
* The Umbraco Forms addon folder within `App_Plugins` has been renamed from `uMarketingSuite.UmbracoForms` to `Umbraco.Engage.Forms`.
188
-
* The Cockpit Partial View has been moved from `Partials/uMarketingSuite/Cockpit` to `Partials/Umbraco.Engage/Cockpit`.
200
+
* The uMarketingSuite folder within `App_Plugins` has been renamed from `uMarketingSuite` to `Umbraco.Engage`. This folder is no longer stored on disk due to the use of the `Umbraco.Engage.StaticAssets` package.
201
+
* The Umbraco Forms addon folder within `App_Plugins` has been renamed from `uMarketingSuite.UmbracoForms` to `Umbraco.Engage.Forms`. This folder is no longer stored on disk due to changes in version 16 of the `Umbraco.Engage.Forms` package.
202
+
* The Cockpit Partial View has been moved from `Partials/uMarketingSuite/Cockpit` to `Partials/Umbraco.Engage/Cockpit`. This file is no longer stored on disk due to the use of the `Umbraco.Engage.StaticAssets` package.
0 commit comments