Replication from 4.2x to 5.x version
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2016 02:21 PM
I wish to replcate some folders from an Alfresco server version 4.2 to an Alfresco server version 5.x.
It is possible replicate folders between different versions of Alfresco or the two servers have to be at the same version ?
Thank you in advance for some help
Ivano C.
It is possible replicate folders between different versions of Alfresco or the two servers have to be at the same version ?
Thank you in advance for some help
Ivano C.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2016 09:53 AM
Hi Ivanno,
I believe that the TransferService, which is used as part of replication insists by default on having the same edition, major and minor versions for the source and target. The TransferService has TransferVersionChecker property which is used to determine this - https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/repository/source/ja...
Interestingly, Alfresco also comes with an alternate TransferVersionChecker called TransferVersionCheckerNoOp.java which allows transfers from any version to any other, but it's not used out of the box. You could modify the spring configuration of the transferService bean to use this one instead but I don't know what kind of effect that would have or whether it would work properly (or at all).
An alternate option might be to use a tool like TSG's OpenMigrate or something similar, which might allow to you to do this kind of transfer https://www.alfresco.com/partners/solutions/openmigrate - it depends on what your requirements are
Regards
Steven
I believe that the TransferService, which is used as part of replication insists by default on having the same edition, major and minor versions for the source and target. The TransferService has TransferVersionChecker property which is used to determine this - https://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/repository/source/ja...
Interestingly, Alfresco also comes with an alternate TransferVersionChecker called TransferVersionCheckerNoOp.java which allows transfers from any version to any other, but it's not used out of the box. You could modify the spring configuration of the transferService bean to use this one instead but I don't know what kind of effect that would have or whether it would work properly (or at all).
An alternate option might be to use a tool like TSG's OpenMigrate or something similar, which might allow to you to do this kind of transfer https://www.alfresco.com/partners/solutions/openmigrate - it depends on what your requirements are
Regards
Steven
