Skip to content

Commit 56754eb

Browse files
authored
Tiny fixes
1 parent ebd85b9 commit 56754eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

15/umbraco-cms/fundamentals/setup/upgrading/version-specific/migrate-content-to-umbraco-15.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ description: >-
77

88
Umbraco 15 changes the internal data format of all [Block Editors](../../../../fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/README.md).
99

10-
If your maintain a large Umbraco site with extensive Block Editor usage, the upgrade to Umbraco 15+ might require a long-running content migration. For the duration of the migration, your site will be unresponsive and unable to serve requests.
10+
If you maintain a large Umbraco site with extensive Block Editor usage, the upgrade to Umbraco 15+ might require a long-running content migration. For the duration of the migration, your site will be unresponsive and unable to serve requests.
1111

1212
You can track the progress of the migration in the logs.
1313

1414
It is advised to [clean up old content versions](../../../../fundamentals/data/content-version-cleanup.md) before upgrading. This will make the migration run faster.
1515

1616
## Opting out of the content migration
1717

18-
It is strongly recommended to let the migration run as part of the upgrade. However, if you are upgrading to Umbraco versions 15, 16 or 17, you _can_ opt out of the migration. Your site will continue to work, albeit with a certain degree of performance degradation.
18+
It is strongly recommended to let the migration run as part of the upgrade. However, if you are upgrading to Umbraco versions 15, 16, or 17, you _can_ opt out of the migration. Your site will continue to work, albeit with a certain degree of performance degradation.
1919

2020
{% hint style="warning" %}
2121
Blocks in Rich Text Editors might not work as expected if you opt out of the content migration.
2222
{% endhint %}
2323

24-
You can opt out of migrating each Block Editor type individually. To opt out, add an `IComposer` implementation to configure the `ConvertBlockEditorPropertiesOptions` before initiating the upgrade process:
24+
You can opt out of migrating each Block Editor type individually. To opt-out, add an `IComposer` implementation to configure the `ConvertBlockEditorPropertiesOptions` before initiating the upgrade process:
2525

2626
{% code title="DisableBlockEditorMigrationComposer.cs" %}
2727

@@ -62,5 +62,5 @@ Custom code is required to perform the content migration. You can find inspirati
6262
{% hint style="warning" %}
6363
This custom code should not run while editors are working in the Umbraco backoffice.
6464

65-
Once the content migration is complete. the site may require a restart.
65+
The site may require a restart once the content migration is complete.
6666
{% endhint %}

0 commit comments

Comments
 (0)