Migrating JCR Data from one AEM instance to another | Community
Skip to main content
New Participant
April 6, 2017
Solved

Migrating JCR Data from one AEM instance to another

  • April 6, 2017
  • 7 replies
  • 5254 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MC_Stuff

Oak migration tool will help http://jackrabbit.apache.org/oak/docs/migration.html 

7 replies

New Participant
April 7, 2017

Thank you Scott,

 

That was what I was looking for

MC_Stuff
MC_StuffAccepted solution
New Participant
April 7, 2017
Kunal_Gaba_
New Participant
April 7, 2017

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 

smacdonald2008
New Participant
April 6, 2017

I am going to check to see if this is a known issue. I seem to recall in the past - this was an issue. 

New Participant
April 6, 2017

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.

New Participant
April 6, 2017

Hi Scott, it is the previous versions of a page that are missing.

smacdonald2008
New Participant
April 6, 2017

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?