I have requirement to migrate 27000 approx pages from old website to AEM. I see that 80 % of pages have same structure but there are some pages which have completely different structure. What should be a suggested approach for content migration to AEM?
Views
Replies
Total Likes
Hi,
Is it from old version of AEM to new version of AEM ?
You can write groovy script to migrate pages
Refer:
https://github.com/PerficientDigital/AEM-Migration-Script
https://blogs.perficient.com/2019/04/16/migrating-aem-content-with-groovy/
AEM supports Grabbit for content migration.
"The purpose of Grabbit is to provide a fast and reliable way of copying content from one Sling (specifically Adobe CQ/AEM) instance to another."
For usage with AEM, please check the below article.
https://relevancelab.com/2019/07/04/get-moving-with-aem-and-grabbit/
Reference: https://github.com/TWCable/grabbit
Hope that helps!
Regards,
Santosh
HI @SantoshSai What if i have to migrate from static website that have some 25000 odd pages with some pages having different structure to AEM?