Migrate one alfresco server to another using Alfresco Rest API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2018 09:38 AM
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
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2018 05:21 AM
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
