import bulk alfresco 23 problem

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

import bulk alfresco 23 problem

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:

probleme.PNG

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

1 Reply
fedorow
Senior Member II

Re: import bulk alfresco 23 problem

Make sure alfresco repo container understand this path:

2024-09-04_21-10.png

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