-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
Currently Umbraco Deploy supports two modes of restoring from upstream environments:
- Partial restore, for a single item or item and descendants.
- Full restore, for everything that can be transferred as content (content, media, optionally forms).
It would be useful to have something in between the two - so you could transfer all content only, or all media only etc. E,g,
- Clicking on the root content, media or forms section, would allow for restore of everything in that section.
- Clicking on a root tree item (e.g. forms, datasources or prevalue sources within the forms section), would allow for restore of everything in that tree.
Edge cases to consider:
- Trees that contain different entity types
- Two different trees that contain the same entity type.
- Additional trees added to what are normally single entity sections (i.e. content and media).
Although default Umbraco doesn't have these, it's possible for package and solution developers to add them