Skip to content

2.0.0 - UmbracoDeploy.Contrib.Export

Compare
Choose a tag to compare
@ronaldbarendse ronaldbarendse released this 28 Feb 13:42
· 106 commits to v4/dev since this release
e0af999

What's Changed

Full Changelog: release-2.0.0...release-2.0.0-export

How to create an Umbraco 7 export archive

This release contains the Umbraco.Deploy.Contrib.Export assembly (as downloadable asset) that can be added to an existing Umbraco 7 project that already has Umbraco Deploy and Deploy Contrib installed. It contains a new ArtifactExportService.ExportArtifacts() service/method that creates a ZIP archive containing the specified content, schema and files, which can then be imported using the import feature added in Deploy 4.9, 10.3, 12.1 and 13.0, and using the additional legacy migrators added in PR #61.

An example of how to use the ArtifactExportService to create an export of all content and media (including related/dependent schema items) can be found in PR #60.