Skip to content

Commit 3190b19

Browse files
cornehoskamgitbook-bot
authored andcommitted
GITBOOK-9: uMarketingSuite to Engage V16 migration plan
1 parent 43060a7 commit 3190b19

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

16/umbraco-engage/upgrading/migrate-from-umarketingsuite.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,21 @@ description: >-
77
# Migrate from uMarketingSuite
88

99
{% 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.
1125

1226
You can upgrade your installation by installing the [latest version](https://www.nuget.org/packages/uMarketingSuite/) on top of the existing one.
1327
{% endhint %}
@@ -183,9 +197,9 @@ You can find additional information on migrating the add-on packages for Umbraco
183197

184198
<summary>UI Changes</summary>
185199

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.
189203

190204
</details>
191205

0 commit comments

Comments
 (0)