How to merge content of 3 instances into Single Instance

cancel
Showing results for 
Search instead for 
Did you mean: 
akash251998
Established Member II

How to merge content of 3 instances into Single Instance

I have installed alfresco at three locations. Now I wanted to merge all three location data into 1 single instance. Is there any possibility to achieve this.

 

Or we can move the content of sites(folders) from one server to another server.

 

1 Reply
abhinavmishra14
Advanced

Re: How to merge content of 3 instances into Single Instance

There could be two ways, 

1- Freeze any changes to the two servers and migrate all contents/sites to a single server.

a- You can do it using bulk export and bulk import

https://github.com/vprince1/alfresco-bulk-export
https://github.com/Alfresco/alfresco-bulk-export https://hub.alfresco.com/t5/alfresco-content-services-hub/bulk-importer/ba-p/289507 https://github.com/pmonks/alfresco-bulk-import https://docs.alfresco.com/content-services/latest/admin/import-transfer/ https://github.com/Alfresco/alfresco-file-transfer-receiver

b- You can also use acp based export and import site/content tool.

Upto 5.1 , maywork for 5.2 as well: https://github.com/abhinavmishra14/alfresco-share-import-export/tree/master

Upgraded to SDK 4.1: https://github.com/abhinavmishra14/alfresco-share-import-export/tree/sdk4.1

c- You can also use this script:

https://github.com/zylklab/alfresco-export-scripts

2- Make use of replication, once all three servers are in sync, close down the 2 you don't want.

https://docs.alfresco.com/content-services/community/admin/replication/

 

 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)