cancel
Showing results for 
Search instead for 
Did you mean: 

import bulk alfresco 23 problem

nicolasleymarie
Champ in-the-making
Champ in-the-making

Hello, I have successfully exported all my metadata and data using bulk export under alfresco 5. Then I want to import this data under alfresco 23 installed via docker. But I have this error:

image

What exploration path should I take to solve this problem? Best regards

1 REPLY 1

fedorow
Elite Collaborator
Elite Collaborator

Make sure alfresco repo container understand this path:

image

My suspicions you entered the host path, but the container have not access to this folder. Map the volume into container or move your import folder into persistant volume with `alf_data` near the `contentstore` folder. It is easier, because it must be already mapped. Then path in the form will be `/usr/local/tomcat/alf_data/nas-btk-prod/Company Home/Bordeaux...`.

p.s. do not try to make symbolic link, docker do not get it