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
@@ -253,12 +257,12 @@ Run this script to migrate all the Umbraco data.
253
257
254
258
## Step 6: Finalize the migration
255
259
256
-
1. Delete any `obj`/`bin` folders in your projects to ensure a clean build.
257
-
2. Recompile all projects and ensure all dependencies are restored correctly.
258
-
3. Contact Umbraco Support for a license key.
260
+
1. Delete any `obj`/`bin` folders in your projects to ensure a clean build.
261
+
3. Recompile all projects and ensure all dependencies are restored correctly.
262
+
4. Contact Umbraco Support for a license key.
259
263
1. Look for the speech bubble in the bottom right corner of your screen at [umbraco.com](https://umbraco.com).
260
264
2. Click it, and you can open a new support request.
261
-
4. Add your new Umbraco Engage [license](../installation/licensing.md) key to the `appSettings.json` file:
265
+
5. Add your new Umbraco Engage [license](../installation/licensing.md) key to the `appSettings.json` file:
262
266
263
267
```json
264
268
"Umbraco": {
@@ -330,6 +334,10 @@ Repeat the steps below for each environment that needs to be migrated.
330
334
* Go to Engage -> Settings -> Configuration in the backoffice and click the Regenerate button. Depending on the number of page views in the database this could take a while.
331
335
9. Use the [Troubleshooting Installs](../installation/troubleshooting-installs.md) guide to verify that everything works as expected.
332
336
337
+
{% hint style="info" %}
338
+
If you are on Umbraco Cloud, stopping and starting the site is not necessary.
339
+
{% endhint %}
340
+
333
341
### **Custom firewall changes**
334
342
335
343
If the `/umbraco/umarketingsuite/` path was previously allowed, this needs to change to `/umbraco/engage/`.
0 commit comments