Posts

Showing posts from April, 2025

Seamless Media Migration to XM Cloud: A Step-by-Step Guide from Sitecore XP 10.4 and Content Hub Integration - Part 4

Image
 In the previous articles, we have seen the following How to connect Sitecore with Sitecore Content Hub How to export the Sitecore Media library items and import them into Sitecore Content Hub Update all the reference media items with the assets' public links from the Sitecore Content Hub . In this article, we will see how to migrate this content from Sitecore XP to Sitecore XM Cloud. As we have already updated all the Sitecore media library references to Sitecore Content Hub Public links, it will be easy for us to migrate all the content to XM Cloud using the XM to XM Cloud migration Tool Steps to migrate from Sitecore to Sitecore XM Cloud. After downloading the tool, extract and open the folder Go to the doc folder and follow the steps provided in  appsettings.md dependencies.md install.md Here are the steps mentioned in the above files Install the SitecorePackage.zip on the local Sitecore instance. Update the Web.config file with the assembly binding details provided in t...

Seamless Media Migration to XM Cloud: A Step-by-Step Guide from Sitecore XP 10.4 and Content Hub Integration - Part 3

Image
In part 1 of the article, we saw how to connect Sitecore XP with Sitecore ContentHub, and in part 2 , we saw how to import all the assets to Sitecore Content Hub. In this article, we will explore how to export the content from Sitecore Content Hub along with the assets public link, and update all the media items in Sitecore with the relevant asset's public link based on the identifier ( SitecoreItemIdentifier) that we have exported from Sitecore XP and added in Sitecore Content Hub. We will export all the assets from Sitecore Content Hub based on the search condition, like SitecoreItemIdentifier not empty. To set this Filter condition, go to the Assets page and select the Search Component , and the Query Builder  Select the Assets with SitecoreItemidentifier , as these are the new assets imported from the Excel upload. Once we retrieved the assets, then exported them to Excel for updating the reference in Sitecore XP like below. After getting all the results, export the data fr...

Seamless Media Migration to XM Cloud: A Step-by-Step Guide from Sitecore XP 10.4 and Content Hub Integration - Part 2

Image
This article covers how to migrate the media library content from Sitecore XP to Sitecore Content Hub.  In the previous article, we have seen how to connect Sitecore XP with Sitecore Content Hub for accessing the assets from DAM. Steps to migrate the content from Sitecore XP: Create an Excel file import with all the media library items with the required fields that need to be imported in Sitecore Content Hub as Assets Fields to be added in the Excel sheet for the Asset creation in Sitecore Content Hub are provided below. ItemName SitecoreItemId ( SitecoreItemIdentifier ) Alt (Title) FinalLifeCycleStatusToAsset (Approved) ContentRepositoryToAsset (Standard) LocationToAsset (For multilingual Content) We will create a PowerShell script that will loop through the media library and create an Excel sheet. Once the Excel is created, we will import the content to Sitecore Content Hub. #Domain url to public else Content Hub will not be able to access the images from Excel. $donainNameUrl ...

Seamless Media Migration to XM Cloud: A Step-by-Step Guide from Sitecore XP 10.4 and Content Hub Integration - Part 1

Image
 We have been working with Sitecore and the media library for a long time. Now if the requirement comes from the client to use Sitecore Content Hub instead of Sitecore media library, and they are also planning to move  from Sitecore XP to XMCloud, then the following questions will pop up How to connect Sitecore Content Hub How to make sure all the Images in the Sitecore Media library are added to the Sitecore content hub  How can we add the Sitecont Content Hub assets public link to all the Images from the Media library referenced How to migrate all content from Sitecore XP to XM Cloud Let's explore the migration step by step as follows Connect Sitecore XP with Sitecore Content Hub Migrate all the Sitecore XP Media Items to Sitecore Content Hub Configure public link creation for all the assets migrated from the Sitecore media library Replace all the media item references with the public link of the assets Sitecore Content Hub integration with XM Cloud Migration of content...