Skip to content

Instantly share code, notes, and snippets.

@JeffDarchuk
Last active June 5, 2020 03:55
Embed
What would you like to do?
Sitecore Sidekick Content Migration Presets
<presets hint="raw:BuildPresetList">
<preset
name="AllContent"
desc="Pull all content from the main Sitecore content node."
bulkUpdate="true"
children="true"
overwrite="true"
eventDisabler="true"
pullParent="true"
removeLocalNotInRemote="false"
ignoreRevId="false"
useItemBlaster="true">
<serverBlacklist>https://dont.allow.for.this.server</serverBlacklist>
<!-- /sitecore/Content -->
<source>{0DE95AE4-41AB-4D01-9EB0-67441B7C2450}</source>
</preset>
<preset name="AllContentAndMarketing" desc="Pull all content and marketing data from Sitecore.">
<serverWhitelist>https://allow.for.this.server</serverWhitelist>
<serverWhitelist>https://or.also.allow.for.this.server</serverWhitelist>
<!-- /sitecore/Content -->
<source>{0DE95AE4-41AB-4D01-9EB0-67441B7C2450}</source>
<!-- /sitecore/system/Marketing Control Panel -->
<source>{33CFB9CA-F565-4D5B-B88A-7CDFE29A6D71}</source>
</preset>
</presets>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment