Migrate one alfresco server to another using Alfresco Rest API

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

Migrate one alfresco server to another using Alfresco Rest API

Hi everyone,

I'm using alfresco rest api to upload files and I'm keeping the uuid of the uploaded files in the project's database with some other data.

Is there a way to migrate data using the rest api, I think I would have some problems with the version of the files. Is it possible to do such a migration using alfresco rest api without losing any content? Is there some other tool to do such a migration without changing files uuid?

Please advice.

Thanks,

Dzhenko

1 Reply
angelborroy
Alfresco Employee

Re: Migrate one alfresco server to another using Alfresco Rest API

I made some changes to Alfresco importer in order to preserve the UUID.

It's not 100% tested, but you can find it interesting: https://github.com/angelborroy/alfresco-uuid-importer

Hyland Developer Evangelist