Skip to content

Commit 898c98a

Browse files
authored
Minor changes to trigger checks
1 parent 8d473d4 commit 898c98a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

13/umbraco-deploy/deployment-workflow/import-export-v7.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
meta.Title: Migrating from Umbraco 7
3-
description: How to export content and schema from Umbraco 7 and import into a newer version
3+
description: How to export content and schema from Umbraco 7 and import them into a newer version
44
---
55

6-
### Migrating from Umbraco 7
6+
# Migrating from Umbraco 7
77

88
The import and export features are available for Umbraco Deploy supporting Umbraco 8 and above. It's not been ported back to Umbraco 7, hence you cannot trigger an export from the backoffice or use the service.
99

1010
However, you can still use this feature to help migrate from Umbraco 7 to a supported major version. This requires adding additional logic to your Umbraco 7 project to create an export ZIP archive similar to newer versions.
1111

12-
#### Exporting Umbraco 7 content and schema
12+
## Exporting Umbraco 7 content and schema
1313

1414
You can generate an export archive in the same format as the import/export feature. This is done by adding the [`Umbraco.Deploy.Contrib.Export` assembly](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-2.0.0-export) to your Umbraco 7 project (that already has Deploy and Deploy Contrib installed, see below). This archive can be imported into a newer Umbraco version by configuring the legacy import migrators. You can also apply additional migrators to update obsolete data types and property data into newer equivalents.
1515

@@ -88,7 +88,7 @@ public class DeployExportApplicationHandler : ApplicationEventHandler
8888

8989
</details>
9090

91-
#### Importing Umbraco 7 content and schema
91+
## Importing Umbraco 7 content and schema
9292

9393
To import this archive into a newer Umbraco project, you need to install either of these packages:
9494

@@ -170,7 +170,7 @@ internal class LegacyImportComposer : IComposer
170170
It is recommended to start by importing only the schema and schema files (by deselecting 'Content' and 'Content files' in the dialog). Then, you can proceed with importing all content and schema together. The order in which the artifacts are imported depends on their dependencies. By importing the schema first, we ensure that the schema is updated before any content is processed.
171171
{% endhint %}
172172

173-
#### Obtaining Umbraco Deploy for Umbraco 7
173+
## Obtaining Umbraco Deploy for Umbraco 7
174174

175175
Umbraco Deploy for Umbraco 7 is no longer supported and was only available on Umbraco Cloud. It was not released for use on-premise.
176176

@@ -229,4 +229,4 @@ Use this guide to migrate from on-premises to Umbraco Cloud or to upgrade to a n
229229

230230
4. Export Content.
231231

232-
- **Export** your content, schema, and files to zip.
232+
- **Export** your content, schema, and files to zip.

0 commit comments

Comments
 (0)