I have a situation where I have created a new instance of aem 6.2
I have installed and run a package on the new instance with my AEM 6.0 site.
My code works correctly, the DAM moved correctly, content is correct.
However the versions I have on several pages is not transferred.
So I need a method to export the relevant JCR data from my old instance into the new instance.
Is there any recommended tools and best practices to doing this.
Regards
Clive Stewart
Solved! Go to Solution.
Views
Replies
Total Likes
Oak migration tool will help http://jackrabbit.apache.org/oak/docs/migration.html
Views
Replies
Total Likes
The best way is to indeed use Package Manager:
https://docs.adobe.com/docs/en/aem/6-2/administer/content/package-manager.html
When you use Package Manager and include your pages under /content - what exactly is missing?
Views
Replies
Total Likes
Hi Scott, it is the previous versions of a page that are missing.
Views
Replies
Total Likes
To elaborate.
All the content is transferred, but archived content is not.
The authors often run special events on a page and then revert back to the previous version after a period of time.
I have tried moving content across using the package manager, and I do get everything across but I end up loosing all previous versions of the pages.
Views
Replies
Total Likes
I am going to check to see if this is a known issue. I seem to recall in the past - this was an issue.
Views
Replies
Total Likes
Package manager does not support version copy. You can use OAK migration utility to copy the full repository content including the version history.
Refer this documentation - http://jackrabbit.apache.org/oak/docs/migration.html
Views
Replies
Total Likes
Oak migration tool will help http://jackrabbit.apache.org/oak/docs/migration.html
Views
Replies
Total Likes
Thank you Scott,
That was what I was looking for
Views
Replies
Total Likes