import bulk alfresco 23 problem

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2024 10:24 AM
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:
What exploration path should I take to solve this problem? Best regards
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 02:17 PM
Make sure alfresco repo container understand this path:
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
