cancel
Showing results for 
Search instead for 
Did you mean: 

Migrate content from Alfresco 3.4 to 4.2

jvacasp
Champ in-the-making
Champ in-the-making
Hi everyone,

We need to migrate all de the documents and folders of our <strong>Alfresco 3.4 to a new Alfresco 4.2 instance</strong>.


Wich is the best strategy to do this?

Is there any way to <strong>keep the same noderef</strong> of the contents in the new Alfresco 4.2? We have some external applications that use noderef as reference to the documents.

Many thanks!
3 REPLIES 3

openpj
Elite Collaborator
Elite Collaborator
I suggest to copy the storage (file system and database) and restore it against the new Alfresco 4.2.

If you are using the Enterprise edition, then contact the Alfresco Support for the official upgrade path and follow the migration path.
In this way you will have the same noderef of your contents and you will have the same structure of the repo.

If you are using the Community edition you have to consider that each step of the upgrade path is every Community release: 3.4.a->3.4.b, etc…. but anyway the upgrade process is not supported so this means that you could have some issues that you should solve alone or with the help of the Alfresco Community members (forums, mailing list, IRC, etc…).

Another way to do this is to implement a batch application that read contents from your old repo and drop in the new one.
But this requires an important effort. I suggest to follow the first approach.

Hope this helps.

jvacasp
Champ in-the-making
Champ in-the-making
We have an enterprise installation so i think that we will try de first approach, but anyway, is possible to create a content with an explicit noderef with the Alfresco API?

Many thanks!!

openpj
Elite Collaborator
Elite Collaborator
<blockquote>
We have an enterprise installation so i think that we will try de first approach, but anyway, is possible to create a content with an explicit noderef with the Alfresco API?
</blockquote>
Yes, some years ago I have implemented a similar scenario.